nukka123 / mitsuba-rei-raster

A software rasterizer developed in the episode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A software rasterizer developed in the episode

License:MIT License


Languages

Language:C++ 96.1%Language:CMake 3.9%