a collection of raylib app
This repo is meant to gather some of raylib scripts I've been doing as I'm still discovering this framework: https://www.raylib.com/
I'm using the pyray python bindings: https://electronstudio.github.io/raylib-python-cffi/pyray.html
Simple Window: a simple window displayMoving ball: trying keyboard input3D Rotating cube: trying 3DInstantiate Rings: trying some bouncing physics3d collisions check: motivation: collision detection for 3d objectsraygui icons: gui icons manipulation / rayguitsoding: reproduce tsoding's video where a cube is rendering with simple math tools (amazing video)Raycast: idea is to display when a raycast hits an object.Solar System: a 3D view of the Solar SystemLoad Blender: a simple Blender mesh loader/viewerTo-do app: a to-do app with a fastapi backend;raylibis used as frontendbreakout: abreakoutgame`
- from the
projectsfolder - right now only
solar_systemhas classes that can be tests
python -m pytest -rAmkdocs build
mkdocs serve -a localhost:8001- added a
tkinterwindow to start the apps
uv run launcher.py