https://github.com/adminisnyator/sandboxrenderer
Small Quake-like Renderer
https://github.com/adminisnyator/sandboxrenderer
c opengl raylib raylib-c
Last synced: 3 months ago
JSON representation
Small Quake-like Renderer
- Host: GitHub
- URL: https://github.com/adminisnyator/sandboxrenderer
- Owner: Adminisnyator
- License: mit
- Created: 2024-11-17T00:49:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-17T02:06:01.000Z (over 1 year ago)
- Last Synced: 2025-06-16T09:58:16.454Z (about 1 year ago)
- Topics: c, opengl, raylib, raylib-c
- Language: C
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Your average trans fem python enthusiast to raylib enjoyer gpu shader pipeline.
[](https://opensource.org/licenses/MIT)
[](https://en.cppreference.com/w/c/23)
[](https://www.raylib.com/)
This is a small rendering and audio playing demo.
## Goals:
- Render small scene similar to Quake
- Load and Display Textures
- Simple Lighting
- Play audio
- Player Movement
- Particle Effects
## Resources
- [Random Number Generator](https://www.pcg-random.org/download.html)
- [Makefile Reference](https://www.cs.colby.edu/maxwell/courses/tutorials/maketutor/)
- [Other Raylib Projects by Tsoding](https://github.com/tsoding)
- [Raylib Github](https://github.com/raysan5/raylib/)
## Building
Install raylib either through your package manager or by cloning it.
For instance with fedora you would:
```bash
$ sudo dnf install raylib-devel
$ make
```
If you want to build it without automatically running it you can also call.
```bash
$ make build-tiny-quake
$ make run-tiny-quake
```
Please be aware that through differences between OS and windowing systems as well as
hardware you might get a different behaviour from the program than the author intended.