Skip to content

SRender is my terrible engine. Works on both Windows and Linux.

License

Notifications You must be signed in to change notification settings

SlenderFox/SRender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SRender

Barely functional, bug-ridden mess.
Project originally started with me following https://learnopengl.com/

Compiling

Can be compiled on Windows with Visual Studio (msvc).
Can be compiled on Linux with makefile (gcc).

Libraries used:

Notes

Classes are used when inheritance is intended, structs are for when it is not.
Prefer composition over inheritance.

Ideas

  • When application launches, don't steal focus and mouse.