Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SilentCLD/XenkoHMTerrain
Heightmap terrain example for the Xenko Engine
https://github.com/SilentCLD/XenkoHMTerrain
csharp gamedev terrain-generation xenko xenko-game-engine
Last synced: about 2 months ago
JSON representation
Heightmap terrain example for the Xenko Engine
- Host: GitHub
- URL: https://github.com/SilentCLD/XenkoHMTerrain
- Owner: SilentCLD
- License: mit
- Archived: true
- Created: 2019-10-23T20:52:41.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-26T14:24:13.000Z (about 5 years ago)
- Last Synced: 2024-08-03T23:14:18.076Z (5 months ago)
- Topics: csharp, gamedev, terrain-generation, xenko, xenko-game-engine
- Language: C#
- Size: 2.71 MB
- Stars: 8
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- Awesome-Stride - Xenko/Stride heightmap terrain #2
README
# Xenko Heightmap Terrain
A Heightmap terrain example for the [Xenko Engine](https://xenko.com/)
## Getting Started
#### Prerequisites
* Xenko version **3.1.0.1-beta02-0752** or higher
#### Usage
* Download / Clone the repo
* Open `HeightmapTerrain.sln` and run **OR** launch Xenko GameStudio, import the project and run#### Controls
* `WASD` - Move
* `Right Click` - Rotate Camera
* `Ctrl + Shift + P` - Game Profiler
* `Ctrl + Shift + O` - Physics Debug## Todos
* Add support for heightmaps that aren't square
* Viewable terrain within GameStudio
* In-Engine heightmap and Texture editing (currently have to use 3rd-party tools)## Screenshots
![terrain image](docs/terrain.png)
## License
This project and its assets are licensed under the MIT License unless stated otherwise - see [LICENSE.md](LICENSE.md)
- The provided [heightmap](https://en.wikipedia.org/wiki/File:Heightmap.png) is licensed under the [public domain](https://en.wikipedia.org/wiki/Public_domain)