The VoxyGen repo needed a flashy picture, and what better way than using a bit of its own functionality?
I used this vxgn script to create a nice, dense, organically random block with a solid floor
---
life-dense:
x: 60
y: 60
z: 30
script: [
{
name: life,
spawn_rate: 0.5,
color_start: 1,
color_offset: 1
},
{
name: life,
spawn_rate: 0.5,
color_start: 1,
color_offset: 1
},
{
name: floor,
color: 1
}
]

This actually makes a really cool organic texture when viewed from above and shadeless!

By switching the voxel shape to marching cubes, we get something a little less Minecraft-y

And finally, with the logo overlaid

Neat! This is actually a really good example of how quickly VoxyGen can churn out interesting results, especially when paired with a little creative manual input.