www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - My hobby game running on the web using Emscripten

reply Ferhat =?UTF-8?B?S3VydHVsbXXFnw==?= <aferust gmail.com> writes:
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
Dec 11 2020
parent sarn <sarn theartofmachinery.com> writes:
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.
Dec 12 2020