Welcome Guest ( Log In | Register )



 
Reply to this topicStart new topic
> Installing Glut To Dev C++, A tutorial to install GLUT on Dev C++
t3jem
post Nov 26 2006, 06:06 PM
Post #1


Member [ Level 1 ]
Group Icon

Group: Members
Posts: 48
Joined: 23-November 06
Member No.: 17,478



This is a tutorial that someone submitted to my programming site when it was up because I didn't know how to install glut on any other compiler than my own. I though it would be helpful to post this up for everyone here so they can use GLUT as well without having to google for hours. I'm not sure if I'm allowed, but I have quoted it and have given credit where credit is due, so if this post is allowed I hope this helps those people who couldn't program in GLUT yet.

QUOTE

Installing G.L.U.T. to Dev C++
By James Duran (email: vrok137@yahoo.com)

For those of you who do not have the $100 visual studio and cannot install glut, this is for you. Practically all the articles I read to install the glut files were designed for people who owned visual studio. So im gonna share with you how not only to install glut, but get a powerful IDE with it (Dev C++).

NOTE: If you already have Dev C++, skip to step 6.

1. Go to www.bloodshed.net (although the name sounds gory, the website is not)

2. Now that you are at the Dev C++ site, look for the "whats new" news tab. It should be right in the middle of the home page.

3. Click and follow the Dev C++ Beta link and download the program.
(get the latest version, v4.9.9.2)

NOTE: If you have a compiler but not an IDE, download the "executable only file". Otherwise download the file that includes Dev C++ plus the Mingw/GCC compiler.

4. Next choose a mirror site to download from.
(For dial-up users, try to pick a mirror site that is in the US or else your connection will be really weak. )

5. Install Dev C++.

6. Open Dev C++ and go to "Tools > Check for Updates/Packages". This should bring you to the update manager.

7. Click below the "Select devpack server" and select "devpacks.org community devpacks".

8. Now click "check for updates" at the bottom of the page. Once its done loading, scroll through the lists of packages until you find a glut package. Once you are ready, check the small box to the left of the name. Download it, and then the computer will install it automatically. Now you have opengl (opengl comes w/dev c++) and glut.

Once you download glut, dev c++ even does you a favor by creating a template for glut programs (isnt that cool!). To use the template, click the "multimedia" tab in the
"create a project" window. The glut template should be there for you to use.

Go to the top of the page
 
+Quote Post
iGuest
post Jan 26 2008, 01:27 PM
Post #2


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 0
Joined: 1-November 07
Member No.: 25,869



just cool...
Installing Glut To Dev C++

Thanks for this tutorial. Its simple but brilliant!

-james waples
Go to the top of the page
 
+Quote Post
iGuest
post Jan 23 2008, 01:13 PM
Post #3


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 0
Joined: 1-November 07
Member No.: 25,869



Great!!!
Installing Glut To Dev C++

This was really great!! And it was like the third website google found on [glut see++] . I'm so thankful for not been having to search the web for hours for a change. It was and worked good, exept one thing: I downloaded freeglut from "devpacks.Org community devpacks". And when I was trying to compile the default glut template it told me that "gl/glut.H" was not to be found. However I saw that the update had installed freeglut.H, so I just changed that in the code, and now everything works! Again, great!

-Matte
Go to the top of the page
 
+Quote Post
iGuest
post Jul 26 2008, 09:58 PM
Post #4


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 0
Joined: 1-November 07
Member No.: 25,869



I know a little of C++ and am currently using for an IDE, Dev-C++. I found a tutorial by Mike Serrano that showed me just enough to be able to draw a line from A to B, using graphics.H.

Can you point me to a tutorial that would allow me to program a simple plotting program that would accept a file of X-Y coordinates and give me plot of them that I can print out?

A list of all the commands in graphics.H, and their documentation, would be a good start.

Many thanks.

Mauri
Mauripelto@aol.Com
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Programming In Glut (lesson 1)(3)
  2. Programming In Glut (lesson 3)(1)
  3. Programming In Glut (lesson 4)(7)
  4. Programming In Glut (lesson 6)(1)


 



- Lo-Fi Version Time is now: 14th October 2008 - 03:54 AM