Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kharzixen/ubb2-cg
https://github.com/kharzixen/ubb2-cg
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kharzixen/ubb2-cg
- Owner: Kharzixen
- Created: 2023-09-05T12:21:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-05T12:23:19.000Z (about 1 year ago)
- Last Synced: 2023-09-05T13:58:58.416Z (about 1 year ago)
- Language: C++
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DrimTim -- Computer Graphics Project
How to run:
1) Download the project directory
2) Download the OGLPack: http://cg.elte.hu/~bsc_cg/resources/OGLPack.zip
3) Run the following command in the directory, where the OGLPack is located: "subst t: ."
4) In the project configuration (Right click -> Properties) set the Environment: Configuration Properties -> Debugging -> Environment PATH=t:\OGLPack\bin\x64;$PATH;
5) Check the VC++ Directories, the values should be:
Include Directories: T:\OGLPack\include;$(IncludePath)
Library Directories: t:\OGLPack\lib\x64;$(LibraryPath)