Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 611 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 611 Bytes

3D Graphics Web Editor

This is mainly a project for learning purposes. A simple 3D graphics web-based editor built with vanilla JavaScript, Bootstrap 5 for the UI, and Three.js for the graphics backend (WebGL).

To run the project, first clone the repository:

git clone https://github.com/maqnitude/3d-graphics-web-editor.git

Navigate to to the project root directory, and start a live server (e.g., with python -m http.server).

Editor overview

editor_overview