Git Product home page Git Product logo

simple-2d-cad's Introduction

Simple 2D CAD

Result

Image

Video

Thumbnail

Project Class Structure

Objects

  • Practice project development skills
  • Practice C++, QT, etc.
  • Study project design pattern
  • Apply coding convention

Prerequisite

Tool Version
C++ >= 17
QT 6.6.0
Visual Studio 17.7.5
OS Windows 11

Program Build and Run

  • Install Visual Studio 2022
    • Install Desktop development with C++
  • Install QT 6.6.0 with MSVC
  • Install Visual Studio QT Extension
    • Visual Studio > Extensions > Manage Extensions > Qt Visual Studio Tools install
    • Tools > Options > Qt > Versions > +
    • Add qmake.exe path with Path button (ex. C:/Qt/6.6.0/msvc2019_64/bin/qmake.exe)
  • Repository clone
    git clone [email protected]:habi-ze/simple-2d-cad.git
  • Open simple-2d-cad.sln
  • Solution Build and Run

Implementation List

Draw

  • Draw Line
  • Draw Face
    • Using mouse left button

Select

  • (Default) Select Point
  • Select Line
  • Select Face
    • Using mouse left button

File I/O

  • New scene
  • Open scene (.json)
  • Save scene (.json)

Others

  • Move (Pan)
  • Zoom
    • Using mouse right and wheel button

simple-2d-cad's People

Contributors

habijung avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.