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

https://github.com/qhdwight/q-engine

Game engine in C++ using ENTT, Vulkan, Edyn, GLFW
https://github.com/qhdwight/q-engine

data-oriented-design ecs edyn entt game-engine glfw vulkan

Last synced: 4 months ago
JSON representation

Game engine in C++ using ENTT, Vulkan, Edyn, GLFW

Awesome Lists containing this project

README

        

# C++ Game Engine

### Features
- Vulkan rendering engine
- ECS architecture powered by ENTT
- IMGUI support
- C++ package manager written in Go

![simple scene](https://user-images.githubusercontent.com/20666629/173171647-eb79af3e-2bbd-4219-8c88-c3b7631c83d5.png)

### Developing & Building

Run `go run tools/cmake.go` to generate a `CMakeLists.txt`. Then use your favorite editor of choice!