https://github.com/sunnysoni97/draw_cpp
Draw, the 8-bit drawing language (C++)
https://github.com/sunnysoni97/draw_cpp
c-plus-plus console-application drawing-app interpreted-programming-language logo-interpreter
Last synced: 12 months ago
JSON representation
Draw, the 8-bit drawing language (C++)
- Host: GitHub
- URL: https://github.com/sunnysoni97/draw_cpp
- Owner: sunnysoni97
- Created: 2019-01-25T19:13:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-07T11:28:18.000Z (about 6 years ago)
- Last Synced: 2025-01-03T16:23:50.735Z (about 1 year ago)
- Topics: c-plus-plus, console-application, drawing-app, interpreted-programming-language, logo-interpreter
- Language: C++
- Size: 209 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
#### This is the reader's manual for using and editing this software project as you may like!
---
## About the Project
### uDRaw
It is a customised language interpreter (with its own syntax and terminology) to be used as an educational drawing and programming tool for children. The complete application has been designed using the legacy "conio.h" in C++ environment and compiled using Borland's TurboC++ compiler. It supports a large variety of editing functions on canvas as well as the brushes and options for saving and loading data from disk.
---
**Compiler needed :** Borland's Turbo C++
### Steps for Execution :
1. Unload the files in bin folder of the compiler directory.
2. Compile and run MAIN.cpp.
---
## Application Screenshots

---
Feel free to try out my project, make your own implementations, suggest changes and modification and help in improving my project. :)
---
**P.S.** : *Hail the internet for all the awesome resources and information present on anything you want to learn. My whole hearted gratitude to everybody who made it possible for me to complete this project of mine.* :)
---