CedricGuillemet / Imogen

GPU Texture Generator
MIT License
758 stars 63 forks source link

Imogen web version #62

Closed CedricGuillemet closed 5 years ago

CedricGuillemet commented 5 years ago

Compiled 0.13 (because 0.14 is not ready yet) with emscripten. http://skaven.fr/imogen/imogen.html Many, many, like, many broken stuff BUT it runs. Pretty happy with the result. Branch is https://github.com/CedricGuillemet/Imogen/tree/dev-0.13-emscripten run emb.bat to compile it once you have emscripten sdk installed and activated.

CedricGuillemet commented 5 years ago

image

CedricGuillemet commented 5 years ago

Main issue is to disable some features using #ifdef (ffmpeg, python,...) and rework a lot of OpenGL calls. Some abstraction might help.