Skip to content

rastargame/Fractal_Engine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fractal Engine is a cool 3D game engine.

discord - users online

Features:

  • Fully Featured ECS (Entity-Component-System)
  • OpenGL 3.3+ Rendering Engine
  • Loading 3D models and 2D textures with Assimp and STB
  • Textures, Models and Scenes Serializer (XML)
  • Scene Editor (Work In Progress)
  • Event System
  • Custom Math Engine
  • Audio (Work In Progress)
  • Custom Physics Engine (Work In Progress)

Planned Features:

  • Vulkan Renderer
  • Fully Featured Editor
  • 3D Animations
  • 2D Renderer
  • Scripting
  • Docs

Discord Server! : https://discord.gg/aXHjdQfCMK

Screen Shot

Project Setup

  • First, you need to clone the repo.

$ git clone --recursive https://github.com/kacperks/Fractal_Engine.git

Installing Dependencies

  • Debian/Ubuntu $ sudo apt install -y libglm-dev libglew-dev libglfw3-dev libassimp-dev libtinyxml-dev
  • Fedora $ sudo dnf install glew-devel glm-devel assimp-devel glfw-devel tinyxml2-devel

Build

  • First, you need to install CMake:

    • Debian/Ubuntu $ sudo apt-get install cmake
    • Fedora $ sudo dnf install cmake
  • Then, go to the Fractal Engine directory and type, $ cmake -B App

Dependencies

Authors

Developers

Contributors

About

3D game engine with editor and other stuff

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 91.8%
  • GLSL 3.9%
  • C 3.5%
  • CMake 0.8%