brick-builder
React based brick builder using ThreeJS
File Explorer
Download Latest Version (.zip)- builder.js
- index.js
- scene.js
- ui.js
- Camera.js
- Controls.js
- index.js
- Light.js
- Plane.js
- Renderer.js
- Brick.js
- Helpers.js
- Monitor.jsx
- Scene.jsx
- BrickPicker.jsx
- Button.jsx
- ColorPicker.jsx
- FileUploader.jsx
- Help.jsx
- Icons.jsx
- Message.jsx
- Sidebar.jsx
- Topbar.jsx
- Builder.jsx
- builder.js
- index.js
- scene.js
- ui.js
- builder.js
- index.js
- scene.js
- ui.js
- brick-picker.less
- button.less
- color-picker.less
- file-uploader.less
- help.less
- message.less
- scene.less
- sidebar-button.less
- sidebar.less
- topbar.less
- builder.less
- app.less
- base.less
- colors.less
- vars.less
- BufferSubdivisionModifier.js
- Detector.js
- index.js
- OrbitControls.js
- constants.js
- index.js
- app.js
- store.js
- builder.bundle.js
- builder.bundle.js.map
- index.html
- styles.css
- dragon.json
- house.json
- screenshot.png
- .babelrc
- .editorconfig
- .gitignore
- index.html
- package-lock.json
- package.json
- README.md
- webpack.base.config.js
- webpack.config.js
- webpack.dev.config.js
# Installation Guide
1. Get the code
git clone https://github.com/nicmosc/brick-builder
Downloads the entire project code from GitHub to your computer.
cd brick-builder
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
npm run build
Builds optimized production files.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
