https://github.com/rrrinav/raylib
Collection of my small raylib programs, visualizations etc
https://github.com/rrrinav/raylib
Last synced: 2 months ago
JSON representation
Collection of my small raylib programs, visualizations etc
- Host: GitHub
- URL: https://github.com/rrrinav/raylib
- Owner: Rrrinav
- Created: 2024-09-01T15:42:58.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-03-29T06:30:53.000Z (2 months ago)
- Last Synced: 2025-03-29T07:26:14.590Z (2 months ago)
- Language: C++
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Repo for all my small work in Raylib
This repo will contain all my illustrations, art, simulations, implementations and other minor work in Raylib.
## Mandlebrot
This is a simulation of Mandlebrot set as suggested by name
## Pong
My first raylib project, a simple pong game
## game-of-life
It is well, game of life by John Conway