cart / evoli

An ecosystem-simulation game made with Amethyst

Home Page:https://community.amethyst.rs/t/evoli-introduction/770

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Evoli

A micro-ecosystem simulation game, progressively designed and developed as an official showcase project for the Amethyst engine. The current iteration of the game (v0.2 and onwards) simulates a few different species occupying the same, limited space.

For more information about the current game design and our goals and history so far, read our introduction.

Media

may-10

Install / Play

Make sure you have Git LFS installed when cloning the repository as most assets are stored there.

If you are compiling on Linux, you need to install some dependencies first. They are necessary to compile and run the Amethyst engine. Please follow the instructions in the Amethyst README.

Ensure you have Cargo installed (use rustup if you don't), and run the following:

cargo run

If you run into issues please report them here or on http://discord.gg/amethyst in the #showcase-game channel.

Profiling

We use the same profiling library Amethyst uses. Run the game with

cargo run --release --features profiler

then exit the game without a crash to generate a file thread_profile.json. See the Amethyst instructions Profiling the engine on how to use that file.

Search the code for profile_scope for an example on how to add profiling markers to the code.

Get involved

License

Split license: Choose between Apache or MIT license.

About

An ecosystem-simulation game made with Amethyst

https://community.amethyst.rs/t/evoli-introduction/770

License:Other


Languages

Language:Rust 100.0%