4 ms·
Great, how did you build it? Also I have to read the books
by number6 7mo ago
Great, how did you build it? Also I have to read the books
- ariaalam 7mo agovanilla JS and canvas plus a hefty bit of technical help from Claude.
- lukan 7mo agoIt 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 7mo agocheck out raylib, it should be amazing for this :)