opensource procedural generation package?

opensource procedural generation package?

Discuss the source code and development of Spring Engine in general from a technical point of view. Patches go here too.

Moderator: Moderators

Post Reply
User avatar
Dragon45
Posts: 2883
Joined: 16 Aug 2004, 04:36

opensource procedural generation package?

Post by Dragon45 »

hope this is the right forum for this question

I was wondering if anyone knew if there exist yet any sort of opensource procedural texture generation packages (some sort of opensource analogue to .theprodukkt, which is the most wellknown example i suppose). Language is really irrelevant for me; i just care if it exists (or not)

in the worst case, even if someoen knwos if there is some procedural texture generation plugin for i Blender or something, could you help me out? Call it a productive interest/curiousity :)

have i asked this before, btw?
User avatar
jcnossen
Former Engine Dev
Posts: 2440
Joined: 05 Jun 2005, 19:13

Post by jcnossen »

There is one on sourceforge for perlin textures: http://libnoise.sourceforge.net/
What are you making btw? :)
User avatar
Dragon45
Posts: 2883
Joined: 16 Aug 2004, 04:36

Post by Dragon45 »

just a small idea and passing interest; if i make anything interesting, ill post about it, of course :P
tinnut
Posts: 67
Joined: 09 Sep 2006, 08:17

Post by tinnut »

There are some Java classes for generating textures and terrains here:
http://oddlabs.com/procedurality.php

Description from the site:
The Procedurality engine is a spin-off from the development of Tribal Trouble. Like Tribal Trouble it is written in Java, and some of the tricks it can do has been described in the paper "Realtime Procedural Terrain Generation".

Procedurality is made up of two parts: A set of classes that generate various types of graphics (random noise maps etc.) and a complete image manipulation library that supports color channels, layers with alpha blending and most of the functions and filters you would expect to find in software like GIMP (as well as a few more suited for generating terrain height maps).
User avatar
KDR_11k
Game Developer
Posts: 8293
Joined: 25 Jun 2006, 08:44

Re: opensource procedural generation package?

Post by KDR_11k »

Dragon45 wrote:in the worst case, even if someoen knwos if there is some procedural texture generation plugin for i Blender or something, could you help me out? Call it a productive interest/curiousity :)
What do you think all those texture types in Blender ARE?
Post Reply

Return to “Engine”