Email or username:

Password:

Forgot your password?
Top-level
this.xor.that

@jonathanhogg oooh this and the docs are great. Thanks for sharing! It seems like a nice example of having a language keep a structured hierarchy too.

2 comments
Jonathan Hogg

@this_xor_that the hierarchical aspect was super-important to me in designing Flitter. I spend a lot of my time tabbing in blocks and adding a parent as I develop an idea. E.g., “these things, but randomly rotated and translated”, “that, but now 100 of them”…

this.xor.that

@jonathanhogg oooh. I do the same of inserting hierarchies, but my set up means I usually have to update the rust code, so it’s not livecoded.
To make up for it, I have overengineered tricks (if you have a list defining a shape, you can drop in what is essentially a for loop as an element and either create a bunch of shapes or a bunch of curves to make up an individual shape. Or both.) But hiding that behind a good ole for-loop is appealing.. 🤔

Go Up