norwoodj / bolas

A stupid little 2d physics simulator

Home Page:https://bolas.jmn23.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bolas

bolas

Bolas is portuguese for "balls". Morei em Portugal durante três anos entre 2022 e 2025. Escrevi este projeto quando estava a morar lá, portanto, chamo-o "bolas".

This is a dumb little physics simulator where you can click and drag in a slingshot-type motion and fling balls around a canvas.

This was mostly an excuse to write some rust I could show on my github and to use websockets and the actix web framework a bit on a side-project.

Building and Developing Locally

You will need cargo installed to build/run locally. To start the server, run the following, then navigate to http://localhost:23080 in your browser.

make run

About

A stupid little 2d physics simulator

https://bolas.jmn23.com


Languages

Language:Rust 63.7%Language:JavaScript 14.6%Language:HTML 14.5%Language:CSS 3.5%Language:Shell 2.3%Language:Makefile 1.5%