An open API service indexing awesome lists of open source software.

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++)

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


draw screenshot 1

draw screenshot 2


draw screenshot 3

draw screenshot 4

---

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.* :)

---