All Projects → jaredly → rsnpaint

jaredly / rsnpaint

Licence: other
experimenting with animations + reasonml

Programming Languages

ocaml
1615 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Playing with animations using canvas + Reasonml

How to get running

git clone https://github.com/jaredly/rsnpaint
cd rsnpaint
yarn
yarn start     # this is the bucklescript (reason -> js) process
# open another tab
yarn run build # this is the webpack (js files -> finished bundle) process

Then open index.html in your favorite browser!

Experiment 1

Basic stuff, let's have rectangle that bounces around the screen and changes colors.

Experiment 2

Let's implement flocking!

Algorithm based on boids using this great blog post for some tips.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].