-
Updated
Oct 7, 2020 - JavaScript
simulation
Here are 5,902 public repositories matching this topic...
-
Updated
Dec 17, 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 20, 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?
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
-
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
-
Updated
Dec 6, 2020
-
Updated
Dec 14, 2020
-
Updated
Sep 17, 2020 - C++
-
Updated
Dec 22, 2020 - C++
-
Updated
Dec 21, 2020 - C++
-
Updated
Nov 26, 2020 - C++
-
Updated
Dec 21, 2020 - Java
-
Updated
Dec 17, 2020 - Python
Hello,
I want to generate a trip and its reverse (from, to, departPos and arrivalPos are reversed ) as follows:
<trip id="0" depart="28239.00" from="C1D1" to="A0B0" departPos="10" arrivalPos="20"/>
<trip id="0" depart="28239.00" from="A0B0" to="C1D1" departPos="20" arrivalPos="10"/>
I used the random.uniform(0,60) function for generating the random values. All the lane's length are 60, b
-
Updated
Apr 1, 2019 - Python
Right now it looks like this:
en (English)
fi (suomi)
Due to some locales already having (s in their names, I think it would be better to have - as the separator like this:
en - English
fi - suomi
This should be just a single line change in the code.
-
Updated
Dec 21, 2020 - Python
-
Updated
Dec 21, 2020 - C
-
Updated
Dec 20, 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.