From a2a31ceb06e7add9921c0b110947a3d973e78b2b Mon Sep 17 00:00:00 2001 From: Nail Gafarov <35802538+stein197@users.noreply.github.com> Date: Wed, 20 Apr 2022 20:07:13 +0500 Subject: [PATCH] Added game engines section (#813) --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index e9dc15b..466b156 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [MVC Frameworks and Libraries](#mvc-frameworks-and-libraries) * [Node-Powered CMS Frameworks](#node-powered-cms-frameworks) * [Templating Engines](#templating-engines) + * [Game Engines](#game-engines) * [Articles/Posts](#articles-and-posts) * [Data Visualization](#data-visualization) * [Timeline](#timeline) @@ -278,6 +279,18 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [marko](https://github.com/marko-js/marko) - A fast, lightweight, HTML-based templating engine for Node.js and the browser with async, streaming, custom tags and CommonJS modules as compiled output. * [swig](https://github.com/paularmstrong/swig) - (Archived) A simple, powerful, and extendable Node.js and browser-based JavaScript template engine. +## Game Engines +* [A-Frame](https://aframe.io) - Make WebVR. +* [Cocos](https://www.cocos.com) - Open Source Cross-Platform Game Development Framework. +* [Impact](https://impactjs.com) - Impact - HTML5 Canvas & JavaScript Game Engine. +* [GDevelop](https://gdevelop.io) - Free and Easy Game-Making App. +* [Kaboom.js](https://kaboomjs.com) - A game programming library that helps you make games fast and fun. +* [Matter.js](https://brm.io/matter-js) - A 2D rigid body JavaScript physics engine. +* [melonJS](https://melonjs.org) - Open source HTML5 game engine that empowers developers and designers to focus on content. +* [Phaser](https://phaser.io) - Phaser - A fast, fun and free open source HTML5 game framework. +* [PixiJS](https://pixijs.com) - The HTML5 Creation Engine. +* [PlayCanvas](https://playcanvas.com) - PlayCanvas WebGL Game Engine. + ## Articles and Posts * [The JavaScript that you should know](https://medium.com/@pedropolisenso/o-javasscript-que-voc%C3%AA-deveria-conhecer-b70e94d1d706) - Article about concepts of JavaScript Functional.