Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/optimisticpeach/gardeninggame
https://github.com/optimisticpeach/gardeninggame
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/optimisticpeach/gardeninggame
- Owner: OptimisticPeach
- License: apache-2.0
- Created: 2018-04-17T00:34:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T02:42:24.000Z (about 2 years ago)
- Last Synced: 2023-03-06T21:40:25.444Z (almost 2 years ago)
- Language: C#
- Size: 26.1 MB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE2
Awesome Lists containing this project
README
# Gardening Game 3D
Gardening Game 3D is a low poly gardening simulator. It will be developed solely for practice with MonoGame (The framework it is created with) and SharpDX.
There are a few "noteworthy" (not really) features:
* Water is done all in the shader with the help of a geometry shader that is injected into the context before the draw call is run.
* There are changes to the MonoGame library to expose the right Constant Buffers to inject the right buffer into the context. This will allow for use to use the MonoGame effect parameter loading and not have to do it ourselves.
* A cylindrical camera is used for the movement in the level selection scene.# License
This code is distributed under the terms of a dual MIT and Apache 2.0 license, and the user is free to choose either.See the files named LICENSE-MIT and LICENSE-APACHE2 relative to the root directory of this
project for more details.