Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


fisiks

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.