Michael Bryan
Michael Bryan
> Should we re-use states more? F.e. WaitingToPlaceStart and WaitingToPlaceEnd do similar things > A lot of this is straight copied from AddPointMode maybe there is some layer of abstraction...
> After writing up Creating Interactive Applications While Maintaining Your Sanity I'm contemplating whether to switch from nested state machines to a proper pushdown automata model It's ironic that this...
Wow, that image looks really quite pretty! --- A problem I've often found when talking about splines and bezier curves is that there are loads of different variants, and it's...
How do applications like Inkscape and AutoCAD deal with this sort of thing under the hood? Based on my interactions with the DXF and DWG formats I'm inclined to *not*...
I really like some of the algorithms explored in [A dive into spatial search algorithms](https://blog.mapbox.com/a-dive-into-spatial-search-algorithms-ebd0c5e39d2a) By far one of the most common operations is to ask "which points are within...
Good idea @DerLando, I've pulled select mode out into its own issue. Something we'll need to keep in mind is the distinction between UI code/concepts (e.g. the modes) and things...
Yeah, `arcs` should provide all the building blocks you need to build your own application, but the actual behaviour should be left up to consumers. I imagine we'd expose helper...
Thanks for getting in touch @NorthWindH, it's really nice to see people reading about my experiments/projects! Especially when they've done this sort of thing before. You're 100% correct that `RenderSystem::run()`...
@dcuddeback is anyone working on this at the moment? If not, I might be able to look into it and make a PR.
Are there any plans on getting Travis to upload docs for `master` to GitHub Pages after every commit? It'd probably make hacking on the repository or importing `inkwell` directly from...