Skip to content

bluesky013/Explosion

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Explosion Logo

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.

About

💥 A lite 3d engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 84.8%
  • Objective-C++ 5.5%
  • Objective-C 5.2%
  • CMake 4.2%
  • Other 0.3%