Tom Brewe

Results 35 issues of Tom Brewe

the following two examples are all scoped as `comment.quote` including the citation markers `[S.175]` and `^[S.175]`: normal citation: `> "This is a quote is a quote is a quote, saying...

Hey there! :) Not sure if this is on your todo-list, but it would be super convenient if we could use our own stylesheet.

When testing there where errors thrown by _three.js_ when using a texture via aframes asset-management and fit-texture together. Direct URLs didn't yield any errors. Gonna take a look whats wrong...

``` .html // defining multiple productions with the same initiator should generate internally a stochastic production: ```

enhancement

- which of those are useful? Better only have extent, min-extent, max-extent that checks all three axes? - using the bounding box of the element to scale as postprocessing according...

enhancement

Not too bad right now, but could be a bit refined.

- [ ] Better L-System-Builder with automatic switch to 3D when using 3D symbols - [ ] more from Algorithmic Beauty of Plants, for example: complex tree modelling, flowers, time...

Although the library performs properly in all cases I tested previously, I am not 100% sure wether the matching algorithm for context sensitive productions @ https://github.com/nylki/lindenmayer/blob/master/lindenmayer.js#L314 works as expected and...

help wanted

lets say you have: ```.js axiom: 'ABC' productions: { 'B>C': 'X', 'A

Idea: If axiom is a string: just use string operations (because they are faster), but once a production tries to return an object, transform axiom into list of objects so...