Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
canvas-drawing-app
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jalay
canvas-drawing-app
Commits
d86973ed
Commit
d86973ed
authored
Aug 17, 2021
by
Jalay
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new file
parent
13e351a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
README.md
README.md
+21
-0
No files found.
README.md
0 → 100644
View file @
d86973ed
Welcome! This is an implementation of a typical canvas drawing application.
<br
/>
The features are implemented in C programming language using the primitive graphics library provided in TURBO C (inside graphics.h header file).
<br
/>
<br
/>
System Requirements :
-
TURBO C
-
OS : Windows/Linux
<br
/>
Steps to run the application :
1.
Install TURBO C
2.
Open TURBO C
3.
Open main.cpp file using TURBO C
4.
Compile and Run the file
<br
/>
Main features implemented :
-
Saving the file
-
Draw curved lines
-
Free-Hand Drawing
-
Drawing different shapes
-
Drawing shapes filled with different colors
-
Erasing everything
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment