A UI for a spirit level app created with OpenGL ES for simplicity and efficiency. Default angle source will be implemented, taking measurements from phone.
The spirit-level application itsself is in /app
API's Used:
Butterknife for view injection: https://github.com/concubicycle/butterknife
Android Orientation Sensor: https://github.com/concubicycle/Android-Orientation-Sensor
Texample2 (text rendering code based on blog post by Fractous): https://github.com/concubicycle/Texample2
Includes some basic OpenGL Wrapper code in /oglwrapper