Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/flashlightengine/flashlightengine

Flashlight Engine is a custom game engine in C++ and using Vulkan for rendering.
https://github.com/flashlightengine/flashlightengine

3d-engine c-plus-plus c-plus-plus-20 cplusplus cplusplus-20 cpp cpp20 flashlight-engine game-development game-engine game-engine-development gamedev linux rendering rendering-3d-graphics rendering-engine vulkan vulkan-game-engine windows

Last synced: about 2 months ago
JSON representation

Flashlight Engine is a custom game engine in C++ and using Vulkan for rendering.

Awesome Lists containing this project

README

        

# Flashlight Engine
Flashlight engine is a game engine made using C++20 and Vulkan.

## Compiling & Running
1. Install [xmake](https://xmake.io/)
2. Run `xmake` to build the project
3. The binary is in `build/{mode}-{os}-{architecture}/TestApplication/bin`
4. To run it, you can either click it or run it by typing `xmake run` in the console.

## Contributing
To see contributing guidelines, please read the [CONTRIBUTING.md](CONTRIBUTING.md) file.