Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sukruciris/hujam-2023-opengl
HUJAM-2023-OPENGL
https://github.com/sukruciris/hujam-2023-opengl
Last synced: about 2 months ago
JSON representation
HUJAM-2023-OPENGL
- Host: GitHub
- URL: https://github.com/sukruciris/hujam-2023-opengl
- Owner: SUKRUCIRIS
- Created: 2023-12-09T18:50:51.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-11T15:32:54.000Z (about 1 year ago)
- Last Synced: 2024-02-04T18:03:14.555Z (12 months ago)
- Language: C
- Size: 38.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Code: ŞÜKRÜ ÇİRİŞ, Art: SELİM EMRE
# HOW TO BUILD?
## Build project files:
```
mkdir build
cd build
cmake .. -DCMAKE_VERBOSE_MAKEFILE=1
```## Compile with msvc on windows:
You can't compile on other platforms.
Make sure that you use native tools command prompt for vs.
```
msbuild HUJAM.sln /p:Configuration=Release /p:Platform=x64
```