Hacker News new | ask | show | jobs
by openbasic 2573 days ago
I don't see anything on camera, GPS, maps, push, etc. Was this implemented?
3 comments

From what I remember from a podcast with the creators (cppcast I think), it's planned but not yet implemented.
I did not see much, they just have a rudimentary wrapper for instantiating java classes, calling methods and retrieving objects in `bdn::java::wrapper::Class` which itself is a wrapper around JNI.
there is a lot more than that missing.