Skip to content

My collection of random experiments and simulations

License

Notifications You must be signed in to change notification settings

Cifruktus/Playground2d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Playground2d

My collection of random experiments and simulations using Java and LWJGL library.

Evolutionary neural network projects

Crumb eater

crumb eater demo

A robot "sees" crumbs in its environment through a vision system. The neural network receives input on the crumbs' locations, robot's orientation and distance from the play field center and current time. It outputs a rotation and speed value for the robot's movement. Performance is measured by the number of crumbs eaten within a time frame.

Other projects

Boids

boids

Simulation of flocking behavior of birds

More info:

Fireflies

fireflies

Simulation of how fireflies synchronize their flashing

More info:

Gravity

gravity

Simulation of a Newtonian gravity law. Closer the objects, more attraction force there is. Higher the mass, higher the force.

More info:

Releases

No releases published

Packages

No packages published

Languages