Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gustafla/ruoho-heiluu-tuulessa
A (joke/filler) demo released at Instanssi 2018
https://github.com/gustafla/ruoho-heiluu-tuulessa
demoscene glew opengl3 sdl2 stb-vorbis
Last synced: 12 days ago
JSON representation
A (joke/filler) demo released at Instanssi 2018
- Host: GitHub
- URL: https://github.com/gustafla/ruoho-heiluu-tuulessa
- Owner: gustafla
- License: other
- Created: 2018-03-16T19:03:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-16T19:04:38.000Z (almost 7 years ago)
- Last Synced: 2024-11-13T13:54:59.397Z (2 months ago)
- Topics: demoscene, glew, opengl3, sdl2, stb-vorbis
- Language: C++
- Size: 1.37 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Ruoho heiluu tuulessa äänettä
A demo released at Instanssi 2018
Binary requires a modern 64-bit GNU/Linux (libc.so.6), OpenGL 3.3 and SDL 2.0
Recommended Intel Ivy Bridge Core i5 M-line processor and HD Graphics 4000 GPU
## Building
Install dependencies
- a C++11 compiler (and a linker with -static-libstdc++ support ?)
- SDL2.0 and headers
- OpenGL drivers and headers (probably satisfied by installing sdl2)
- GLM (OpenGL Mathematics)Make a build directory (if doesn't exist) and cd to it
```
mkdir release
cd release
```Run cmake and if its successful, run make
```
cmake ..
make -j $(( $(nproc) + 1 )) -l $(nproc)
```Get the rocket track files and music.ogg from the demo release package