Skip to content

mimir-d/qkamber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Purpose

This is a software renderer toy project to be used as teaching material for my students.

Usage

  • on windows: use cmake to generate the vsproj files and open with a Visual Studio edition, or just compile with cmake directly as on unix
    > cmake -B build -G "Visual Studio 10"
    
  • on unix:
    $ cmake -B build
    $ cd build
    $ make
    $ ./qkamber
    

Disclaimer

Any code, assets, etc that come from other places are credited as such. If anyone finds anything offending said rule, please post an issue and I'll get to it.

About

Didactic software renderer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages