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.
- Host: GitHub
- URL: https://github.com/jillmpla/3dgameengine_jmp
- Owner: jillmpla
- License: mit
- Created: 2020-01-30T22:05:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-27T02:31:19.000Z (about 5 years ago)
- Last Synced: 2025-01-14T02:47:52.236Z (9 months ago)
- Topics: 3d-game-engine, assimp, dear-imgui, glew, glfw, glm, imfilebrowser, irrklang, opengl, stb-image
- Language: C++
- Homepage:
- Size: 8.82 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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.