All Projects → ExplosionEngine → Explosion

ExplosionEngine / Explosion

Licence: MIT license
💥 A modern cross-platform game engine (WIP)

Programming Languages

C++
36643 projects - #6 most used programming language
Objective-C++
1391 projects
objective c
16641 projects - #2 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to Explosion

Substrate
A cross-platform render-graph based rendering system written in Swift
Stars: ✭ 94 (-7.84%)
Mutual labels:  metal, engine, vulkan
wgpu-py
Next generation GPU API for Python
Stars: ✭ 210 (+105.88%)
Mutual labels:  metal, vulkan, dx12
Bgfx
Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library.
Stars: ✭ 10,252 (+9950.98%)
Mutual labels:  metal, engine, vulkan
Aether3d
Aether3D Game Engine
Stars: ✭ 177 (+73.53%)
Mutual labels:  metal, engine, vulkan
Gfx
[maintenance mode] A low-overhead Vulkan-like GPU API for Rust.
Stars: ✭ 5,045 (+4846.08%)
Mutual labels:  metal, vulkan, dx12
wgpu-mc
Rust-based replacement for the default Minecraft renderer
Stars: ✭ 254 (+149.02%)
Mutual labels:  metal, engine, vulkan
pygfx
Like ThreeJS but for Python and based on wgpu
Stars: ✭ 72 (-29.41%)
Mutual labels:  metal, vulkan, dx12
Llgl
Low Level Graphics Library (LLGL) is a thin abstraction layer for the modern graphics APIs OpenGL, Direct3D, Vulkan, and Metal
Stars: ✭ 1,011 (+891.18%)
Mutual labels:  metal, vulkan
Shaderconductor
ShaderConductor is a tool designed for cross-compiling HLSL to other shading languages
Stars: ✭ 1,146 (+1023.53%)
Mutual labels:  metal, vulkan
Veldrid
A low-level, portable graphics library for .NET.
Stars: ✭ 1,784 (+1649.02%)
Mutual labels:  metal, vulkan
Engine Native
Native engine for Cocos Creator
Stars: ✭ 488 (+378.43%)
Mutual labels:  metal, vulkan
Fna3d
FNA3D - 3D Graphics Library for FNA
Stars: ✭ 111 (+8.82%)
Mutual labels:  metal, vulkan
Filament
Filament is a real-time physically based rendering engine for Android, iOS, Windows, Linux, macOS, and WebGL2
Stars: ✭ 13,215 (+12855.88%)
Mutual labels:  metal, vulkan
Tvm
Open deep learning compiler stack for cpu, gpu and specialized accelerators
Stars: ✭ 7,494 (+7247.06%)
Mutual labels:  metal, vulkan
Bulllord Engine
lightspeed lightweight elegant game engine in pure c
Stars: ✭ 539 (+428.43%)
Mutual labels:  metal, vulkan
Crossshader
⚔️ A tool for cross compiling shaders. Convert between GLSL, HLSL, Metal Shader Language, or older versions of GLSL.
Stars: ✭ 113 (+10.78%)
Mutual labels:  metal, vulkan
Floor
A C++ Compute/Graphics Library and Toolchain enabling same-source CUDA/Host/Metal/OpenCL/Vulkan C++ programming and execution.
Stars: ✭ 166 (+62.75%)
Mutual labels:  metal, vulkan
Ogre
scene-oriented, flexible 3D engine (C++, Python, C#, Java)
Stars: ✭ 2,582 (+2431.37%)
Mutual labels:  metal, engine
Wolf.engine
The Wolf is a comprehensive set of C/C++ open source libraries for realtime rendering, realtime streaming and game developing
Stars: ✭ 230 (+125.49%)
Mutual labels:  metal, vulkan
Rust Skia
Safe Skia Bindings for Rust
Stars: ✭ 450 (+341.18%)
Mutual labels:  metal, vulkan
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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].