Skip to content

raulescobar-g/rasterizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple rasterizer in C++ with tiny_obj_loader and stb_image_write

How to launch dev shell, build, or run:

Nix

nix shell
nix develop
nix run . -- path/to/model.obj path/to/output.png <width> <height> 

Manually

mkdir build && cd build
cmake ..
make -j4
./raster path/to/model.obj path/to/output.png <width> <height> 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages