Author: Abhishek Shinde
Date Created: 03-04-2025
License: Apache License
Copyright: exDAS | Robert McNeel & Associates
The 2D NURBS Sketcher App is a static web application built entirely with HTML and JavaScript, without requiring a Node.js server. It is hosted on GitHub Pages and leverages rhino3dm and JavaScript to enable users to sketch various types of Rhino geometry directly in the browser.
- Sketch different types of Rhino geometry.
- Export and download the sketches as Rhino3D files.
- Optimized for desktop experiences, with ongoing development for mobile compatibility.
To run the application locally, follow these steps:
- Clone the repository to your local machine.
- Open a terminal and navigate to the repository's directory.
- Run the following command on the command terminal just opened: python -m http.server
- Open your browser and navigate to:
http://localhost:8000/index.html
This project is optimized for desktop use and is currently under development for mobile compatibility.
This project is licensed under the Apache License. See the LICENSE file for more details.