-
Updated
Oct 7, 2020 - JavaScript
simulation
Here are 5,787 public repositories matching this topic...
-
Updated
Nov 26, 2020 - C++
-
Updated
Nov 20, 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
Nov 26, 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
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
Describe the Bug
Some of the Matlab API functions of the Supervisor return non-native Matlab array, e.g.:
https://github.com/cyberbotics/webots/blob/master/lib/controller/matlab/wb_supervisor_node_get_velocity.m#L6
Instead, their returned value should be converted to an array, e.g.:
https://github.com/cyberbotics/webots/blob/master/lib/controller/matlab/wb_supervisor_field_get_sf_vec3f.m
-
Updated
Jul 10, 2020
-
Updated
Oct 26, 2020
-
Updated
Sep 17, 2020 - C++
-
Updated
Nov 26, 2020 - C++
-
Updated
Nov 27, 2020 - C++
-
Updated
Nov 26, 2020 - C++
-
Updated
Nov 25, 2020 - Java
-
Updated
Oct 19, 2020 - Python
Since the content is different and they have different schemas, they should also have different root elements, although this might break scripts for some people. We should of course accept the old version as well. Comments are welcome!
-
Updated
Apr 1, 2019 - Python
add button in sound options to open link to the translation site https://translate.revolutionarygamesstudio.com/ or maybe to the engage link: https://translate.revolutionarygamesstudio.com/engage/thrive/
so that users can naturally find out about how to translate the game.
-
Updated
Nov 23, 2020 - Python
-
Updated
Nov 23, 2020 - C
-
Updated
Nov 25, 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.