adamwulf / JotUI

OpenGL based drawing view built for and used by Loose Leaf for iPad
http://getlooseleaf.com/opensource/
MIT License
268 stars 28 forks source link

Can the Jot View be used without having to use JotViewStateProxy? #31

Open yusuftor opened 6 years ago

yusuftor commented 6 years ago

I don't want to be able to save my Jot View state to disk, but I couldn't seem to get the Jot View to work without implementing the JotViewStateProxyDelegate and loading in an initial state. Is it possible to make the Jot View work without the state proxy delegate?

adamwulf commented 6 years ago

It needs a JotViewStateProxy to load properly. It'd be a nice improvement to have it load a default JotViewStateProxy that just points to tmp paths. If you want to code something like that up I'll merge it in.

yusuftor commented 6 years ago

Unfortunately I'm not an Objective-C coder, I only do Swift. It would be great if this project could be updated to the most recent versions of Xcode and Objective-C/ported to Swift. This is honestly the best project for drawing I've seen online, but requires some work to get it up to date.

adamwulf commented 6 years ago

I'm the opposite - I only do Obj-C and haven't touched Swift.

If you're able to convert / create a sample Swift project that includes the JotUI framework, I would hugely appreciated it (and I'm sure many others would as well!)