List of Gaming Engines/Framework, Become A Game Developer

cpvr

Administrator
Staff member
Administration
2,785
168
List of Gaming Engines/Framework, Become A Game Developer.

If you know of any other Game engines, then please feel free to let us know and we’ll add them to this list.

NeoAxis Engine is a versatile game engine designed for creating video games and real-time apps. It is well-suited for developing various 3D and 2D projects, including computer games, simulators, virtual reality systems, and apps with rich graphics.

Key features:
• Full source code is provided from the start.
• A large set of popular game components.
• API for integration of third-party services and stores.
• The ability to create any product, including a modified engine and editor.

Godot Engine - Free and open source 2D and 3D game engine

Your free, open‑source
game engine.
Develop your 2D & 3D games, cross-platform projects, or even XR ideas!
Write code without hurdles with a high-level scripting language
Get things done quickly with Godot's built-in scripting language GDScript.
Inspired by Python and other languages, it is easy to pick up even if you are a beginner. Tight engine integration allows it to express game logic in a clear and natural form.

Unity Personal
Start creating today with the free version of Unity
Unity Personal is for individuals, hobbyists, and small organizations who want to create and grow amazing games and real-time 3D experiences across a wide range of platforms.



GDevelop is a free, open-source game engine that's 10x easier and faster to use than anything else. Build from anywhere — even on your phone. Publish everywhere: iOS, Android, Steam, web, gaming platforms. Reach millions of players or create the next hit game you've been dreaming of.




Unreal Engine is built by developers, for developers, with fair terms for all. Because everyone with an idea deserves to use the world’s most open, advanced real-time creation tool to bring it to life.



Game Engines

  • MCCodes MCCodes Free, built on PHP, it is a resilient engine that is over 10 years old .
  • GRPG GRPG Framework (also known as Generic RPG) is a a text-based MMORPG base written in PHP that was created by Brandon Werner (Publius) in 2007.
Open Source Games

  • Open DominionOpenDominion is a free and open-source clone of Dominion, an online text-based and persistent browser-based (PBBG) fantasy war game. OpenDominion is written in PHP on the Laravel framework.
  • Gangster LegendsGangster Legends v2 is a open source PBBG game engine written in PHP using a MySQL backend.
  • Space Merchant Realms PHP based space game.
  • Global Collapse: Pandemic Browser-based MMORPG based around the COVID pandemic. PWA supported. Built on PHP

Lorekeeper is a framework for managing deviantART-based ARPGs/closed species masterlists coded using the Laravel framework. In simple terms - you will be able to make a copy of the site, do some minor setup/enter data about your species and game, and it'll provide you with the automation to keep track of your species, players and ARPG submissions.


Bevy is also a refreshingly simple data-driven game engine built in Rust. It is free and open-source forever under your choice of the MIT or Apache 2.0 licenses.

Bevy has the following design goals:

  • Capable: Offer a complete 2D and 3D feature set
  • Simple: Easy for newbies to pick up, but infinitely flexible for power users
  • Data Focused: Data-oriented architecture using the Entity Component System paradigm
  • Modular: Use only what you need. Replace what you don't like
  • Fast: App logic should run quickly, and when possible, in parallel
  • Productive: Changes should compile quickly... waiting isn't fun