Difference between revisions of "Links"
From SfzWiki
(→Tech-Notes and Articles) |
|||
Line 41: | Line 41: | ||
* [[RandomNumberGenerator]] | * [[RandomNumberGenerator]] | ||
* [[RandomWorldGeneration]] | * [[RandomWorldGeneration]] | ||
+ | * [http://www.wizardnet.com/musgrave/article.html Building Fractal Planets] | ||
+ | * [http://www.gameprogrammer.com/fractal.html Generating Random Fractal Terrain] | ||
== similar games? == | == similar games? == |
Revision as of 12:33, 5 September 2007
Contents
misc
- http://nehe.gamedev.net/ (opengl tutorial)
- http://gamedev.net/ (lots of articles and books)
- http://wwww.developia.de/ (german hobby-gamedev scene)
- http://sf.net/ (lots of opensource software)
- http://gpwiki.org/ (game programming wiki)
- Umbrello UML, seems to be quite useful
- Gaphor UML, no code import/export
- iris2-wiki-linklist various interesting links for content and different graphical techniques
3D Models
3D Engines
3D Editor
other MMORPGs
Physic Engines
Sound
Tech-Notes and Articles
- Stacktrace
- RandomNumberGenerator
- RandomWorldGeneration
- Building Fractal Planets
- Generating Random Fractal Terrain