December 11, 2020
I saw a post[1] about d running on the browser using emscripten a while ago. I decided to modify my SDL-OpenGL hobby game[2] to run with emscripten. It is still WIP. But, nice to see it running on the browser :-D

https://aferust.github.io/drawee-wasm/
source: https://github.com/aferust/drawee-wasm

Controls: arrow keys and SPACE.

[1] https://theartofmachinery.com/2018/12/20/emscripten_d.html
[2] https://github.com/aferust/drawee
December 12, 2020
On Friday, 11 December 2020 at 14:59:47 UTC, Ferhat Kurtulmuş wrote:
> I saw a post[1] about d running on the browser using emscripten a while ago. I decided to modify my SDL-OpenGL hobby game[2] to run with emscripten. It is still WIP. But, nice to see it running on the browser :-D
>
> https://aferust.github.io/drawee-wasm/
> source: https://github.com/aferust/drawee-wasm
>
> Controls: arrow keys and SPACE.
>
> [1] https://theartofmachinery.com/2018/12/20/emscripten_d.html
> [2] https://github.com/aferust/drawee

Cool, nice to see someone doing something with that post.