# ThreeBSP **Repository Path**: lyon_en/ThreeBSP ## Basic Information - **Project Name**: ThreeBSP - **Description**: https://github.com/sshirokov/ThreeBSP.git - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README CSG plugin for Three.js Based almost entirely on [chandlerprall/ThreeCSG](https://github.com/chandlerprall/ThreeCSG) :heart: but ported to [CoffeeScript](http://coffeescript.org/) and cleaned up a little. ### Quickstart and Demo ```bash $ git clone https://github.com/sshirokov/ThreeBSP.git $ npm install . $ python -mSimpleHTTPServer Serving HTTP on 0.0.0.0 port 8000 ... ``` Open your browser to http://localhost:8000 and you should see something like this ![Ancient Aliens](http://f.cl.ly/items/0g29263M1y2K2P3i2143/Image%202013.05.15%202%3A04%3A48%20PM.png) ### Bower This package is available in the [Bower](https://github.com/bower/bower) registry. ```bash $ bower install ThreeBSP bower cloning git://github.com/sshirokov/ThreeBSP.git bower caching git://github.com/sshirokov/ThreeBSP.git bower fetching ThreeBSP ```