Tagged Questions
The procedural-generation tag has no wiki summary.
30
votes
5answers
7k views
How does one get started with procedural generation?
Procedural generation has been brought into the spotlight recently (by Spore, MMOs, etc), and it seems like an interesting/powerful programming technique.
My questions are these:
Do you know of any ...
28
votes
1answer
1k views
Optimizing numerical array performance in Haskell
I'm working on a terrain generation algorithm for a MineCraft-like world. Currently, I'm using simplex noise based on the implementation in the paper 'Simplex Noise Demystified' [PDF], since simplex ...
26
votes
19answers
3k views
Mathematical question: procedural generation of a galaxy
I'm going to make a space/trading/combat game that is completely procedurally generated. But, I know that storing all of the details of the whole galaxy in memory is unfeasable. As a result, I've been ...
10
votes
2answers
2k views
2D tile map generation
I'm developing a 2D tile engine and at this moment I'm working on map generation algorithms.
I tried the basic ones usually involved in simple heightmap generation like
hill generation
perlin noise
...
9
votes
3answers
537 views
What is a good strategy for constructing a directed graph for a game map (in Python)?
I'm developing a procedurally-generated game world in Python. The structure of the world will be similar to the MUD/MUSH paradigm of rooms and exits arranged as a directed graph (rooms are nodes, ...
8
votes
2answers
338 views
Good way to procedurally generate a “blob” graphic in 2D
I'm looking to create a "blob" in a computationally fast manner. A blob here is defined as a collection of pixels that could be any shape, but all connected. Examples:
.ooo....
..oooo..
...
6
votes
1answer
253 views
Galaxy Generation Algorithm
I'm trying to generate a set of points (represented by a Vector struct) that roughly models a spiral galaxy.
The C# code I've been playing with is below; but I can only seem to get it to generate a ...
5
votes
2answers
192 views
JavaScript simplex / perlin noise
I'm trying to create a perlin / simplex / value noise function in JavaScript that will give results similar to the following:
(Note: this image has already had a treshold applied. I want it without ...
5
votes
2answers
441 views
Perlin Noise detail level. How to zoom in on a landscape?
I've written my own Perlin Noise implementation and it works well. I can 'zoom' in and out by changing the frequency, but as I zoom in the noise gets smoother and smoother.
Assume I have a landscape ...
5
votes
6answers
810 views
Generating random points within a hexagon for procedural game content
I'm using procedural techniques to generate graphics for a game I am writing.
To generate some woods I would like to scatter trees randomly within a regular hexagonal area centred at <0,0>.
What ...
5
votes
9answers
2k views
What ways are there of drawing 3D trees using Java and OpenGL?
I know how to draw basic objects using JOGL or LWJGL to connect to OpenGL. What I would like is something that can generate some kind of geometry for trees, similar to what SpeedTree is famous for. ...
4
votes
5answers
409 views
Does anyone have good resources on 3D procedural generation of terrain or fractal terrain generation?
See title. Any help is appreciated!
4
votes
1answer
454 views
How does one make a point to point “bolt” of lightning using perlin noise or other algorithm?
Every implementation I've come across of perlin noise generation has been for the generation of 2D terrain, etc. I cannot find a decent example of point to point lightning generation anywhere.
Are ...
3
votes
3answers
114 views
What languages or methods allow graphics & music demos to fit in 64kb EXEs?
How they do this , sorry maybe old or dumb question but what the hell 64kb compiled exe and such a visual art it's even match with music
http://www.scene.org/file.php?id=581018
they did it even ...
3
votes
3answers
1k views
How is a 3d perlin noise function used to generate terrain?
I can wrap my head around using a 2d perlin noise function to generate the height value but I don't understand why a 3d perlin noise function would be used. In Notch's blog, ...
3
votes
2answers
323 views
Procedural sound generation algorithms?
I'd like to be able to algorithmically create sounds (like monster growls, or distant thunder.) This isn't as widely covered on the net like more traditional procedural content (terrains, etc.) Any ...
3
votes
2answers
587 views
Procedural skydome
Does anybody know how to or where I can find info related on how to do a procedural skydome? Any help is welcome.
3
votes
3answers
708 views
Information on L-Systems
Hey Stack Overflow folks,
I am about to start a project for university to build a procedural city for a pre existing project.
I was wondering if any of you have had any experience coding L-Systems ...
2
votes
1answer
74 views
C# XNA generate MIDI
I wish to play MIDI like notes from the C# XNA program. I don't actually need to construct a MIDI file, just have the ability to start and stop notes or play them for a given time.
play("flute", ...
2
votes
2answers
97 views
Procedurally Generating a Massive Universe
I'm creating a text-based game, and trying to implement procedural world generation.
My initial plan was a bit haphazard: each universe has a 3D array of galaxies, of solar systems, which then in ...
2
votes
1answer
67 views
What are the potential problems with this multithreaded procedural generation algorithm?
I know this is game design related, but I have read the StackOverflow FAQ and it states software algorithm questions can be asked here. If this is better off in game design then I hope someone can ...
2
votes
2answers
377 views
Help with using the perlin noise library libnoise
When I call libnoise's getvalue function with x, y, and z as integers I always get 0 back as a result. Is this normal? When I try 1.25, 0.75, 0.5 as in the tutorial ...
2
votes
2answers
189 views
What is the average color of a star? [closed]
I am trying to procedurally generate point stars to create a starfield background for my game. I want to weight the color production based on an average star's real color. Can anyone point me in the ...
1
vote
1answer
176 views
Straight line to curved
I am trying to come up with a technique to generate a height map for a meteor crater. I'm trying to keep is small and simple at the moment, and have a simple algorithm where the centre of the crater ...
1
vote
1answer
236 views
Problems mapping cubemaps to a sphere
I'm currently trying to create a procedural planet generating tool. I have started off by mapping a cube to a sphere like so:
Next I'm using Libnoise to a heightmap cube using 3D Perlian noise. I ...
1
vote
1answer
337 views
Generating random tree branch
I want to generate (an image of) a single branch of a tree (the "woody plant" kind). Maybe similar to this branch, or this one.
I need it to be interesting but simple, so just one branch, with a few ...
0
votes
1answer
113 views
How to implement the diamond-square algorithm?
I was reading this: http://www.gameprogrammer.com/fractal.html#diamond
And it says:
This is the starting-point for the iterative subdivision routine,
which is in two steps:
The diamond ...
0
votes
1answer
119 views
How to divide a runtime procedural generated world into chunks
I've been thinking of making a top-down 2D game with a pseudo-infinite runtime procedural generated world. I've read several articles about procedural generation and, maybe I've misread or ...
0
votes
3answers
187 views
OpenGL: Texture size and video memory
I'm making a Worms-style bitmap destructible terrain game using OpenGL. I'd like to know where the limitiations in terms of video memory are for the size of the worlds.
Currently, I use blocks of ...
0
votes
1answer
87 views
Generating random points to build a procedural line
I want to randomly generate points. Well at least there should be a limitation on the y-axis. Later I connect the points to a line which should proceed in a simple animation. You can imagine this as a ...
0
votes
0answers
97 views
Long Shot: Looking for an article about Procedural 3D Graphics Generation from a few years ago
I'm sorry to have to resort to this, but I've been searching the internets for so long, I have no where else to turn. Basically I read an article, lost the bookmark, and have been driving myself ...
0
votes
1answer
267 views
Randomly generating levels for Sokoban game?
I'm making a Sokoban style game (i.e. it's not exactly the same as Sokoban so I can't use existing levels) and would like to create random levels on it so a player could keep playing it and always ...
0
votes
2answers
730 views
Procedural Planets, Heightmaps and textures
I am currently working on an OpenGL procedural planet generator. I hope to use it for a space RPG, that will not allow players to go down to the surface of a planet so I have ignored anything ROAM ...
0
votes
1answer
107 views
Runtime vertex generation
Is it possible to create an infinite world, where the world is generated using an algorithms? Does XNA support vertex loading during runtime?
0
votes
1answer
288 views
Procedural generation algorithms in Ruby
Greetings!
As part of Ruby learning, I am working on a project that involves procedural generation, namely terrain generation and such. It happens to be in Ruby, however after the long weeks of ...