asmcup / runtime

Runtime and compiler for the Assembly Cup
https://asmcup.github.io
MIT License
140 stars 11 forks source link

GWT Renderer #97

Open krisives opened 7 years ago

krisives commented 7 years ago

Need to port the renderer through GWT

krisives commented 7 years ago

Note that the entire sandbox doesn't need to be ported just the rendering and playback engine.

SiebelsTim commented 7 years ago

I'd be nice to know why this needs to happen :)

krisives commented 7 years ago

Sorry I threw this in here so I wouldn't forget about it in the hopes maybe someone else already has a lot of experience w/ the GWT toolchain, which has changed a bit since I last used it.

The reason for a GWT renderer is so that we can easily allow anyone on the website to watch the game without expecting users to install or run Java from their browser, which is pretty much website suicide these days.

I'm not trying to port the entire Sandbox to GWT just the drawing of the game world basically.