Giter Club home page Giter Club logo

fractal_engine's Introduction

Fractal Engine is a 3D game engine written in C++

discord - users online

Donate via Monero: 481DHwnNgVtDU2JTBGL3v9cxtXdHzPKbtjDr

New version of Fractal Engine coming soon!

Features:

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

Planned Features:

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

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

Screen Shot

Project Setup

  • Clone Repo with $ git clone --recursive https://github.com/kacperks/Fractal_Engine.git

Requirements

  • CMake 3.16 +
  • G++(Linux)
  • Visual Studio 2019 and Desktop C++ Development(Windows)

Dependencies

Installing Dependencies

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

Installing Cmake

  • Debian/Ubuntu $ sudo apt-get install cmake
  • Fedora $ sudo dnf install cmake

Build

  • Run Deploy.bat or Deploy.sh
  • You might have to run cmake with -DCMAKE_CXX_FLAGS="-Wa,-mbig-obj -Wno-use-after-free -Wno-array-bounds -Wno-error=array-compare" in some cases.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.