The JotUI framework provides an OpenGL drawing view with primary goals of:
The JotUI framework was originally built as part of Loose Leaf - a gesture-based note taking iPad app. More frameworks and pieces from Loose Leaf are also available as open source.
The JotUI.framework is the drawing engine used in Loose Leaf.
JotUI builds into a static framework that can be linked into your iOS app. The JotUI.workspace provides a sample project that shows JotUI fully integrated into an app.
#import <JotUI/JotUI.h>
JotView
and implement the JotViewDelegate
protocolSome great places to get involved and help make JotUI better for everyone:
JotUI includes a spacecommander as a submodule to help with keeping code style consistent. Please format all your code before submitting a PR by using the included format-all.sh and format-staged.sh scripts.
The Xcode workspace includes a jotuiexample project that shows a fully functional integration of the JotUI framework. You can refer to this example for any questions about how to integrate into your app.
The JotUI framework and sample code are provided under the MIT License.