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
).