https://github.com/sugarvoid/redgreen
Simple red light, green light app made with Raylib. Not a game.
https://github.com/sugarvoid/redgreen
raygui raylib
Last synced: about 1 month ago
JSON representation
Simple red light, green light app made with Raylib. Not a game.
- Host: GitHub
- URL: https://github.com/sugarvoid/redgreen
- Owner: sugarvoid
- License: mit
- Created: 2024-11-28T02:23:20.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-25T19:42:44.000Z (4 months ago)
- Last Synced: 2025-01-31T09:15:49.976Z (3 months ago)
- Topics: raygui, raylib
- Language: C
- Homepage:
- Size: 2.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Red Green
Simple red light, green light app made with Raylib. Not a game.
This is a remake of an app I made with Godot [repo](https://github.com/sugarvoid/red-light-green-light).## Project Goal
- Get some practice coding in C.
- Have a app with a small build size. (Using Godot, the file size was ~65mb)## Libraries Used
- Raylib [repo](https://github.com/raysan5/raylib)
- Raygui [repo](https://github.com/raysan5/raygui)