https://github.com/jabarkass/roomdemonstrationopengl
C++ OpenGL App of Room Demonstration.
https://github.com/jabarkass/roomdemonstrationopengl
cpp glew glfw3 glm opengl visual-studio
Last synced: 2 months ago
JSON representation
C++ OpenGL App of Room Demonstration.
- Host: GitHub
- URL: https://github.com/jabarkass/roomdemonstrationopengl
- Owner: JABARKASS
- Created: 2025-01-11T16:05:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-11T16:52:50.000Z (over 1 year ago)
- Last Synced: 2025-01-19T05:41:20.347Z (over 1 year ago)
- Topics: cpp, glew, glfw3, glm, opengl, visual-studio
- Language: C
- Homepage:
- Size: 7.27 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
RoomDemonstrationOpenGL project BY Yaroslav Guydm :
Project was created according to learning process of OpenGL libraries (such as GLEW, GLFW, GLM) in C++ language.
INSTALLATION:
1. Add all files EXCEPT .cpp and .h in new start folder;
2. Create "Models" folder in existing start folder and replace .obj files in it;
3. Create "Textures" folder in existing start folder and replace .jpg/.png files in it;
4. Create "Shaders" folder in existing start folder and replace .vert/.frag files in in;
5. Make sure that .dll files are in same folder with an .exe file.
DESCRIPTION:
The App runs 2 windows: 1-st - Console window that shows controls AND 2-nd - OpenGL window that shows visualisation and gives control of it