Skip to content

itiel/jshtml-boids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

JS+HMTL Boids

An JS+HTML implementation of Craig Raynold's Boids Algorithm. This is one in a series of implementations of the algorithm.

How to Run It

Some parameters work through submiting a form and refreshing the page. That's why it would be best for index.html to be served.

You may, for instance, serve it using Python's HTTP server like so:

python -m http.server

Then, you may visit http://localhost:8000 on you browser of choice.

About

A JS+HTML implementation of Craig Raynold's Boids Algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages