https://github.com/setanarut/sapark
https://github.com/setanarut/sapark
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/setanarut/sapark
- Owner: setanarut
- Created: 2025-01-28T02:36:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-07T01:06:41.000Z (over 1 year ago)
- Last Synced: 2025-04-07T02:22:40.826Z (over 1 year ago)
- Language: Go
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sapark - SAP Collision Detection Simulation

This project demonstrates a Sweep and Prune (SAP) collision detection simulation using the [Ark](https://github.com/mlange-42/ark) ECS package and [Ebitengine](https://github.com/hajimehoshi/ebiten).
## Installation
1. Clone the repository:
```sh
git clone https://github.com/setanarut/sapark.git
```
```sh
cd sapark
```
2. Install dependencies:
```sh
go mod tidy
```
## Run
Press 'A' to add more entities to the simulation.
Run the simulation:
```sh
go run -tags tiny main.go
```