An open API service indexing awesome lists of open source software.

https://github.com/jillmpla/3dgameengine_jmp

Developing a 3D game engine with the OpenGL specification.
https://github.com/jillmpla/3dgameengine_jmp

3d-game-engine assimp dear-imgui glew glfw glm imfilebrowser irrklang opengl stb-image

Last synced: 8 months ago
JSON representation

Developing a 3D game engine with the OpenGL specification.

Awesome Lists containing this project

README

          

# Beary: 3D Game Engine


Dependencies:


OpenGL 4.6


GLFW 3.3.2


GLEW 2.2.0


GLM 0.9.9.7


Assimp 5.0.1


stb_image 2.23 & stb_image_write 1.13


irrKlang 1.6.0


Dear Imgui


imfilebrowser.h



NOTE:
Add a copy of [irrKlang.dll] and [ikpMP3.dll] from libs/irrKlang to
the build folder for Visual Studio to run/debug with sound functionality.




Please see the report "Beary - Building a 3D Game Engine with OpenGL.pdf" for further information on the project.