Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```