Danilo Vidovic

Results 22 comments of Danilo Vidovic
trafficstars

@n00p3 any ideas on how we could identify the correct parameter here?

Thank you for the great analysis! I think the way forward is probably to implement triangulation from scratch. I'll try to work on that in the next few days as...

Thank you all. I didn't understand initially that the tessellator we were talking about was from GLU, and not https://www.khronos.org/opengl/wiki/Tessellation . After 8 years, we've now switched to https://github.com/orthecreedence/glu-tessellate with...

Hey! That sounds reasonable. Can you think of an elegant way to support both? Thanks!

Hey, @swapneils, thank you for the PR! Could you please provide an example sketch describing the demonstrated behavior before, and expected behavior after?

Interesting! Have you considered making it backwards compatible by creating something like ```lisp (defsketch foo ((mixins (a b c))) (do-stuff)) ``` ?

But that's still not backwards compatible, is it? I mean `defsketch` is, but arg list isn't - so if you want to add mixins to an old sketch, you also...

@Gleefre what are the cons of using the non-keyword version? is it about the need to figure out what happens when you change it from the code?

Thanks! Could you maybe add this to the project's wiki?

That'd be awesome! Would it be possible to make the `noise` API the same as the one in processing, and then make [noiseSeed](https://processing.org/reference/noiseSeed_.html) and [noiseDetail](https://processing.org/reference/noiseDetail_.html) lispier; for example, by using...