# trees **Repository Path**: MegaByte_admin/trees ## Basic Information - **Project Name**: trees - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-19 - **Last Updated**: 2021-03-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Trees Tree growth simulation and visualisation. ## Setting up the environment * Install Xcode and download openFrameworks. * Clone the repository into openframeworks' `apps/myApps` folder. * Clone `https://github.com/braitsch/ofxDatGui` into openFrameworks' `addons` directory. ## Useful links * 3D surface generation: * http://doc.cgal.org/latest/Advancing_front_surface_reconstruction/index.html#Chapter_Advancing_Front_Surface_Reconstruction with addon: https://github.com/yusuketomoto/ofxCGAL * http://doc.cgal.org/latest/Poisson_surface_reconstruction_3/index.html#Chapter_Poisson_Surface_Reconstruction * Setting up ofxCGAL: https://forum.openframeworks.cc/t/compiling-with-cgal-and-boost-xcode-6-4-osx-10-10/22640 * Setting up CGAL> https://3d.bk.tudelft.nl/ken/en/2016/03/16/using-cgal-and-xcode.html