Adetonics/README.md

57 lines
1.4 KiB
Markdown
Raw Permalink Normal View History

2026-03-02 15:04:15 +02:00
# Adatonics
2026-03-03 07:16:14 +02:00
![Planet View](.forgejo/planet.png?raw=true)
![Projection View](.forgejo/projection.png?raw=true)
2026-03-02 15:04:15 +02:00
Planet generation with simple plate tectonics.
## Description
TODO
## Getting Started
### Dependencies
* Godot v4.6.1
### Installing
2026-03-03 07:16:14 +02:00
Two options A, and B:
- A: Download/clone the code and open the project in Godot
- B: Download a release from [Releases](https://lab.5b5.eu/Ade9/Adetonics/releases)
2026-03-02 15:04:15 +02:00
### Executing program
2026-03-03 07:16:14 +02:00
* When switching to the projection tab for the first time, an expensive calculation takes place to map vertices to pixels - expect delay.
2026-03-02 15:04:15 +02:00
## Help
2026-03-03 07:16:14 +02:00
### Controls
* `Spacebar` - Perform one stage
* `Enter` - Toggle Auto Generation
* `Right Click` - Select point from planet under cursor
* `Left Click` - Rotate planet
2026-03-02 15:04:15 +02:00
## Authors
2026-03-02 16:59:55 +02:00
[Aada Tikkanen (Ade9)](https://ko-fi.com/adenyne)
2026-03-02 15:04:15 +02:00
## Version History
* 0.0.0
* Initial Commit
## License
This project is licensed under the MIT License - see the LICENSE.md file for details
## Acknowledgments
* [Fractal Philosophy's video](https://www.youtube.com/watch?v=7xL0udlhnqI)
* [Devote's video](https://www.youtube.com/watch?v=CeJz8tsgCPw)
2026-03-03 08:59:07 +02:00
* [DomPizzie's readme template](https://gist.github.com/DomPizzie/7a5ff55ffa9081f2de27c315f5018afc)
2026-03-03 20:01:57 +02:00
* [Jyri Puputti](https://github.com/puputskov) - Math Genius
* [Mikael Mustonen](https://github.com/wastedalmond) - Color Genious
2026-03-03 08:59:07 +02:00
## End
![Exported Planet](.forgejo/export.png?raw=true)