EcoSim | simple biological simulation ran at a massive scale

 by   zlynn1990 C# Version: Current License: MIT

kandi X-RAY | EcoSim Summary

kandi X-RAY | EcoSim Summary

EcoSim is a C# library typically used in Manufacturing, Utilities, Energy, Utilities, Simulation applications. EcoSim has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

EcoSim is a simple biological simulation ran at a massive scale. The simulation uses cellular automata to model creatures living in a 2D grid world. The model is comprised of plants and bacteria. Plants grow by harvesting sunlight and are able to reproduce into empty neighboring cells when they reach a specific energy level. Conversely, bacteria can move freely between empty cells in search of plants to eat. If bacteria find a steady source of plant food they can reproduce and flourish; if they do not find plant food within a certain amount of time they die. These simple axiomatic rules have the ability to produce complex ecosystems that are cyclical and self-balancing—it’s also a great way to demonstrate the power of the GPU for a certain class of computational problems.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              EcoSim has a low active ecosystem.
              It has 10 star(s) with 0 fork(s). There are 2 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              EcoSim has no issues reported. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of EcoSim is current.

            kandi-Quality Quality

              EcoSim has no bugs reported.

            kandi-Security Security

              EcoSim has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              EcoSim is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              EcoSim releases are not available. You will need to build from source code and install.
              Installation instructions are available. Examples and code snippets are not available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of EcoSim
            Get all kandi verified functions for this library.

            EcoSim Key Features

            No Key Features are available at this moment for EcoSim.

            EcoSim Examples and Code Snippets

            No Code Snippets are available at this moment for EcoSim.

            Community Discussions

            QUESTION

            Extremely poor performance in my simulation made in PyGame
            Asked 2020-Nov-01 at 18:43

            I followed a PyGame tile-based tutorial for a project in school, but I never intended to make a game, but a simulation of an ecosystem. Unfortunately, when I run my program the performance is very bad and it only manages to run for a few seconds, before the windows to stop answering.

            The only thing I want to do at the moment is to place a new patch of grass, when the energy of a grass patch reaches 80.

            What is there to do? Is it bad that everything is inside of the update method? Can I use events or something to make the checks happen with a greater interval? I know there is a lot of maths going on each frame, but don't know how to do it another way.

            Here is my code:

            main.py:

            ...

            ANSWER

            Answered 2020-Oct-21 at 12:13

            The major issue is the method Sim.new_grass:

            Source https://stackoverflow.com/questions/64462751

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install EcoSim

            If you just want to run the simulation, download the latest build found under the builds directory. Unzip the build and launch EcoSim.exe to get started. Otherwise, you can clone this repository and browse the source code. The simulation has two command line arguments: "-size X" and "-f". The size argument specifies the size of the world grid. The default value is 300, meaning a 300x300 grid. The second argument runs the simulation full screen, the default is windowed mode.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/zlynn1990/EcoSim.git

          • CLI

            gh repo clone zlynn1990/EcoSim

          • sshUrl

            git@github.com:zlynn1990/EcoSim.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link