Search code examples
graphicsthree.jsdarthardware-acceleration

Are there any Dart graphics libraries that make extensive use of hardware acceleration?


I'm creating a game in Dart and I quite like the look of Three.dart. However, I've looked at its source and I can't figure out how much hardware acceleration it uses, if at all. My game will be pretty graphically demanding. Is there any Dart graphics library that makes extensive use of hardware acceleration?


Solution

  • Even though Spectre is still in development, it may be useful to you. Spectre is a modern graphics API which wraps WebGL and provides features on top. It only uses hardware acceleration.

    Be sure to use the latest in Git: https://github.com/johnmccutchan/spectre