Comment by Rohansi

20 hours ago

Sure you can, it's a 2D graphics library. It's more like the JS Canvas API though instead of a UI framework.

Which rather importantly means that you still need to find something else to do:

* layout

* event handling

which are not exactly trivial for a "real" application (whatever that means).