Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rgamestudio/rightengine
C++ Vulkan game engine
https://github.com/rgamestudio/rightengine
conan cpp engine pbr vulkan
Last synced: 4 months ago
JSON representation
C++ Vulkan game engine
- Host: GitHub
- URL: https://github.com/rgamestudio/rightengine
- Owner: RGameStudio
- License: mit
- Created: 2021-08-21T18:46:28.000Z (over 3 years ago)
- Default Branch: development
- Last Pushed: 2024-05-21T22:08:06.000Z (8 months ago)
- Last Synced: 2024-05-22T18:37:43.262Z (8 months ago)
- Topics: conan, cpp, engine, pbr, vulkan
- Language: C++
- Homepage:
- Size: 149 MB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RightEngine
Vulkan game engine that is in WIP
## Features
- Flexible Vulkan renderer
- Cross-platform
- Easy to use parallel tasks API## Requirements
- Python >= 3.10
- Conan >= 2.0
- Vulkan SDK (>= 1.3.268)## How to build
Currently works only with Windows, but build scripts are easy adoptable for other platforms.Git can request you login and password from the LFS server, please enter `engine` and `engine` as username and password
1. Launch `prepare_env.bat` to prepare conan profiles and scripts
2. Launch `generate_solution.bat` to install all dependencies and generate solution
3. After all scripts have executed successfully, generated solution can be found at `./build/{platform}` directory