From 37bd48e9cc309f0dd10c2fdc3fe51ac74eecd080 Mon Sep 17 00:00:00 2001 From: Eduardo Doria Date: Tue, 9 Jul 2024 12:42:33 -0300 Subject: [PATCH 1/2] Added Supernova Engine --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e98336b..a572136 100644 --- a/README.md +++ b/README.md @@ -346,6 +346,7 @@ _Set of game frameworks, engines and platforms_ - :tada: [Wave](http://waveengine.net/) - Cross-platform engine written in C#. - :tada: [Wolf RPG Editor English](https://widderune.wixsite.com/widderune/wolf-rpg-editor-english) - open source editor for RPG Maker style gamesl - :tada: [WhiteStorm.js](https://github.com/WhitestormJS/whitestorm.js) - 3d javacript framework for building apps and games +- :tada: [Supernova Engine](https://supernovaengine.org/) - Cross-platform game engine for 2D and 3D projects with entity component system (ECS) and data-oriented design in C++ and Lua. ### AI From e30e5f00ef5558f4548a0967a160e629856fa3e6 Mon Sep 17 00:00:00 2001 From: Eduardo Doria Date: Thu, 11 Jul 2024 17:28:28 -0300 Subject: [PATCH 2/2] Fixed Supernova Engine order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a572136..5c73804 100644 --- a/README.md +++ b/README.md @@ -331,6 +331,7 @@ _Set of game frameworks, engines and platforms_ - :tada: [Starling](http://gamua.com/starling/) - The GPU powered 2D Flash API - :money_with_wings: [Stencyl](http://www.stencyl.com/) - a game creation platform that allows users to create 2D video games for computers, mobile devices, and the web. - :tada: [Stride](https://stride3d.net/) - Open Source C# Game Engine. +- :tada: [Supernova Engine](https://supernovaengine.org/) - Cross-platform game engine for 2D and 3D projects with entity component system (ECS) and data-oriented design in C++ and Lua. - :tada: [Superpowers](https://sparklinlabs.itch.io/superpowers) - HTML5 Collaborative 2D/3D Game Maker - :tada: [TIC-80](https://tic.computer/) - TIC-80 is a fantasy computer for making, playing and sharing tiny games. - :tada: [Tiny Physics Engine](https://codeberg.org/drummyfish/tinyphysicsengine/) - TPE is a small, completely public domain fixed point physically inaccurate pure C header-only 3D physics engine built to run on tiny computers such as embedded and even bare metal. @@ -346,7 +347,6 @@ _Set of game frameworks, engines and platforms_ - :tada: [Wave](http://waveengine.net/) - Cross-platform engine written in C#. - :tada: [Wolf RPG Editor English](https://widderune.wixsite.com/widderune/wolf-rpg-editor-english) - open source editor for RPG Maker style gamesl - :tada: [WhiteStorm.js](https://github.com/WhitestormJS/whitestorm.js) - 3d javacript framework for building apps and games -- :tada: [Supernova Engine](https://supernovaengine.org/) - Cross-platform game engine for 2D and 3D projects with entity component system (ECS) and data-oriented design in C++ and Lua. ### AI