Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/j-city/simpleengine
Just simple game engine
https://github.com/j-city/simpleengine
Last synced: 10 days ago
JSON representation
Just simple game engine
- Host: GitHub
- URL: https://github.com/j-city/simpleengine
- Owner: J-CITY
- License: mit
- Created: 2020-07-30T12:19:17.000Z (over 4 years ago)
- Default Branch: ecs
- Last Pushed: 2024-05-19T16:36:59.000Z (6 months ago)
- Last Synced: 2024-05-19T17:42:34.791Z (6 months ago)
- Language: C++
- Size: 365 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SimpleEngine
This is my sandbox project for learning computer graphics.What's already there:
- Forward rendering with deferred rendering
- Support for custom shaders (grass, water, volumetric clouds)
- SSAO
- hdr, gamma correction
- Blinn Phong or PBD lightning
- Shadow map
- Bloom
- Motion blur
- God rays
- Skeletal animation
- FXAAAlso support irrKlang 3d sound
Some screenshots
![Screenshot](https://github.com/J-CITY/SimpleEngine/blob/ecs/screens/editor0.png)
![Screenshot](https://github.com/J-CITY/SimpleEngine/blob/master/screens/0.gif)
![Screenshot](https://github.com/J-CITY/SimpleEngine/blob/master/screens/1.gif)
![Screenshot](https://github.com/J-CITY/SimpleEngine/blob/master/screens/2.gif)
![Screenshot](https://github.com/J-CITY/SimpleEngine/blob/master/screens/3.gif)