Skip to content

Conversation

rahulkumaran
Copy link
Contributor

Thank you for your contribution. Please provide the details requested below.

ISSUE NUMBER

This is in reference to the conversation we had on Gitter.

SHORT DESCRIPTION

This is a program used to implement the DDA Line algorithms and translations in order to make a robot. The translations occur to points as the robot is made around the base point

TESTING

You just need to make sure you have the graphics.h library before you compile and run this.
If you already have the library, run the program and the outcome can be seen on the screen

Created a separate graphics folder and added a code to implement the DDA Line Algorithm in making a Robo which has translations  of points involved as all the points are relative by considering a base point around which the robo is drawn
@rahulkumaran rahulkumaran changed the title Rahulkumaran graphics algos Graphics Folder with an implementation of DDA Line Algo in C Dec 9, 2017
@rahulkumaran
Copy link
Contributor Author

@prateekiiest please do have a look at it

@prateekiiest
Copy link
Member

show me the output first

@rahulkumaran
Copy link
Contributor Author

rahulkumaran commented Dec 10, 2017

This is the picture of the output @prateekiiestpicture

This is a folder which contains graphics algorithms and their implementations.

### Robo.c

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

upload your output pic in the Readme

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@prateekiiest added the output pic to the README.md file :)

The robo.c program is a program which helps you in drawing a robot.
The robot is drawn around a reference point. The DDA Line Algorithm was used in making the program.
The DDA Line algorithm exists inside the program in a function so you can have a look at what the DDA line algorithm is,
inside this program itself.<br><br>
Copy link
Member

@prateekiiest prateekiiest Dec 11, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what's this br tag ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just to shift the control to the next line. For appearance sake

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

didn't want everything to be in one para itself. looked too clumsy

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can remove the tags if you want though @prateekiiest

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, that's ok then.

I am merging this 😄

@prateekiiest prateekiiest removed the request for review from NilanjanaLodh December 11, 2017 15:02
@prateekiiest prateekiiest merged commit 60ec98b into codeIIEST:master Dec 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants