https://github.com/mrdimas/src
The Mine - 3D horror game with adventure elements
https://github.com/mrdimas/src
Last synced: over 1 year ago
JSON representation
The Mine - 3D horror game with adventure elements
- Host: GitHub
- URL: https://github.com/mrdimas/src
- Owner: mrDIMAS
- Created: 2014-10-11T18:45:35.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-12-17T20:20:40.000Z (over 9 years ago)
- Last Synced: 2025-01-26T06:12:12.861Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 1.8 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Mine Horror Game
I started to make this game in 2013 in parallel with writing my own game engine based on DX 9 + Bullet Physics.
This repo contains source code only for Windows. Porting to other OS, such Linux, can be done in future.
Currently Ruthenium Game engine supports this features (list may be incomplete):
* Deferred Shading
* GPU Skinning
* HDR Rendering
* FXAA Antialising
* Soft Shadows
* Cacheable Shadows
* Point Lights
* Spot Lights
* Directional Lights
* Volumetric Fog
* Parallax Mapping
* Complex Scene Graph
* Particle Systems
* Soft Particles
* Simple GUI
For this game, there is enough features to make it look fine.