Difference between revisions of "WebKit Examples"
Jump to navigation
Jump to search
Line 23: | Line 23: | ||
;[http://wx-test.us-east-2.elasticbeanstalk.com/fworks/ Fire Works] | ;[http://wx-test.us-east-2.elasticbeanstalk.com/fworks/ Fire Works] | ||
:NetLogo model. This program models the action of fireworks. Rockets begin at the bottom of the view, shoot upwards into the sky and then explode, emitting showers of falling sparks. | :NetLogo model. This program models the action of fireworks. Rockets begin at the bottom of the view, shoot upwards into the sky and then explode, emitting showers of falling sparks. Works best at lower speed. | ||
;[http://wx-test.us-east-2.elasticbeanstalk.com/life/ Life] | |||
:Conway's Game of Life. Enough said. | |||
;[http://wx-test.us-east-2.elasticbeanstalk.com/lifeagents/ Life Agents] | |||
:Game of Life with agent motion. An agent passing over a live cell colors the cell with the agent's color. | |||
;[http://wx-test.us-east-2.elasticbeanstalk.com/lotka/ Lotka-Volterra Model] | |||
:Shows both time and phase graphs. | |||
;[http://wx-test.us-east-2.elasticbeanstalk.com/mongoose/ Mongoose] | |||
:Current version of mongoose simulation. | |||
;[http://wx-test.us-east-2.elasticbeanstalk.com/river/ Meandering River] | |||
:Netlogo Model. This model demonstrates the meandering of a river along its “middle course”, where the gradient of the landscape is gradual and the river runs within a U-shaped river valley. The evolution of the shape of the river is governed by the path of its highest-velocity flow, as well as erosion and deposition. | |||
[http://wx-test.us-east-2.elasticbeanstalk.com/rps/ Rock Paper Scissors] | |||
:Netlogo Model. This model explores the role of movement and space in a three species ecosystem. The system consists of three species, represented by red patches, green patches, and blue patches, which compete over space. The interactions between the species are based on the game Rock-Paper-Scissors. That is, red beats green, green beats blue, and blue beats red. Organisms compete with their neighbors, move throughout the environment, and reproduce. These interactions result in spiral patterns whose size and stability depends on the movement rate of the organisms. | |||
;[http://wx-test.us-east-2.elasticbeanstalk.com/wvmach/ Wave Machine] | |||
:Netlogo Model. This model simulates wave motion in a membrane. The four edges of the membrane are fixed to a frame. A green rectangular area represents a driver plate that moves up and down, exhibiting sinusoidal motion. |
Revision as of 16:22, 14 February 2025
Java Versions Running on AWS Elastic Beanstalk
- Agents
- Simple agent motion.
- Diffusion
- NetLogo diffusion example. Diffusion Graphics is unlike most other NetLogo models, in that it really doesn’t ‘model’ anything. It simply explores the power behind an interesting patch primitive: ‘diffuse’.
- Diffusion Limited Aggregation
- This model demonstrates diffusion-limited aggregation, in which randomly moving (diffusing) particles stick together (aggregate) to form beautiful treelike branching fractal structures. There are many patterns found in nature that resemble the patterns produced by this model: crystals, coral, fungi, lightning, and so on
- Exponential Growth
- Exponential Growth.
- Fungal Growth
- From Whitney's NetLogo model
- Follower
- NetLogo model. In Follower, turtles attempt to “connect” with other turtles, forming long chains according to a small set of simple rules.
- Forest
- Forest fire model.
- Fire Works
- NetLogo model. This program models the action of fireworks. Rockets begin at the bottom of the view, shoot upwards into the sky and then explode, emitting showers of falling sparks. Works best at lower speed.
- Life
- Conway's Game of Life. Enough said.
- Life Agents
- Game of Life with agent motion. An agent passing over a live cell colors the cell with the agent's color.
- Lotka-Volterra Model
- Shows both time and phase graphs.
- Mongoose
- Current version of mongoose simulation.
- Meandering River
- Netlogo Model. This model demonstrates the meandering of a river along its “middle course”, where the gradient of the landscape is gradual and the river runs within a U-shaped river valley. The evolution of the shape of the river is governed by the path of its highest-velocity flow, as well as erosion and deposition.
- Netlogo Model. This model explores the role of movement and space in a three species ecosystem. The system consists of three species, represented by red patches, green patches, and blue patches, which compete over space. The interactions between the species are based on the game Rock-Paper-Scissors. That is, red beats green, green beats blue, and blue beats red. Organisms compete with their neighbors, move throughout the environment, and reproduce. These interactions result in spiral patterns whose size and stability depends on the movement rate of the organisms.
- Wave Machine
- Netlogo Model. This model simulates wave motion in a membrane. The four edges of the membrane are fixed to a frame. A green rectangular area represents a driver plate that moves up and down, exhibiting sinusoidal motion.