Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

HTML5/JS - A good game engine which doesn't rely on Canvas?

I'm looking to build an RTS game built mainly in HTML/CSS. There would be a map, but I am unsure if to build it in Canvas or some other way.

The map needs to stretch out for different window sizes, so I was thinking maybe SVG.

I've literally found a ton of game engines, but they seem to mainly rely on canvas.

I guess my main priorities are:

  • sound
  • frame limiting
  • time traversal
  • AI

I'm looking for a game engine library to use in Javascript that lets me render DOM elements and not just canvas elements.

like image 348
RadiantHex Avatar asked Jan 29 '26 01:01

RadiantHex


1 Answers

Try Crafty game engine. It lets you choose between canvas and DOM rendering. And it got lots of other good stuff.

like image 187
SimplyZ Avatar answered Jan 31 '26 16:01

SimplyZ



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!