top | item 46937407

(no title)

number6 | 21 days ago

Great, how did you build it? Also I have to read the books

discuss

order

ariaalam|21 days ago

vanilla JS and canvas plus a hefty bit of technical help from Claude.

lukan|21 days ago

It seems you draw everything every frame onto the canvas? The result is quite GPU heavy, for your next game I would recommend looking into a graphic libary like pixijs, to make use of the webgl/webgpu .. then it would run smooth even on old mobile phones.

evilhackerdude|21 days ago

check out raylib, it should be amazing for this :)