Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 559 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 559 Bytes

parametric-modeller

Smart parametric modelling system with C++ using the SDL library

Running the application

  • Ensure you follow the steps in the credits article link to setup your system for building the application
  • Ensure you have make setup on your machine
  • cd in the project root directory and do make clean && make
  • Run the application from the root directory with ./SmartCAD

Credits

This article was quite helpful in helping to set up the project.