Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Shmanio2417y@oscarascal if you like Processing, you should have a look at p5js.org, a JavaScript library.
-
@moses Clear? Clean? I have to admit that the code ain't that clean, I should document on how to organize processing code and good practices, but it's mainly just for my entertainment
-
@Shmanio does it feature good performance? I've seen from processing that it sometimes suffer when having loads of elements to draw
-
Shmanio2417y@oscarascal actually I don't know... I think it's related to the power of your computer and the browser you are using. Imo it's as fast as JavaScript, but easier to write
-
@Shmanio at least good IDEs exist for javascript, processing has such a bad editor ^^
-
@Shmanio I agree, but it has some complex features too. I think there are 3D objects and transforms possible, but I've never seen a real life use for it
-
@oscarascal I forget how processing 3D mode works but last time I tried it it was fairly simple, no fucking around with triangles and shaders like in gl, just simple objects and very few methods to memorize. Never got into raycasting or anything of that sort though.
-
@l3lackcurtains I changed some bits since, but here's the class where the magic happens, the rest is just a matter of making a new Sprout and call it's drawTree and drawLeaf
Related Rants
-
Gerrymandered35I was in school and I got bored. I opened two command prompts and did what any scammer would do. I went to t...
-
aswinmohanme12!rant Who needs Photoshop or Sketch , when you have code. Trying out some Generative type. Still in love w...
-
htlr10This comment deserves a separate post 😂😂
My try at the fractal tree :) This sort of simple graphical code is very quickly satisfying, gonna try to add some wind next
undefined
fractal
graphic
processing
tree