https://github.com/oovm/terrain
Random Terrain
https://github.com/oovm/terrain
heightmap terrain
Last synced: 22 days ago
JSON representation
Random Terrain
- Host: GitHub
- URL: https://github.com/oovm/terrain
- Owner: oovm
- License: mpl-2.0
- Created: 2023-04-24T05:16:32.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-21T10:25:37.000Z (over 1 year ago)
- Last Synced: 2025-02-14T05:44:48.891Z (12 months ago)
- Topics: heightmap, terrain
- Language: Rust
- Homepage:
- Size: 2.66 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: License.md
Awesome Lists containing this project
README
Rust Template Project
=====================
Rust template project for monorepo
## Change the initial commit
```shell
git commit --amend --message "๐ Project initialized!" --date "2012-12-12"
```
## Emoji Comment
| Emoji | Meaning |
|--------|------------------------------|
| ๐ | Project initialized! |
| ๐ | Release new version |
| ๐งช๐ฎ | Experimental code |
| ๐ง๐๐ | Bug fix |
| ๐ | Security fix |
| ๐ฃ๐ค๐ฅ | Add feature |
| ๐ | Documentation |
| ๐ | Performance improve! |
| ๐ง | Work in progress |
| ๐จ | Test coverage improve! |
| ๐ฅ | CI improve! |
| ๐ฅ | Remove code or files |
| ๐งน | Code refactor |
| ๐ | Add analytics or branch code |
| ๐ค | Automation fix |
| ๐ฆ | Update dependencies |