Mindwerks / worldengine

World generator using simulation of plates, rain shadow, erosion, etc.
MIT License
987 stars 129 forks source link

Enable easy install and run with Docker #258

Closed sjbrown closed 6 years ago

sjbrown commented 6 years ago

Hi there, this allows users to run worldengine without worrying about dependencies, or worry about dirtying-up their local machine.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.9%) to 85.755% when pulling 249a37e360bd1486a779d49ae66f55de8e977ba3 on sjbrown:master into 1db5b2b0aeae04081ca68e80b7bc08d76bdf3192 on Mindwerks:master.

psi29a commented 6 years ago

Some cleanup work with the manifest file: https://travis-ci.org/Mindwerks/worldengine/jobs/387926781 :)

codecov-io commented 6 years ago

Codecov Report

Merging #258 into master will increase coverage by 0.77%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #258      +/-   ##
==========================================
+ Coverage   79.49%   80.27%   +0.77%     
==========================================
  Files          28       28              
  Lines        3468     3468              
  Branches      651      651              
==========================================
+ Hits         2757     2784      +27     
+ Misses        526      494      -32     
- Partials      185      190       +5
Impacted Files Coverage Δ
worldengine/simulations/erosion.py 69.96% <0%> (+10.67%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1db5b2b...249a37e. Read the comment docs.

psi29a commented 6 years ago

Thanks!

sjbrown commented 6 years ago

Thank you! I really enjoying playing around with this project