Skip to content

Adminisnyator/SandboxRenderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Your average trans fem python enthusiast to raylib enjoyer gpu shader pipeline.

License: MIT C: 23 Raylib: 5.0+

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

Building

Install raylib either through your package manager or by cloning it. For instance with fedora you would:

$ sudo dnf install raylib-devel
$ make

If you want to build it without automatically running it you can also call.

$ 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.

About

Small Quake-like Renderer

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published