jayrulez / PlasmaEngine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Codacy Badge Windows Build Status

Plasma Logo

Overview

Plasma Game engine is a C++ powered 2D and 3D game engine that is designed to be straigt forward yet powerful for all users. We aim to have clear and easy to read code with many comments allowing anyone to pickup and extend the code as they feel is needed. Plasma is originally branched from the Zero Game Engine.

Installing binary builds

You can find the latest compiled version of the launcher on the Plasma discord, if you get lost feel free to ask there.

Getting the source

git clone --recursive https://github.com/PlasmaEngine/PlasmaEngine.git

Building the engine

Building on Windows:

Easiest:

  • Open folder with VS2019+
  • (Optional) Manage Configuration to add x64-Release configuration
  • Build

For Solution Files:

  • run build_vs2019_x64.bat

For Release Build

  • run build_vs2019_ninja.bat

Building on Linux:

Screenshots

Image of Plasma Engine 3D Image of Plasma Engine 2D

Credits

  • Josh (Engine Developer)
  • Jesco (Engine Developer)
  • Dave (Engine Contributer)
  • AdvancedInstaller (Providing open source license for launcher installer)
  • Digipen and everyone who worked on Zero
  • WelderFoundation (Useful addition to Zero and thirdparty repos)

About

License:Other


Languages

Language:C++ 97.3%Language:C 1.5%Language:CMake 0.7%Language:C# 0.3%Language:HTML 0.1%Language:Batchfile 0.1%Language:Inno Setup 0.0%Language:Python 0.0%