1 Star 0 Fork 0

silentdoer / evoli

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

⚠️ Note: Evoli is no longer actively maintained. For a more up to date example game see one of the more recently updated showcase games.

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.

⚠️ **Note:** Evoli is no longer actively maintained. For a more up to date example game see one of the more [recently updated showcase games](https://github.com/search?q=topic%3Ashowcase+org%3Aamethyst&type=Repositories). # 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](https://community.amethyst.rs/t/evoli-introduction/770). ## Media ![may-10](https://raw.githubusercontent.com/amethyst/evoli/master/evoli-shot.png) ## Install / Play Make sure you have [Git LFS](https://git-lfs.github.com/) 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](https://github.com/amethyst/amethyst#dependencies). Ensure you have Cargo installed ([use rustup if you don't](https://rustup.rs/)), 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](https://github.com/amethyst/amethyst/blob/master/docs/CONTRIBUTING.md#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 - [Sitemap doc](https://community.amethyst.rs/t/evoli-sitemap/771) - All essential reading and communication tools. - [Development conventions](https://community.amethyst.rs/t/evoli-development-conventions/783) - [Contribution doc](https://community.amethyst.rs/t/evoli-is-ready-for-contributions/815) ## License Split license: Choose between [Apache or MIT license](https://github.com/amethyst/evoli/blob/master/LICENSE.md).

简介

game 展开 收起
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/silentdoer/evoli.git
git@gitee.com:silentdoer/evoli.git
silentdoer
evoli
evoli
master

搜索帮助