Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timo-dk/gnoem
A little world, with little beings
https://github.com/timo-dk/gnoem
natural-selection neural-network procedural-generation
Last synced: 1 day ago
JSON representation
A little world, with little beings
- Host: GitHub
- URL: https://github.com/timo-dk/gnoem
- Owner: Timo-DK
- License: mit
- Created: 2024-01-22T14:31:18.000Z (12 months ago)
- Default Branch: develop
- Last Pushed: 2024-01-25T00:56:11.000Z (12 months ago)
- Last Synced: 2025-01-13T16:19:49.405Z (1 day ago)
- Topics: natural-selection, neural-network, procedural-generation
- Language: Rust
- Homepage:
- Size: 35.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gnoem
Welcome to Gnoem, a captivating simulation that takes you into a little world inhabited by even littler beings. Inspired by a playful mispronunciation, Gnoem invites you to observe and delve into the intricacies of a tiny universe where the focus is on learning and discovery.In Gnoem, you won't play a traditional game, but rather, you'll immerse yourself in a simulated environment. Your role is that of an observer, able to inspect and follow the daily lives of the gnomes as they navigate their miniature world. The catchphrase, "A little world, with little beings," perfectly encapsulates the essence of this project, emphasizing the minute details that make Gnoem unique.
Beyond the charming facade lies a deeper purpose. Gnoem is not just about whimsy; it's a platform for exploring concepts such as natural selection, procedural generation (both for the environment and the gnomes), and the implementation of a neural network. Watch as the gnomes adapt and learn from their mistakes through successive generations, providing a fascinating insight into the intersection of technology and the natural world.
Embark on this enlightening journey with Gnoem, where the simulation becomes a canvas for understanding, experimentation, and the extraordinary dance of life in a small, intricately crafted world.
# Project Outline
Please see [Project Outline]().# Technology Stack
* [Bevy](https://github.com/bevyengine/bevy) game engine for the simulation environment.