Skip to content

mkae/libbsdf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libbsdf

Overview

libbsdf is a C++ library for BSDF, BRDF, and BTDF. libbsdf provides basic functions: file readers, interpolation, data structure and so on. Eigen 3 is used for arrays, vectors, and matrices. libbsdf is licensed under the terms of the Mozilla Public License, version 2.0. See the LICENSE file.

Make it build on OSX 10.10 with MacPorts

  • ports to install:
    • eigen3
  • cmake -DEIGEN3_INCLUDE_DIR=/opt/local/include/eigen3 -DCMAKE_CXX_FLAGS=-std=c++11 ..

Install it on Windows using MSYS2

  • install MSYS2
  • pacman -S mingw-w64-(i686|x86_64)-libbsdf (choose correct architecture)

Future Plans

  • Adds FindLibbsdf.cmake
  • Prepares sample codes

About

Library for BSDF, BRDF, and BTDF

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%