touchportyl / FlexEngine

C++ OpenGL Desktop Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FlexEngine

FlexEngine is a work-in-progress game engine.

third_party library versions

  • OpenGL 4.6
    • GLAD
  • GLFW 3.3.9
  • GLM 1.0.0
  • ImGui 1.90.1 (docking)
  • stb_image 2.29
  • RapidJSON 1.1.0
  • assimp 5.4.0

working on implementation

  • fmod 2.02

deprecating

  • fastgltf 0.6.1

potential third_party libraries

  • freetype (will implement after setting up the opengl renderer)

  • wwise (will look into it as a replacement to fmod)

  • property (terrible to work with)

  • rttr (doesn't work)

  • ImGuizmo (unsure if allowed)

About

C++ OpenGL Desktop Application

License:MIT License


Languages

Language:C++ 96.7%Language:C 2.2%Language:GLSL 1.1%