timkalan / collide

Simple collision simulation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Collide: A collision simulation

A simple collision simulation, implemented in Go.

Instructions

Clone the project, cd into it and run

go run main.go FRAMERATE NUMBER_OF_BALLS

I recommend keeping the framerate at around 60 and the number of balls below 100 (for now). After the project runs, you can start the visualizer by running cd visualizer and then

npm run dev -- --open

About

Simple collision simulation


Languages

Language:Go 45.0%Language:Svelte 34.5%Language:CSS 11.1%Language:JavaScript 6.6%Language:HTML 1.7%Language:TypeScript 1.1%