Hi,
On a whim, I decided to connect my animation framework TRAnimation to XOJOScript. The result? I’ve got the basics of a script-based motion graphics editor up and running!
Pretty neat, right? However, it would be even better with auto-complete and syntax coloring. I’ve checked out a couple of XOJOScript editor projects:
Both are impressive but a bit too complex for my current needs. I’m thinking about implementing auto-complete using this XOJO blog post as a guide.
I’m also considering adding keyword coloring myself. I believe auto-complete and syntax coloring can be two separate components, and I’m not planning to parse the language into tokens or provide contextual suggestions—just looking to smooth out the rough edges.
What are your thoughts? Any other approaches I should consider?
Thanks, John
6 posts - 5 participants