Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 401 Bytes

README.md

File metadata and controls

16 lines (16 loc) · 401 Bytes

An implementation of tiny renderer

build

this project is based on xmake in msys2. to build the project,run

xmake

to configure your msys2 env,edit the lines below in xmake.lua

add_includedirs("your msys2 include dir")
add_linkdirs("your msys2 lib dir")

and add MSYS_PATH env to your system

MSYS_PATH=your msys2 dir