/Explosion

💥 A modern cross-platform game engine (WIP)

Primary LanguageC++MIT LicenseMIT

Explosion Logo
Discord Codacy Grade Build Status License Commit Activity Code Size

Introduction

Explosion is a cross-platform game engine, based on modern graphics api (aka Vulkan, DirectX 12, Metal). Welcome to join the next generation game order.

Environment

There are some supported OS and compilers yet:

OS Compiler
Windows Visual Studio 2019+ x64
macOS Apple Clang x64

Build The Engine

Using cmake to configure and build project:

# Debug
cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug
cmake --build build --config Debug

# Release
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release

Sponsor

JetBrains Open Source

License

MIT @ Explosion Development Team All right Reserved 2022.