From 69e32a6f12d7e57f35bd82eeb03c1f1c7eacb975 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ellison=20Lea=CC=83o?= Date: Fri, 17 Mar 2017 13:03:35 -0300 Subject: [PATCH] adding planck.js --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 06c3a93..c8ca261 100644 --- a/README.md +++ b/README.md @@ -230,6 +230,7 @@ Code * [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. * [Pixel Vision 8](https://twitter.com/PixelVision8) - a framework designed to simulate your favorite 8-bit consoles. * [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. +* [Planck.js](http://piqnt.com/planck.js/) - 2D JavaScript physics engine for cross-platform HTML5 game development. * [Processing](https://www.processing.org/) - Processing is a programming language, development environment for artists, designers, researchers. * [PuzzleScript](http://www.puzzlescript.net/) - open-source HTML5 puzzle game engine. * [PyGame](http://pygame.org/hifi.html) - a 2D game engine in Python.