Open klase opened 11 years ago
Maybe webgl? Or maybe start with canvas this answer makes sense: http://stackoverflow.com/questions/12758915/canvas-2d-context-or-webgl-for-2d-g
canvas it is! :+1:
Never spent much time with canvas though, so I guess that's what I'll read up on next.
:) Would make sense.
Have you used any of them?
yep impact.js for http://33kingsway.co.uk/game.html but it's probably a bit overkill for this
Oh yeah that's right!
BTW: what I like about not using an engine is forcing yourself to actually learn concepts from the ground up. Even if that means doing stuff the wrong way/crying/poor performance etc I guess it's quite educational?
Or maybe that's the case with engines as well? I've only messed around in unity (not much at all though) but unity kind of solves a lot of stuff automagically without you understanding why etc.
What do you think?
Yeah I agree especially for something this simple. Would be fun to gradually improve it using just standard canvas + js with no frameworks
exactly! let's do it! :+1:
YES TOTALLY! If canvas is the most-performant thing to use?