https://github.com/lilithhafner/bouncingball.jl
https://github.com/lilithhafner/bouncingball.jl
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lilithhafner/bouncingball.jl
- Owner: LilithHafner
- License: gpl-3.0
- Created: 2022-11-29T11:10:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-02T10:12:12.000Z (over 2 years ago)
- Last Synced: 2025-01-21T04:41:25.146Z (4 months ago)
- Language: Julia
- Size: 108 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BouncingBall
[](https://LilithHafner.github.io/BouncingBall.jl/stable/)
[](https://LilithHafner.github.io/BouncingBall.jl/dev/)
[](https://github.com/LilithHafner/BouncingBall.jl/actions/workflows/CI.yml?query=branch%3Amain)
[](https://codecov.io/gh/LilithHafner/BouncingBall.jl)# Installation using [Quickdraw](https://github.com/LilithHafner/quickdraw)
To install this software on Linux or Mac, run the following command:
```
curl -fLsS https://lilithhafner.com/quickdraw | sh -s https://github.com/LilithHafner/BouncingBall.jl
```To install this software on Windows, install Julia and then run the following command:
```
(echo julia -e "import Pkg; Pkg.activate(\"BouncingBall\", shared=true); try Pkg.add(url=\"https://github.com/LilithHafner/BouncingBall.jl\"); catch; println(\"Warning: update failed\") end; using BouncingBall: main; main()" %0 %* && echo pause) > BouncingBall.bat
```In all cases, the command will create an executable called `BouncingBall` that can be double clicked to run.