haarvest by dokthar

How to run
All executable (Windows64, Linux64, Linux32) are bundled in the same .zip file.
unzip haarvest-0.52.x.zip at the location of your choice.
from a terminal
- run
cd /path/to/haarvest-0.52.x/ - on Windows 64bits: run
./haarvest.exe - on GNU/Linux 64bits: run
./haarvest.x86_64 - on GNU/Linux 32bits: run
./haarvest.x86
Controls
Move around with WASD keys
Dev options with: Z: toggle Flycam and X: toggle Debug
Implementation
Rendering engine coded from scratch in C (spanning multiples LD !)
Tools
Developed on Linux, in C, with the help of Makefiles, vim/emacs, git. uses stbimage to load image, and do not use stbvorbis ... because we failed to. 3D models have been made using blender.
Credits
- @dokthar: Graphics!
- @nwt: Audio!
changelog
- v0.52.3 re-encode the audio in .ogg to save ~60MB (archive size reduced by ~93% !)
- v0.52.2 fix shaders and texture loading for windows
- v0.52.1 add missing resources for debug, fix volume option to actually control the voluem
- v0.52.0 initial jam release
| Link | https://github.com/jmaselbas/ldjam-52 |
| Original URL | https://ldjam.com/events/ludum-dare/52/haarvest |
Ratings
| Given | 5🗳️ | 5🗨️ |
Great sound and post processing, really sells the horror!
a contemplative experience and a better game engine. Glad that you liked the mood!