Y
Hacker News
new
|
ask
|
show
|
jobs
by
the_duke
2746 days ago
You can write self contained, single file .html documents just fine.
1 comments
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.
link
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