2024-03-18 15:00:39 +00:00
2024-04-26 14:54:56 +02:00
2024-03-29 16:19:37 +01:00
2024-04-26 13:34:17 +02:00

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 à utiliser les API de rendu (OpenGL,DirectX 11/12 et Vulkan).

Ce moteur est basé sur DirectX11 utilise ImGui et Boost avec une couche d'abstraction pour permetre son usage avec d'autres 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.

Installation

Depuis la solution + Debugger

  1. Télécharger la Beta
  2. Dézip le .zip
  3. Ouvrir le fichier .sln
  4. Build en Release

From solution + Debugger

  1. Download the Beta Release
  2. Unzip the Zip file
  3. Open the .sln file
  4. Set the debugger in "Release"
  5. Launch the debugger

Shaders list:

  • Diffuse Lighting
  • Ambiant Lighting
  • Specular Lighting
  • Light Shader
  • Light Map Shader
  • Alpha Mapping
  • Normal Mapping
  • Specular Mapping
  • Clipping Planes
  • Texture Translation
  • Transparency
  • Water
    • Refraction
    • Reflection (cassé / broken)

Plus de shaders seront disponibles dans le futur


More shaders will be added in the future

ImGui:

Cette partie du moteur est encore en développement, d'autres fonctionnalitées seront ajoutées dans le futur

La librairie ImGui est utilisée afin d'intéragir avec les éléments du moteur comme les objets.

Fonctionnalitées:

  • Importer des objets 3D sous format .obj
  • Ajout d'un cube à la scène
  • Modifier les propriétées d'un objet (Position, Rotation, Taille)
  • Modifier les objets présents dans la scène
  • Création d'un terrain
  • Modifier les propriétées des lumières (Position, Couleur RVB)

This part of the engine is still in development, other features will be added in the future

ImGui is used to allow interaction between the user and the objects in the scene.

Features:

  • Import 3D objects with the .obj format
  • Can add a cube to the scene
  • Edit an object properties (Position, Rotation, Scale)
  • Edit objects in the current scene
  • Terrain generation
  • Edit lights properties (Position, RGB Color)

Demo :

Demo Video

Bug Report :

Vous pouvez signalez les problèmes en ouvrant un ticket dans Issues


You can report bugs with the program by creating a ticket in Issues

Engine Build by :

Description
engine-khaotic-engine created by GitHub Classroom
Readme 113 MiB
Languages
C++ 82.1%
C 16.3%
CMake 0.3%
HyPhy 0.2%
C# 0.2%
Other 0.7%