OpenGL based drawing view built for and used by Loose Leaf for iPad
Stars
267
Forks
27
Watchers
267
Open Issues
22
Overall repository health assessment
No package.json found
This might not be a Node.js project
Fixes memory leak in saveImage. Also invalidates jotview when the view controller leaves its parent controller
9a80ab5View on GitHubAdded Highlighter texture and class. Fixed build errors and warnings.
c64361aView on GitHubFlag for if the previous information is already baked into the element
7b174beView on GitHubDon't require sending the previousElement for so many tasks. Instead, allow the element to be validated against a previousElement, and store any necessary properties into the element. This way, a stroke can have lots of elements that are not in exact order from previous to next. This is important for mirrored strokes where two elements could have the same previous element.
d289bb9View on GitHub