Dark Bit Factory & Gravity

GENERAL => Challenges & Competitions => Topic started by: mind on April 20, 2008

Title: [PROCEDURAL] Realtime procedural textures experiment.
Post by: mind on April 20, 2008
Well here it is. A tad rushed since i wanted to get it up here asap.. there are a few things currently not working as it should etc.. but it should be crash-free :D

a couple of images made with it:

(http://web.bitnet.net/johnny/proctex001.JPG)(http://web.bitnet.net/johnny/proctex002.JPG)(http://web.bitnet.net/johnny/proctex003.JPG)
(http://web.bitnet.net/johnny/proctex004.JPG)(http://web.bitnet.net/johnny/proctex005.JPG)(http://web.bitnet.net/johnny/proctex006.JPG)
(http://web.bitnet.net/johnny/proctex007.JPG)



and a screen of the GUI(that looks like complete retardation :P)

(http://web.bitnet.net/johnny/Screenshot.JPG)


As i was in a bit of a hurry when i posted this i neglected to mention a few things..  everything you see is calculated in realtime, and since i'm not sorting anything properly the voronoi is slow as hell if you work with alot of points.. the perlin noise isnt working as intended yet, for now its only a one pass smooth noise function..

the first few functions are simple c=f(x,y) while the 3 test ones are a little more advanced and thus resulting in cooler textures :) sadly they are hardcoded since i havent had the time to code a proper expression evaluator :/ oh well, hope you have fun playing with it.. i sure had

Zip attached...
Title: Re: [PROCEDURAL] Realtime procedural textures experiment.
Post by: Shockwave on April 20, 2008
Thats really great fun to play with :)
I cant make anything look as good as the example textures you posted yet though!
Title: Re: [PROCEDURAL] Realtime procedural textures experiment.
Post by: Pixel_Outlaw on April 20, 2008
This looks REALLY cool!  :clap:
Title: Re: [PROCEDURAL] Realtime procedural textures experiment.
Post by: rain_storm on April 21, 2008
This is excellent just out of curiosity what does/will save procedural do?
Title: Re: [PROCEDURAL] Realtime procedural textures experiment.
Post by: mind on April 21, 2008
This is excellent just out of curiosity what does/will save procedural do?

it will basically save the parameters used, and in time it will also save the expression used to generate the texture, ie voronoi( sin(noise(x,y)),noise(x,sin(y)))
Title: Re: [PROCEDURAL] Realtime procedural textures experiment.
Post by: Dr_D on April 25, 2008
Those images are really, really nice, but the program locked up on me when i was playing around with the controls. I was going mad with the settings on perlin noise, if that's any help. ;)
Title: Re: [PROCEDURAL] Realtime procedural textures experiment.
Post by: mind on April 25, 2008
Those images are really, really nice, but the program locked up on me when i was playing around with the controls. I was going mad with the settings on perlin noise, if that's any help. ;)

hmm.. thats weird, because since the perlin isnt really working properly, none of the settings affect it.. i'll look into that later :)