From 10828067714df93e16744e3c00c1fe8fd8d5f222 Mon Sep 17 00:00:00 2001 From: Pascal Schmid Date: Mon, 12 Oct 2015 12:08:40 +0200 Subject: [PATCH 1/2] Added Piston Rust game engine --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a3b82d8..6f6839c 100644 --- a/README.md +++ b/README.md @@ -202,6 +202,7 @@ Code * [p2.js](http://schteppe.github.io/p2.js/) - JavaScript 2D physics library * [PandaJS](http://www.pandajs.net/) - Open Source HTML5 Engine. * [Phaser](http://phaser.io/) - free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering. +* [Piston](http://www.piston.rs/) - a modular open source game engine written in Rust. * [PixiJS](http://www.pixijs.com/) - is a newcomer HTML5 game renderer - first released in early 2013. A main appeal of the engine is its use of WebGL for faster performance. If WebGL isn't supported, the engine falls back to standard canvas. * [Processing](http://www.processing.org) - Processing is a programming language, development environment for artists, designers, researchers. * [PyDark](http://www.pydark.com/) - 2d game framework written in Python. @@ -240,6 +241,7 @@ Code * [Ogre3D](http://www.ogre3d.org/) - is a scene-oriented, real-time, flexible 3D rendering engine (as opposed to a game engine) written in C++. * [Panda3D](https://www.panda3d.org/) - a framework for 3D rendering and game development for Python and C++ programs. * [Paradox](http://paradox3d.net/) - Open Source C# Game Engine. +* [Piston](http://www.piston.rs/) - a modular open source game engine written in Rust. * [PlayCanvas](https://playcanvas.com/) - A WebGL Game Engine. * [Polycode](http://polycode.org) - Open-Source Framework for creating games in C++ (with Lua bindings). * [Spring](http://springrts.com/) - A powerful free cross-platform RTS engine. From 43a45d92cc1066df48829f88b67349a02b1e2ffc Mon Sep 17 00:00:00 2001 From: Pascal Schmid Date: Mon, 12 Oct 2015 12:11:07 +0200 Subject: [PATCH 2/2] Added "Making Games" to the list of magazines --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6f6839c..4361e28 100644 --- a/README.md +++ b/README.md @@ -359,6 +359,7 @@ Must see * [Game Developer Magazine](http://www.gdcvault.com/gdmag) * [IndieMag](http://www.indiemag.fr/) * [indie-o-rama](http://www.indieorama.com/) +* [Making Games](http://www.makinggames.biz/) ### Videos/Podcasts