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

You can embed images in the HTML as well
Sure, if you resort to tricks like Base64 encoding in strings, that won't do for WebGL textures though.