In 2015 I was writing lots of short recreational math documents. To aid myself in the creation of these, I built ArcType.
ArcType is a minimalistic editor that combines LaTeX, Markdown, HTML/CSS, gnuplot and Octave all in one place. A few months back I took ArcType and finalized it so that others could use it. It’s free and you can download your creations. Both the welcome screen and the helpfile cover most of the features available to you. Check it out here…
It’s pretty self-explanatory - planning to do a tutorial about it soon. In the meantime, give this code a shot if you’re looking for more to play with than just the welcome/about demos.
There’s only really one known issue on my radar - which is just the 5mb limit for localStorage… I’m sure there are other bugs - so if you decide to make something real with it - please save your work often
If you have questions - feel free to post them here and I’ll do my best to respond.
So… for years I’ve left this blog alone as an archive of all my actionscript stuff. I moved over to zreference.com for a bit and then became so busy that I stopped blogging almost altogether. I still come back here probably once or twice a month to reference something… at least for me, this blog still has real value.
I’ve thought to myself so many times after spending hours solving something super confusing: “That would be a great post”. So… going to give it a shot - try and post things frequently here.
Snippets for now will mostly be in JavaScript and Objective-C/Swift since that’s what I’m using lately.
If you haven’t tried the html5 canvas tag yet, I suggest you give it a try. It falls under the same category as ActionScript’s Graphics and BitmapData classes. It is however much much simpler. One great thing about it is it runs really fast on IOS5. Have a look at some of these demos to see what I mean: http://zreference.com/projects/graphics/
A few days ago I recorded this short video tutorial… it’s very simple, but it will get you started if you’ve never tried canvas before: