Y
Hacker News
new
|
ask
|
show
|
jobs
by
pjmlp
2746 days ago
Not when you need images, and if you need to display 3D data you are required to actually serve textures over a server.
1 comments
elcomet
2746 days ago
You can embed images in the HTML as well
link
pjmlp
2746 days ago
Sure, if you resort to tricks like Base64 encoding in strings, that won't do for WebGL textures though.
link