Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theovidal/fisiks
✈️ A fairly simple physics engine, written in Go
https://github.com/theovidal/fisiks
Last synced: about 1 month ago
JSON representation
✈️ A fairly simple physics engine, written in Go
- Host: GitHub
- URL: https://github.com/theovidal/fisiks
- Owner: theovidal
- Created: 2023-08-25T20:42:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-25T20:44:13.000Z (over 1 year ago)
- Last Synced: 2024-05-29T22:47:03.971Z (8 months ago)
- Language: Go
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A fairly simple physics engine, written in Go
- [🌈 How it works](#-how-it-works)
- [💻 Development](#-development)
- [Project setup](#project-setup)
- [📜 Credits](#-credits)
- [🔐 License](#-license)## 🌈 How it works
## 💻 Development
Make sure you have [Git](https://git-scm.com/) installed on your computer and [Go](https://go.dev) to the latest version.
### Project setup
Download the project locally from GitHub :
```bash
git clone https://github.com/theovidal/fisiks.git # HTTP
git clone [email protected]:theovidal/fisiks # SSH
```## 📜 Credits
- Main library: [ebiten](https://github.com/hajimehoshi/ebiten)
- Maintainer: [Théo Vidal](https://github.com/theovidal)## 🔐 License
Do What The Fuck You Want.