Difference between revisions of "GamesEngineering"

From Lost In Wonderlands
Jump to: navigation, search
(HTML5/CSS3/Javascript and co)
(Board Game Engine)
Line 62: Line 62:
 
== Board Game Engine ==
 
== Board Game Engine ==
 
* https://github.com/opendataboardgame/game
 
* https://github.com/opendataboardgame/game
 +
 +
 +
== Physics Engines ==
 +
* https://en.wikipedia.org/wiki/Physics_engine
 +
* https://en.wikipedia.org/wiki/Bullet_(software)
 +
* https://en.wikipedia.org/wiki/Newton_Game_Dynamics
 +
* https://en.wikipedia.org/wiki/Open_Dynamics_Engine
 +
* https://en.wikipedia.org/wiki/PhysX
 +
* https://en.wikipedia.org/wiki/Physics_Abstraction_Layer
 +
 +
* http://chipmunk-physics.net
 +
*https://github.com/slembcke/Chipmunk2D
 +
 +
* http://box2d.org
 +
* https://github.com/erincatto/Box2D
 +
 +
* http://newtondynamics.com/forum/newton.php
 +
* https://github.com/MADEAPPS/newton-dynamics/releases/tag/newton-3.14
 +
 +
* https://pybullet.org/wordpress/
 +
* https://github.com/bulletphysics/bullet3
 +
 +
* https://www.sofa-framework.org
 +
* https://github.com/sofa-framework/
 +
 +
* http://projectchrono.org
 +
* https://github.com/projectchrono/chrono
 +
 +
* https://bitbucket.org/odedevs/ode
 +
 +
* nvidia engine , https://developer.nvidia.com/gameworks-physx-overview
 +
* PAL, a Pysics engine Astraction Layer, http://www.adrianboeing.com/pal/index.html
  
 
== Game Servers ==
 
== Game Servers ==

Revision as of 18:04, 19 March 2019

Games Engineering : On Game Making

See Also

Arts

Game Design

Game Design Patterns

Game UX Patterns

Programming

Game Engine Frameworks

C++

* https://github.com/amzeratul/halley
* https://github.com/gameplay3d/GamePlay

Python

Jenkins sample

* https://github.com/wakaleo/game-of-life

Java

HTML5/CSS3/Javascript and co

Cross Languages

* https://github.com/AtomicGameEngine/AtomicGameEngine

Cross Platform

* https://github.com/Gamua/Starling-Framework

Godot

* https://godotengine.org/
* https://github.com/godotengine/godot

Board Game Engine


Physics Engines

Game Servers


Games Emulators

HTML

Games

MineTest

iOS

JS

Python


Graph

Pictures

Mazes

  https://github.com/pstricker/aMaze
  • maze generated after a QRCode build from some text
 https://blogs.msdn.microsoft.com/davrous/2014/02/19/coding4fun-tutorial-creating-a-3d-webgl-procedural-qrcode-maze-with-babylon-js/


Babylon.js

Blogs

Books

* https://github.com/GameHackingBook/GameHackingCode