evoli
evoli copied to clipboard
An ecosystem-simulation game made with Amethyst
I cloned the repository, then I did a "cargo run". I get these compiler errors: ``` Compiling proc-macro-error-attr v1.0.3 error[E0308]: mismatched types --> /home/frank/.cargo/registry/src/github.com-1ecc6299db9ec823/lexical-core-0.4.6/src/atof/algorithm/bigcomp.rs:243:55 | 243 | let nlz =...
Hello. I think I have an issue with your running your game and I can't figure out why. Here is what I get: `[ERROR][amethyst_assets::storage] "PREFAB": Asset "assets/carcass.glb" (handle id: Handle...
I'm very interested in trying Evoli, but I can't get it to run! Please let me know if there is something I should install/configure, or if I've found a real...
Hello folks! I'm wondering if it is just me or the FPS counter starts to drop fast. After a few seconds the mobs movement isn't smooth anymore. Also, you barely...
 Additionally, there is no keyboard control so the only option is to force quit and restart the executable. I might as well ask it here, but am I forced...
Currently debugging is really not the smoothest experience, the only way to watch values for variables is by inserting prints everywhere and changing them on-the-fly is an even bumpier road....
https://github.com/amethyst/evoli/issues/76 Added events for GoodMorning and GoodNight, and hooked them up to hotkeys LAlt-M and LAlt-N respectively. MusicSystem responds to DayNightCycleEvents by playing the appropriate music.
https://github.com/amethyst/evoli/blob/2e3b15965b31178e266dc1df3923c275b6afab60/src/components/creatures.rs#L18 Why is CreatureType defined to be a String instead of an enum? An enum would be more typesafe. As far as I can see, it's only used for an...
Adds automated builds with Drone. I just saw that you use Jenkins, and if you would like to use that instead feel free to close this PR. I had just...