-
Notifications
You must be signed in to change notification settings - Fork 4
Description
I've recently started looking into the state of Android app writing in Nim. I've previously written an app using SDL2 in Nim which was able to run on Android by using the NDK and some Java shims to set up the canvas and pass some events to SDL2.
This project looks like a promising way to work around the Java shim, and possibly also a way to create native UIs in Nim. But as a stepping stone I was wondering if you know how much work it would be to set up a simple web-view. I was thinking of using this along with something like this in order to write full applications in Nim (and then the web-tech of your choosing, which could of course also be Nim). Not a huge fan of web-UIs in general, but I think setting up the WebView things through this would be a good first step to create "proper" Android apps in Nim.
Let me know what you think. How much work would this be? Am I completely misunderstanding the capabilities of this project? Is everything basically done already and I just need to call some procedures?