https://github.com/lucastavaresa/pickle
Crossplatform spinning wheel picker
https://github.com/lucastavaresa/pickle
android cross-platform linux raylib windows
Last synced: 4 months ago
JSON representation
Crossplatform spinning wheel picker
- Host: GitHub
- URL: https://github.com/lucastavaresa/pickle
- Owner: LucasTavaresA
- License: gpl-3.0
- Created: 2023-11-28T03:58:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-26T21:00:22.000Z (5 months ago)
- Last Synced: 2026-01-27T07:46:16.989Z (5 months ago)
- Topics: android, cross-platform, linux, raylib, windows
- Language: C
- Homepage:
- Size: 2.55 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pickle
Crossplatform spinning wheel picker so you can make important life decisions
https://github.com/LucasTavaresA/pickle/assets/80704612/f061aa5f-06e5-4496-8af1-e89e2a6efe89
## Build
Don't forget to clone recursively to get the used raylib version
Building for windows requires [w64devkit](https://github.com/skeeto/w64devkit)
```sh
git clone --recurse-submodules https://github.com/LucasTavaresA/pickle.git
cd pickle
./build.sh
```
### Build with docker/podman
**Needed to work with old ass versions of glibc if you are on arch or other cutting edge distros**
This will build pickle, get you the executable and delete everything
First, install docker/podman then run
```sh
docker build -t pickle .
docker run --name pickle-container pickle
docker cp pickle-container:/build/pickle ./pickle
docker rm -f pickle-container
docker rmi -f pickle
```
## Credits
Made with [raylib](https://www.raylib.com/)
Font Used: [Iosevka](https://typeof.net/Iosevka/)