Skip to content
/ boids Public

Boids Algorithm written by TypeScript, Anime.js

License

Notifications You must be signed in to change notification settings

kuredev/boids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Boids Algorithm written by TypeScript, Anime.js

Boids_2020-05-30

How to use

% npm install --save-dev
% node_modules/.bin/tsc -d main.ts --outDir build
% node_modules/.bin/browserify build/main.js -o bundle.js;
# Run Web Server
## For Example: Ruby
% sudo ruby -rwebrick -e 'WEBrick::HTTPServer.new(:DocumentRoot => "./", :Port => 80).start'

Related Links

https://qiita.com/kure/items/2638de370974a791756a

About

Boids Algorithm written by TypeScript, Anime.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published