Difference between revisions of "Links"
From SfzWiki
Mezzodaemon (Talk | contribs) |
|||
(23 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
+ | >== misc == | ||
+ | * [http://www.cgtextures.com/ Large Free texture Archive] | ||
+ | * 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) | ||
+ | * [http://uml.sourceforge.net/index.php Umbrello] UML, seems to be quite useful | ||
+ | * [http://gaphor.sourceforge.net/ Gaphor] UML, no code import/export | ||
+ | * [http://www.iris2.de/index.php/Links iris2-wiki-linklist] various interesting links for content and different graphical techniques | ||
+ | * [http://ghoulsblade.schattenkind.net/wiki/index.php/Techlinks ghoulwiki-linklist] (slightly different than above) | ||
+ | * http://ghoulsblade.schattenkind.net/wiki/index.php/Links ghoulsblade's linklist | ||
+ | |||
+ | ---- | ||
+ | |||
+ | == 3D Models == | ||
+ | *[http://www.strafe.com/2001/ www.strafe.com/2001/] | ||
+ | *[http://www.open3dproject.org/us/user/home.php www.open3dproject.org/us/user/home.php] | ||
+ | *[http://www.k-3d.org/wiki/3D_Model_Links www.k-3d.org/wiki/3D_Model_Links] | ||
+ | |||
== 3D Engines == | == 3D Engines == | ||
*[http://www.ogre3d.org OGRE] | *[http://www.ogre3d.org OGRE] | ||
Line 10: | Line 30: | ||
*[http://www.swissquake.ch/chumbalum-soft/ Milkshape3D] | *[http://www.swissquake.ch/chumbalum-soft/ Milkshape3D] | ||
− | == | + | == other MMORPGs == |
*[http://planeshift.it Planeshift] | *[http://planeshift.it Planeshift] | ||
*[http://www.arianne.cx/ Arianne] | *[http://www.arianne.cx/ Arianne] | ||
+ | *[http://en.akella.com/Files/Games/24/video/Heavy.avi Heavy Duty - Video of seamless Planet fly] | ||
+ | *[http://en.akella.com/Game.aspx?id=24&mode=screenshots Heavy Duty - Screenshots] | ||
− | == | + | == Physic Engines == |
+ | *[http://ode.org/ Open Dynamics Engine - ODE] | ||
*[http://www.newtondynamics.com/ NewtonDynamics Physic Engine] | *[http://www.newtondynamics.com/ NewtonDynamics Physic Engine] | ||
− | == | + | == Sound == |
− | *[http:// | + | *[http://jcatki.no-ip.org/SDL_mixer/ SDL_mixer] |
+ | *[http://www.openal.org/ OpenAL] | ||
+ | |||
+ | == Tech-Notes and Articles == | ||
+ | * [http://sponeil.net/ Planet with zooming like Elite with Athomspheric Scattering (with sourcecode)] <- esp. Planet_Quad Demo ! | ||
+ | * [[Stacktrace]] | ||
+ | * [[RandomNumberGenerator]] | ||
+ | * [[RandomWorldGeneration]] | ||
+ | * [http://www.wizardnet.com/musgrave/article.html Building Fractal Planets] | ||
+ | * [http://www.gameprogrammer.com/fractal.html Generating Random Fractal Terrain] | ||
+ | * [http://www.fxgen.org/ Procedual Texturegeneration Library + Editor + Source (GPL+LGPL)] | ||
+ | * [http://www.ogre3d.org/phpBB2/viewtopic.php?t=37186&highlight= IteractedFractal Talk on Ogre-Forum] | ||
+ | * [http://talesbook.ilbello.com/imgs/nebulae.txt Nebulae generation] | ||
+ | * [http://www.ogre3d.org/phpBB2/viewtopic.php?t=44303 Ogre plugin: Sparse Virtual Textures] | ||
+ | * http://ogre3d.org/forums/viewtopic.php?f=11&t=45093 PrimitusCore: Planet Renderer 0.1.0 | ||
+ | * http://www.geeks3d.com/20090729/google-earth-like-real-time-planet-rendering/ | ||
+ | |||
+ | == similar games? == | ||
+ | *http://www.salvationprophecy.com/ | ||
+ | |||
+ | [[Category:DevDoc]] |
Latest revision as of 16:51, 9 January 2011
>== misc ==
- Large Free texture Archive
- 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
- ghoulwiki-linklist (slightly different than above)
- http://ghoulsblade.schattenkind.net/wiki/index.php/Links ghoulsblade's linklist
Contents
3D Models
3D Engines
3D Editor
other MMORPGs
Physic Engines
Sound
Tech-Notes and Articles
- Planet with zooming like Elite with Athomspheric Scattering (with sourcecode) <- esp. Planet_Quad Demo !
- Stacktrace
- RandomNumberGenerator
- RandomWorldGeneration
- Building Fractal Planets
- Generating Random Fractal Terrain
- Procedual Texturegeneration Library + Editor + Source (GPL+LGPL)
- IteractedFractal Talk on Ogre-Forum
- Nebulae generation
- Ogre plugin: Sparse Virtual Textures
- http://ogre3d.org/forums/viewtopic.php?f=11&t=45093 PrimitusCore: Planet Renderer 0.1.0
- http://www.geeks3d.com/20090729/google-earth-like-real-time-planet-rendering/