pouët.net

Amazing stuff made with Processing

category: general [glöplog]
seem to me that those are 5 sided pyramids with the top at the center of the ball.
shouldn't be too hard to make.
square bases of the pyramids won't work well though, they'll have to be of different sizes or overlapping. hexagons should work perfect.
They are VOXEL balls. Not 3D meshes.
added on the 2010-06-06 16:49:07 by Rob Rob
I love those "it's 100% procedural, takes 15 hours to render", and how every effect looks the same.
added on the 2010-06-06 16:51:45 by xernobyl xernobyl
what rob said. landscapes and twisters are straightforward.. but the ball :)
added on the 2010-06-06 16:55:46 by superplek superplek
voxels using spherical coordinates instead of cartesian one don't sound THAT hard tho.
added on the 2010-06-06 16:56:46 by kb_ kb_
The voxel tunnel & ball is still on my todo list :)
added on the 2010-06-06 16:59:39 by Rob Rob
BB Image

he's not just a nerd hacker with two cool effects...he's Rembrandt and a "mystic, artist and scientist".
added on the 2010-06-06 17:35:13 by button button
didnt liveevil/mandula have a voxel ball? im certain it had tunnel and torus shapped twisters.. not sure on the ball though..
added on the 2010-06-06 17:44:51 by psenough psenough
BB Image
added on the 2010-06-06 19:12:30 by the_Ye-Ti the_Ye-Ti
wait, so you don't render voxels by rendering a bunch of normal same-sized cubes to the screen?
My balls are made of voxels.
added on the 2010-06-06 20:46:36 by Optimus Optimus
kb: d'oh^10 :) good, lets put it on 'the list'
added on the 2010-06-07 00:31:07 by superplek superplek
come to think of it non stop ibiza experience / orange also had some voxel balls me thinks
added on the 2010-06-07 14:59:23 by psenough psenough
BB Image
voxelball! :)
added on the 2010-06-07 15:47:41 by Frost Frost
It was not live evil, but dis by mandula that had voxel balls.
added on the 2010-06-07 23:31:50 by Optimus Optimus
Some small experiments I've been making with Processing.JS: http://www.low.fi/~visy/processing_js
added on the 2010-06-08 06:53:35 by visy visy
visy, the samples are not exactly nice - however, processing/js looks simple and clear
I tried converting about eight little Processing pieces of mine to Processing.js and only one of them worked :(
added on the 2010-06-09 19:27:28 by Marq Marq
some of my processing experiments: http://www.openprocessing.org/portal/?userID=2128

Now all I need is a good ribbon and glow effect.
visy: umm.. were you coding those effects with the aim to make firefox grind to a halt? I cannot understand how such simple "effects" can even achieve that!!
added on the 2010-06-10 09:53:24 by dv$ dv$
it works fine with chrome.
Hmmm.. I've done some playing with Processing lately too. I made a handful of music visualisers that run in your browser (fingers crossed!) and look like this:

BB Image

I really like Processing, but I couldn't face writing anything big in it. It's perfect for experimentation though - the fact that they called a program a "sketch" should be a clue ;)

See my stuff here http://www.evilpaul.org/wp/?p=89 and here http://www.evilpaul.org/wp/?p=92
added on the 2010-06-10 10:12:45 by evilpaul evilpaul
evilpaul, most of your stuff gives nullpointer-exceptions in joglappletlauncher
Yeah.. I believe it's the OpenGL renderer - it's a pain in the ass. Works fine on some computers, doesn't work at all on others. Works fine in FireFox on my laptop, doesn't work in FireFox on my work PC. Unfortunately this issue is out of my hands. This is one of the reasons I've gone off Processing a bit - I thought I could easily write stuff that runs in browsers but I can't ;(

Btw, the only one out of those four sketches that probably works on most browsers is the simple looking one that doesn't use OpenGL(!)


added on the 2010-06-10 10:32:09 by evilpaul evilpaul
See here for an alternative opengl applet launching voodoo code that works in IE+FF+Chrome (at least here).
added on the 2010-06-10 15:25:03 by n0der n0der

login