# GeometryPad **Repository Path**: libreliu/GeometryPad ## Basic Information - **Project Name**: GeometryPad - **Description**: A simple Geometry Sketchpad based on C - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-08-11 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GeometryPad #### Description A simple Geometry Sketchpad based on C++ #### Software Architecture Only libc & libc++ required #### Installation Besure that you have CMake 2.8 or higher version installed. > cmake . > make > ./GeoPad.elf # To run the program #### Todo * Migrate to C++ #### Contribution 1. Fork the project 2. Create Feat_xxx branch 3. Commit your code 4. Create Pull Request