Results 24 comments of Ralph Thomas

I license past and future contributions under the triple MIT OR Apache-2.0 OR Zlib license, allowing licensees to choose any one at their option.

Good find! I wrote up the method everyone else uses on the Mozilla bug. Maybe making a bigger transparent outline would help (depending on how it ends up being sampled;...

Yes! I totally agree. FWIW the JavaScript stuff I did for the UI physics writeup has basically the same interface and there are a bunch of examples for that: http://iamralpht.github.io/physics...

Oh, that's easy enough to add; I'll try and schedule some time to put an example together. With some extra math we can figure out the duration of the simulations...

You mean you have a spring configuration where it takes ages to do the last pixel (or whatever you've mapped the spring to)? So it seems like the UI should...

Yeah, I tend to bunch things onto one line a lot :). Would using the default settings for autoformat in Eclipse help?

Apologies for the slow reply. Map is a pretty big win for Cassowary :). Oddly enough I've been thinking about using a simpler solver for Slalom -- I haven't encountered...

@mcbain Huh, I didn't realize famous had pivoted; hope it works out for them. My original plan was to make a UI design tool that ran on tablets and let...

I like the syntax! The current solver (cassowary) puts the constraints in a simplex matrix, so this syntax wouldn't work for that, but it would work on a different kind...

You also need to include cassowary.js, which isn't pulled in by require. The examples do this, but it's not ideal. I've been looking into alternative constraint solvers recently, which would...