-
Updated
May 31, 2022 - JavaScript
simulation
Here are 9,185 public repositories matching this topic...
-
Updated
Jun 2, 2022 - C++
-
Updated
Jun 8, 2022 - Rust
https://github.com/DioxusLabs/taffy is the revival of the flexbox stretch crate we use currently. Should be fairly straightforward to cutover https://github.com/a-b-street/abstreet/tree/master/widgetry/src/widgets to it. An advantage down the line could be using taffy's planned table support
Version of OpenTTD
Since e04ca904a9455afc63aa87db775fe4463ab899b7
The introduction of the minimap screenshot feature appears to be duplicating functionality that will be used elsewhere for drawing the widgets within the minimap window; specifically, the GetMinimapOwner function is very likely to be replicating functionality used by the owner information overlay of the minimap window.
-
Updated
Jun 6, 2022 - C++
-
Updated
Feb 17, 2022 - JavaScript
-
Updated
Jun 12, 2022 - Python
-
Updated
Feb 21, 2022
-
Updated
May 25, 2022 - Python
-
Updated
Mar 15, 2019 - Jupyter Notebook
Steps to Reproduce
- Create empty directory with the wizard
- Add a robot and a join
- In view, add "Show join axes"
- Nothing seems to happens, because the line is too small
Expected behaviour
A line should appear.
Expected solution
Change the default lineScale value to 10, which make it visible, at least for a default project.
Two solutions, change the default templa
-
Updated
Jun 11, 2022 - C++
-
Updated
May 16, 2022 - Python
Looks like it is possible to do it even on Python older than 3.10. See projectmesa/mesa-geo#67 (comment).
Update: from implementing #1345, looks like older Pythons don't support type aliases with | yet. For this issue to be completely resolved, we need to wait until 3.10 is the oldest supported version.
-
Updated
Sep 26, 2021
so that in multicellular the player can have special "smelling" cells and they would work. Right now the guidance lines probably only read the chemoreceptors from the main player cell. Should be relatively simple to change it to look at also other cells in the player's colony if you ask the colony lead cell what chemoreceptors it has.
retrieve road angle
- lane.getAngle(laneID, pos = -1)
- edge.getAngle(edgeID, pos = -1)
If a negative position is given, the total angle (from start to end) is returned, otherwise the angle at the given position (the value should match the returned angle for a vehicle at that position)
-
Updated
Jun 10, 2022
-
Updated
Jun 12, 2022 - C++
-
Updated
Jun 10, 2022 - C++
-
Updated
Jun 10, 2022 - Java
Don't bunde the data
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
Apr 16, 2022 - C++
-
Updated
Jun 7, 2022 - C++
It seems that the number of joining clients (not the num of computing clients) is fixed in fedml_api/data_preprocessing/**/data_loader and cannot be changed except CIFAR10 datasets.
Here I mean that it seems the total clients is decided by the datasets, rather the input from run_fedavg_distributed_pytorch.sh.
https://github.com/FedML-AI/FedML/blob/3d9fda8d149c95f25ec4898e31df76f035a33b5d/fed
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."


G1_FLAG_BMPhas the wrong name its the inverse of its name it is used to indicate that the sprite has transparency and will require blending with the background to produce the end result. The vast majority of images have this flag set.