quasarbright / PongChamp

Other
1 stars 1 forks source link

in browser editor and runtime with aws ec2 or aws lambda #18

Open RyanRio opened 3 years ago

RyanRio commented 3 years ago

It would be very cool to run pongchamp in the browser, with a nice treeview of variables similar to the javascript console. Browserifying the engine may be not worth it as from my initial research you would have to transpile the C++ to javascript, either manually or with a transpiler. At least opengl would be simple to use with webgl as webgl is a subset I believe.