diff --git a/README.md b/README.md index e5ecb1e..456eb06 100644 --- a/README.md +++ b/README.md @@ -45,21 +45,6 @@ Alternatively, generate a new openFramework project and add ofxGui. Once the pro You can now compile the C++ code on your machine. -Other Ports: -------------- -- [Godot](https://github.com/NiclasEriksen/game-of-leif) -- [Rust](https://github.com/ChevyRay/smarticles) -- [Go-1](https://github.com/sikora507/go-artificial-life), [Go-2](https://github.com/fglo/particles-rules-of-attraction), [Go-3](https://github.com/youssefboulmalf/Particle-Life-Go) -- [Python](https://github.com/gianfa/pyrticleslife) -- [Lua](https://github.com/ravener/love-life) -- [QB64-PE](https://github.com/a740g/Particle-Life) -- [Webgl](https://github.com/CapsAdmin/webgl-particles) -- [Java](https://github.com/helloimalemur/ParticleSimulation) -- [C# Winforms](https://github.com/BlinkSun/ParticleLifeSimulation) -- [FreeBasic](https://www.freebasic.net/forum/viewtopic.php?p=294331#p294331) -- [Julia](https://github.com/RomeoV/ParticleLife.jl) -- [Flutter](https://github.com/JillyTaboga/particles) - The JavaScript code is as simple as this: ------------------------------------- Also, look at the particle_life.html file for a more optimized version - thanks to those who have contributed. @@ -136,6 +121,21 @@ Also, look at the particle_life.html file for a more optimized version - thanks
+Other Ports: +------------- +- [Godot](https://github.com/NiclasEriksen/game-of-leif) +- [Rust](https://github.com/ChevyRay/smarticles) +- [Go-1](https://github.com/sikora507/go-artificial-life), [Go-2](https://github.com/fglo/particles-rules-of-attraction), [Go-3](https://github.com/youssefboulmalf/Particle-Life-Go) +- [Python](https://github.com/gianfa/pyrticleslife) +- [Lua](https://github.com/ravener/love-life) +- [QB64-PE](https://github.com/a740g/Particle-Life) +- [Webgl](https://github.com/CapsAdmin/webgl-particles) +- [Java](https://github.com/helloimalemur/ParticleSimulation) +- [C# Winforms](https://github.com/BlinkSun/ParticleLifeSimulation) +- [FreeBasic](https://www.freebasic.net/forum/viewtopic.php?p=294331#p294331) +- [Julia](https://github.com/RomeoV/ParticleLife.jl) +- [Flutter](https://github.com/JillyTaboga/particles) + Related topics: Particle Life Simulation,