Suggestions for a simple, portable, graphics library?

Looks like I’m a little late to the thread but I think reason-skia is an awesome choice. It should provide all the Skia primitives which are pretty similar to the JavaScript canvas API and it’s specifically focused on 2d graphics. It’s also got great cross-platform support. It’s being very actively developed as part of Revery.

It’s also possible to use the Skia bindings through Revery to take advantage of the rest of Revery’s features: Revery exposes Skia as part of its Canvas API. This is really nice because you can avoid all the window setup stuff you’d have to do with SDL or raw OpenGL.

9 Likes