Skip to content

Commit cc43e18

Browse files
committed
Physics: 0.4.2
1 parent f04ff87 commit cc43e18

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

extensions/phys-0.4.1.zip

-407 KB
Binary file not shown.

extensions/phys-0.4.2.zip

442 KB
Binary file not shown.

libraries.conf

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -379,9 +379,10 @@ This version is for NetLogo 6.1 and above"""
379379
codeName: "phys"
380380
shortDescription: "Extension for simulating physics in NetLogo models"
381381
longDescription: "The NetLogo physics extension provides a simple way to simulate physics on agents and patches within models. Currently, to do physics simulation in a model, a great deal of code is required to handle motion, collisions and gravity. In some cases it is possible to copy this code from model to model to implement physics simulations without having a deep level of understanding of the code itself, but this process can still be fairly complicated. The physics extension allows a modeler to interact with a physics simulation that runs outside of the model with a handful of intuitive NetLogo primitives without having to worry about any complicated physics code."
382-
version: "0.4.1"
383-
homepage: "https://github.com/Loafie/netlogo_phys_extension"
384-
downloadURL: "https://raw.githubusercontent.com/NetLogo/NetLogo-Libraries/6.1/extensions/phys-0.4.1.zip"
382+
version: "0.4.2"
383+
homepage: "https://github.com/NetLogo/Physics-Extensions"
384+
downloadURL: "https://raw.githubusercontent.com/NetLogo/NetLogo-Libraries/6.1/extensions/phys-0.4.2.zip"
385+
minNetLogoVersion: "NetLogo 6.3.0"
385386
}
386387
{
387388
name: "Profiler"

0 commit comments

Comments
 (0)