0% found this document useful (0 votes)
37 views11 pages

CGR Micro-Project Report

not any

Uploaded by

Aishwarya kinge
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
37 views11 pages

CGR Micro-Project Report

not any

Uploaded by

Aishwarya kinge
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 11

A Project Report

Of
(Windmill)
Micro project in
Computer Graphics (CGR)

SUBMITTED BY –
Aishwarya Kinge (42)
Tanvi Deshmukh (54)
Akanksha Ingle (57)
Rasika Deshmukh (46)

Under Guidance Of
Prof. Poonam Chaudhary

Government Polytechnic Thane


Phadke Rd, opp. Bharat Gears Ltd, Phadkepada, Mumbra, Thane, Maharashtra 400612

1
CERTIFICATE
This is to certify that

This is to certified that following Second year Computer


engineering students have successfully and satisfactory
completed their micro project work, entitled “ Windmill” in partial
fulfillment of the requirement for diploma in Computer
Engineering academic year 2023-2024.

Aishwarya G Kinge (2201160046)


Tanvi T Deshmukh (2201160061)
Akankasha V Ingle (2201160064)
Rasika N Deshmukh (2201160052)

Mrs.Poonam Chaudhary Smt.P.S.Mahajan Dr.


N.N.Mhala

Subject Teacher Incharge H.O.D. PRINCIPAL

2
ACKNOWLEDGEMENT
This project would not have taken shape without the contributions of
many who have extended help in one or the way. I would like to take
this opportunity to express my thanks to our friends who have provided
the entire moral backing and encouragement all through the course
duration. A discussion on the project work, with our seniors in the
college was also great source of help and without which it would not
have been possible to achieve the results reported in this project. I
would like to express my sincere gratitude to our mentors, Mrs.Poonam
chaudhary, Project supervisor, for his useful comments on the subject
matter and for the knowledge I gained by sharing ideas with him.
Mrs. Prajakta Mahajan, HOD of government polytechnic thane collage,
for all the cooperation and coordination in preparing this Project.

3
INDEX
Sr. no. Content Page no.

Acknowledgement
1. 3

2. Rationale of the micro project 5

3. Aim of micro project 5

4. Course outcomes achieved 5

5. Literature Review 5

6. Actual methodology followed 6

7. Actual Resources used 7

8. Source Code of the project 7

9. Output of the project 10

10. Conclusion 11

11. Evaluation Sheet 11

4
1.0 Rational
The interactive graphics provides a tool called motion dynamics. ... With
this tool user can move and tumble objects with respect to a stationary
observer, or he can make objects stationary and the viewer moving around
them.
2.0 Aims/Benefits of the Micro-Project
 Making WINDMILL using computer graphics.
3.0 Course Outcomes Addressed
 Implement Computer graphics program for windmill
4.0 Literature review
Computer graphics started with the display of data on hardcopy plotters and
cathode ray tube screens soon after the introduction of computers.
In this project we make a wind mil using computer graphics. It is developed in
the Turbo C. The graphics package designed here provides an iterface for the
users for haldling the display and manipulation of basic picture object line
point, line etc.
Computer graphics today largely interactive, the user control the contents,
structure, and appearance of object and of displayed image by using input
devices, such as keyboard, mouse, or touch sensitive panel on the screen.
Graphics based user interfaces allow millions of new users to control simple ,
low cost application program. Such as spreadsheet , word processor and
drawing program.

5.0Actual methodology followed

5
Sr. Details of Planned Planned Name of
No. Activity Start Finish responsible team
date date members

1. Planning of 10-10-2023 12-10-2023 All MEMBERS


the Micro-
Project
2. Collecting 13-10-2023 15-10-2023 ALL MEMBERS
information

3. Preparing AISHWARYA KINGE


code of the
16-10-2023 19-10-2023
Micro-Project

4. Rectifying TANVI DESHMUKH


corrections
20-10-2023 21-10-2023

5. Final AKANKSHA INGLE


designing of
22-10-2023 25-10-2023
the Micro-
Project
6. Preparing RASIKA DESHMUKH
Proposal and
26-10-2023 28-10-2023
Report

6.0 Resources used


6
S. Name of Specifications Qty Remarks
No. resource/material
1 Computer system With basic 1
configurations
2 Windows 11 Each
1
Processor Intel i5 9th Gen
core processor
RAM
At least 8 GB

3 Software used - -

6.0 Source code –


#include<stdio.h>
#include<graphics.h>
#include<math.h>
#include<conio.h>
#include<dos.h>

int xc=150,yc=200,r=60;
int x[15],y[15];
void drawcircles()
{
setcolor(BLUE);

}
7
void main()
{
double angle=0,theta;
int i,a;
int gd=DETECT,gm;
initgraph(&gd,&gm,"c://turboc3//bgi");

while(!kbhit())
{

theta=M_PI*angle/180;
cleardevice();
drawcircles();
line(150,200,130,400);
line(150,200,170,400);
for(i=0;i<20;i++)
{
theta=M_PI*angle/180;
x[i]=xc+r*cos(theta);
y[i]=yc+r*sin(theta);
angle+=90;
line(xc,yc,x[i],y[i]);

8
angle+=5;
for(i=0;i<20;i++)
{
theta=M_PI*angle/180;
x[i]=xc+r*cos(theta);
y[i]=yc+r*sin(theta);
angle+=90;
line(xc,yc,x[i],y[i]);
}
angle+=5;
delay(50);
}

getch();
closegraph();
}

7.0Output of micro project –

9
8.0Conclusion
We have completed our project successful by learning the concept of computer graphics.

10
Evaluation Sheet For the Micro Project

Roll No’s of Students: Aishwarya G Kinge (42) Enrollment no. : 2201160046


Tanvi T Deshmukh (54) 2202260061
Rasika N Deshmukh (46) 2201160052
Akanksha Ingle (57) 2201160064

Name of Programme: Computer engineering Semester: Third (CO)

Course title: Computer Graphics (CGR) Course code: 22318

Title of the micro project: Windmill

Process assessment Product Assessment Total


Part A – Project Part B – project Individual Marks
project methodology report/working presentation/viva
(10)
proposal model
(2 marks) (4 marks)
(2 marks) (2 marks)

Comments/Suggestions about team work/leadership/inter personal communication (if any):


Any other comment:
Name and designation of the faculty member: Mrs.Poonam Chaudhary (Lecturer)

Signature:

11

You might also like