/software-renderer

A simple software renderer for studying rendering pipelines.

Primary LanguageC++GNU Lesser General Public License v3.0LGPL-3.0

软件渲染器

练习作,感谢 xmakexege,xmake 比 cmake 好用多了…

为了尽可能多学习图形知识又不必学习图形接口(虽然早晚是要学的orz),只使用了 xege 的绘制单个像素、创建窗口等寥寥几个功能,但 xege 有很多好用的 api,很方便初次接触图形学的同学上手练习。