bertyhell / openwebcad

An opensource CAD drawing tool
https://bertyhell.github.io/openwebcad
MIT License
3 stars 1 forks source link
app autocad cad canvas circle draw opensource web

Canvas Drawing Application

This is a React-based canvas drawing application that allows users to draw various shapes, such as lines, rectangles, and circles, on a fullscreen canvas. The application also includes features for selecting and erasing shapes, as well as exporting the drawing as an SVG file.

demo.gif

DEMO: https://bertyhell.github.io/openwebcad

Features

Possible future feature ideas (TODO) in order of likelihood

Maintenance

Technologies Used

Demo

Visit https://bertyhell.github.io/openwebcad

Installation

  1. Clone the repository:

    git clone <repository-url>
    cd <repository-directory>
  2. Install dependencies:

    npm install

Usage

Start the development server:

    npm dev

Open your browser and navigate to http://localhost:5173

Development

Available Scripts

Project Structure

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any changes.

License

This project is licensed under the MIT License.