Skip to content
This repository has been archived by the owner on Feb 15, 2021. It is now read-only.

artcom/cclib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cclib

cclib is a partial port of the creative computing library, especially the parts that have something to do with particles.

Build instructions (CMake/OSX with homebrew)

  1. check out the code
  2. $ cd cclib ;; mkdir build ;; cd build
  3. $ brew install glfw glew boost
  4. $ cmake ..
  5. $ make