Hacker News new | ask | show | jobs
by Rohansi 611 days ago
Sure you can, it's a 2D graphics library. It's more like the JS Canvas API though instead of a UI framework.
1 comments

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).