Davide Della Casa

Results 82 issues of Davide Della Casa

the bpm function sets a rhythm to which several other "defaults" of functions should align. In other words, the default "scale", "move", "rotate" and "wave" defaults should be somewhat aligned...

Preamble: - this is not going to change the grammar - so this will transparently work in lang v2 (modulo adding the keywords I guess, see below). - this is...

I'll create a separate branch for this, as it's complex enough. Creating three lines of different colors is easy. _...but_ we probably also want to transparent-fade the rest of the...

instead of doing ``` pushMatrix block popMatrix ``` we could use a special notation, something like the (with-state) of Fluxus ``` somethingSomething block ``` . You'd think that this is...

enhancement

Translations should be able to take a vector as an argument. rotations too should take a vector (and an angle). The current notation is the Processing one, which knows nothing...

one can probably detect whether the user is typing something by checking keypresses, but note that CMD-z (undos and redos) should keep the autocoder going.

enhancement

the reason is that in the tutorials for example the order might matter, so having the numbering would help as it's unclear in case of multicolumn what the order would...

enhancement

as in: the graphic commands build a mock scenegraph. The scenegraph is compared to the existing scenegraph, and only the parts of the scenegraph that are changes are changed. Note...

investigation