30 lines
1.0 KiB
Markdown
30 lines
1.0 KiB
Markdown
|
|
# Khaotic Engine - C++ Custom Engine
|
|
|
|
Khaotic Engine est un moteur de rendu fait en c++ réalisé par une petite équipe dans le but d'apprendre a utilisé les API de rendu (OpenGL,DirectX 11/12 et Vulkan).
|
|
|
|
Ce moteur est basé sur DirectX11 utilise ImGui avec une couche d'abstraction pour permetre son usage avec d'autre API.
|
|
|
|
---
|
|
|
|
Khaotic Engine is a rendering engine made in C++ by a small team with the aim of learning how to use rendering APIs (OpenGL, DirectX 11/12 and Vulkan).
|
|
|
|
This DirectX11-based engine uses ImGui with an abstraction layer to enable its use with other APIs.
|
|
|
|
|
|
|
|
## Demo
|
|
|
|
[](https://www.youtube.com/watch?v=qCOCTyB_97c)
|
|
|
|
|
|
## Engine Build by :
|
|
|
|
- [@CatChow0](https://github.com/CatChow0)
|
|
- [@miragefr0st](https://github.com/miragefr0st)
|
|
- [@StratiX0](https://github.com/StratiX0)
|
|
- [@Kagutsuchi84](https://github.com/Mattys8423)
|
|
- [@Harpie94](https://github.com/Harpie94)
|
|
- [@axelpicou](https://github.com/axelpicou)
|
|
- [@GolfOcean334](https://github.com/GolfOcean334)
|