This is the readme
Rules for contributing:
- Don't make fun of my code
- Make it better than you left it
- PRs are welcome but are up to my discertion. Generally - if you change something, make it an option.
Architechture:
- libgl2jni.so - The native library. Untouchable.
- NINLib.kt -> interfaces from the app into the library.
- Methods marked @Api (by me, you're welcome). Methods that the library calls as the API. DO NOT CHANGE THEIR SIGNATURE 4.Ninview - where the displaying logic happens 5.Softkeyboard - where the keyboard logic happens
Good luck, make sure to ask me if you need to know anything.
-lurebat