https://github.com/pocketpy/carrotlib
CarrotLib🥕 is a lightweight game library scripting in python.
https://github.com/pocketpy/carrotlib
Last synced: about 1 year ago
JSON representation
CarrotLib🥕 is a lightweight game library scripting in python.
- Host: GitHub
- URL: https://github.com/pocketpy/carrotlib
- Owner: pocketpy
- License: mit
- Created: 2023-07-01T21:08:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-31T09:59:26.000Z (almost 2 years ago)
- Last Synced: 2025-05-01T17:56:28.238Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 24.4 MB
- Stars: 11
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# carrotlib🥕
## Caveat
+ This project is NOT ready for production.
+ This project mainly serves for my own games.
## Install requirements
```
pip install -r requirements.txt
```
## Run the playground for everything
```
python -m playground
```

## Third party libraries
This project uses the following libraries:
+ [pocketpy](https://github.com/blueloveTH/pocketpy)
+ [raylib](https://github.com/raysan5/raylib)
+ [box2d](https://github.com/erincatto/box2d)