"/game/dev": Difference between revisions

From Chaosdorf Wiki
Line 29: Line 29:


=== Game Engines ===
=== Game Engines ===
==== proprietary ====
* Unity3D [http://unity3d.com/ JavaScript/C#/Boo 2D/3D Engine]
* Unity3D [http://unity3d.com/ JavaScript/C#/Boo 2D/3D Engine]
* Pygame [http://www.pygame.org/ Python 2D Engine]
* Unreal [https://www.unrealengine.com/what-is-unreal-engine-4 Eventuell kostenpflichtig 2D/3D]
* Unreal [https://www.unrealengine.com/what-is-unreal-engine-4 Eventuell kostenpflichtig 2D/3D]
==== OpenSource ====
* Phaser.io [http://phaser.io/ JavaScript Engine 2D/3D]
* Phaser.io [http://phaser.io/ JavaScript Engine 2D/3D]
* Godot [http://www.godotengine.org/wp/ Godot-Script (wie python) Engine 2D/3D]
* Godot [http://www.godotengine.org/wp/ Godot-Script (wie python) Engine 2D/3D]
* Curses mit Python [http://www.tuxradar.com/content/code-project-build-ncurses-ui-python Blöcke! Mehr Blöcke!]
* Curses mit Python [http://www.tuxradar.com/content/code-project-build-ncurses-ui-python Blöcke! Mehr Blöcke!]
* Box2D [http://box2d.org/ eine Physik-Engine] [https://code.google.com/p/pybox2d/ auch mit Python-Binding]
* Box2D [http://box2d.org/ eine Physik-Engine] [https://code.google.com/p/pybox2d/ auch mit Python-Binding]
* Pygame [http://www.pygame.org/ Python 2D Engine]
* OpenFl http://www.openfl.org/
* limeJs http://www.limejs.com/
* luxe http://luxeengine.com/docs/
* kha http://kha.ktxsoftware.com/


=== Literatur ===
=== Literatur ===
* [http://gameprogrammingpatterns.com/contents.html Game Pattern Programming]
* [http://gameprogrammingpatterns.com/contents.html Game Pattern Programming]

Revision as of 21:32, 16 February 2015

/game/dev early access
Gamedev1.png
unregelmäßiges treffen


/game/dev
do you want to make a game?
Art Meet-Up
Datum 2015-01-26
Start 17:00
Dauer 5h
Host Bison, Plantprogrammer
Ort Chaosdorf

Unregelmäßiges Treffen wo wir uns mit der Spiele-Entwicklung beschäftigen.

Der Schwerpunkt liegt derzeit auf Unity3D.

Hilfreiche Links

Game Art und Sounds

Game Engines

proprietary

OpenSource

Literatur