/raster

A software rasterizer developed in the episode

Primary LanguageC++MIT LicenseMIT

raster

「三葉レイのCG技術チャンネル」で作ったソフトウェアラスタライザです。

A software rasterizer developed in "Mitsuba Rei's CG Tech Channel".

Episodes

Setup

$ git clone https://github.com/g-truc/glm
$ git clone https://github.com/glfw/glfw
$ git clone https://github.com/syoyo/tinyobjloader
$ git clone https://github.com/ocornut/imgui.git
$ mkdir build
$ cd build
$ cmake -G "Visual Studio 15 2017 Win64" ..

License

MIT license. See LICENSE file for detail.