-
Updated
Oct 7, 2020 - JavaScript
simulation
Here are 5,880 public repositories matching this topic...
-
Updated
Dec 15, 2020 - C++
-
Updated
Dec 15, 2020 - Rust
Especially around the bodies of water in Seattle, there are sailboats and kayaks moving around. It would be interesting to simulate these to add flair. This is low priority in the scope of the project, but I think it could make a potentially fun starter project and does have value:
- any enhancement to the game's visuals can better engage people and help them understand changes to the map in co
-
Updated
Jul 25, 2019 - JavaScript
-
Updated
Dec 15, 2020 - C++
-
Updated
Sep 24, 2020
-
Updated
Mar 15, 2019 - Jupyter Notebook
Don't bunde the data
What's the problem this feature will solve?
I am currently working on a project using mesa. Great framework! The problem is that I use ContinuousSpace, and want to visualise it. Is this something you are working on?
-
Updated
Sep 29, 2020 - Python
To enable non-static behavior with the Pedestrian proto, the users have to add a dummy controllerArg value, which is odd and difficult to understand. We should implement a simpler way to do this, like for example add a mass field that would enable non-static behavior if the mass is greater t
The wiki is very outdated and there is missing information. What I mean is that we should create a more user friendly wiki, with descriptions of every building, game element... Maybe we should add also pictures of the buildings or animations. I don't know, but we must do something to improve it. What do you think?
How can I get access to http://wiki.unknown-horizons.org/w/Main_Page? I would lik
-
Updated
Dec 6, 2020
-
Updated
Dec 14, 2020
-
Updated
Sep 17, 2020 - C++
-
Updated
Dec 15, 2020 - C++
-
Updated
Dec 15, 2020 - C++
-
Updated
Nov 26, 2020 - C++
-
Updated
Dec 15, 2020 - Java
-
Updated
Oct 19, 2020 - Python
-
Updated
Apr 1, 2019 - Python
make MicrobeStage QuickSave() not allow quicksaving before stage is loaded and potential autosave is complete
-
Updated
Dec 15, 2020 - Python
-
Updated
Dec 15, 2020 - C
-
Updated
Dec 15, 2020 - C++
Improve this page
Add a description, image, and links to the simulation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the simulation topic, visit your repo's landing page and select "manage topics."
The
ScanDirectorymethod of FileScanner allocates pointers with new and returns raw pointers. It should useunique_ptrinstead.Note: Wait for #13444 resolution before working on this.