Xbox 360 Forum  

Go Back   Xbox 360 Forum > Off-Topic Forums > Water Cooler
Home Forums Register Blogs FAQ Live Leaderboard Search Today's Posts Mark Forums Read

Water Cooler Off-topic general discussion forums for all things non Xbox.

Reply
Old 07-20-2008, 06:58 AM   #176
Senior Member
 
paintba||er's Avatar
 
Join Date: Jun 2007
Location: Mormonville PSN ID: sheise
Posts: 7,127
Blog Entries: 10
paintba||er is on a distinguished road
Activity Longevity
19/20 20/20
Today Posts
4/5 sssss7127
Send a message via ICQ to paintba||er Send a message via AIM to paintba||er Send a message via MSN to paintba||er Send a message via Yahoo to paintba||er
paintba||er is offline
I'm learning OpenGL right now, so that I can start writing some simple graphical games. So far all I've done is make a rainbow triangle, and a purple square, both of which rotate.

It's hard, because you have to be able to visualize things by points on a grid relative to the last point. And some things aren't really hard, but they're hard the first time. Like setting up a timer to update the view when you're using something animated.



You can't tell from the picture, but the triangle is rotating on it's y-axis, and the square is rotating on it's x-axis.
__________________
Sex, Drugs, and Unix
Quote:
Originally Posted by IllBashU View Post
actually, Islam is classified as a religion but its actually a waste of time
 
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati
Reply With Quote
Re: Programming Stuffz
Old 07-20-2008, 08:32 AM   #177
Senior Member
 
paintba||er's Avatar
 
Join Date: Jun 2007
Location: Mormonville PSN ID: sheise
Posts: 7,127
Blog Entries: 10
paintba||er is on a distinguished road
Activity Longevity
19/20 20/20
Today Posts
4/5 sssss7127
Send a message via ICQ to paintba||er Send a message via AIM to paintba||er Send a message via MSN to paintba||er Send a message via Yahoo to paintba||er
paintba||er is offline
Wow, I tried to make the shapes 3D, and I epically failed.

http://sharemyvideo.magnify.net/item...#theater_title
__________________
Sex, Drugs, and Unix
Quote:
Originally Posted by IllBashU View Post
actually, Islam is classified as a religion but its actually a waste of time
 
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati
Reply With Quote
Re: Programming Stuffz
Old 07-23-2008, 09:22 AM   #178
Senior Member
 
paintba||er's Avatar
 
Join Date: Jun 2007
Location: Mormonville PSN ID: sheise
Posts: 7,127
Blog Entries: 10
paintba||er is on a distinguished road
Activity Longevity
19/20 20/20
Today Posts
4/5 sssss7127
Send a message via ICQ to paintba||er Send a message via AIM to paintba||er Send a message via MSN to paintba||er Send a message via Yahoo to paintba||er
paintba||er is offline
I finally got that working.



They're both 3d and rotating, if you can't tell. I think I'm going to add some sliders so that you can adjust the rotation speed.
__________________
Sex, Drugs, and Unix
Quote:
Originally Posted by IllBashU View Post
actually, Islam is classified as a religion but its actually a waste of time
 
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati
Reply With Quote
Last edited by paintba||er; 07-23-2008 at 09:25 AM.
Re: Programming Stuffz
Old 09-30-2008, 05:59 AM   #179
Senior Member
 
IllBashU's Avatar
 
Join Date: Jun 2007
Posts: 3,844
Blog Entries: 10
IllBashU is an unknown quantity at this point
Activity Longevity
16/20 20/20
Today Posts
2/5 sssss3844
IllBashU is offline
error

Code:
make[1]: Entering directory `/cygdrive/c/Documents and Settings/Bash/My Documents/NetBeansProjects/HelloApp_2/helloapp'
cd ../hello1lib && /usr/bin/make -f Makefile CONF=Release
make[2]: Entering directory `/cygdrive/c/Documents and Settings/Bash/My Documents/NetBeansProjects/HelloApp_2/hello1lib'
/usr/bin/make -f nbproject/Makefile-Release.mk SUBPROJECTS= .build-conf
make[3]: Entering directory `/cygdrive/c/Documents and Settings/Bash/My Documents/NetBeansProjects/HelloApp_2/hello1lib'
mkdir -p build/Release/Cygwin-Windows
gcc-g++.lst.gz    -c -O2 -o build/Release/Cygwin-Windows/hello1.o hello1.cc
make[3]: gcc-g++.lst.gz: Command not found
make[3]: *** [build/Release/Cygwin-Windows/hello1.o] Error 127
make[3]: Leaving directory `/cygdrive/c/Documents and Settings/Bash/My Documents/NetBeansProjects/HelloApp_2/hello1lib'
make[2]: *** [.build-impl] Error 2
make[2]: Leaving directory `/cygdrive/c/Documents and Settings/Bash/My Documents/NetBeansProjects/HelloApp_2/hello1lib'
make[1]: *** [.build-subprojects] Error 2
make[1]: Leaving directory `/cygdrive/c/Documents and Settings/Bash/My Documents/NetBeansProjects/HelloApp_2/helloapp'
make: *** [.build-impl] Error 2

Build failed. Exit value 2.
__________________
 
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati
Reply With Quote
Re: Programming Stuffz
Old 09-30-2008, 06:06 AM   #180
Senior Member
 
paintba||er's Avatar
 
Join Date: Jun 2007
Location: Mormonville PSN ID: sheise
Posts: 7,127
Blog Entries: 10
paintba||er is on a distinguished road
Activity Longevity
19/20 20/20
Today Posts
4/5 sssss7127
Send a message via ICQ to paintba||er Send a message via AIM to paintba||er Send a message via MSN to paintba||er Send a message via Yahoo to paintba||er
paintba||er is offline
Well, you can start with figuring out why it's trying to run "gcc-g++.lst.gz". 0_o

Edit: Post the contents of your makefile...
__________________
Sex, Drugs, and Unix
Quote:
Originally Posted by IllBashU View Post
actually, Islam is classified as a religion but its actually a waste of time
 
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati
Reply With Quote
Last edited by paintba||er; 09-30-2008 at 06:09 AM.
Re: Programming Stuffz
Old 09-30-2008, 06:14 AM   #181
Senior Member
 
IllBashU's Avatar
 
Join Date: Jun 2007
Posts: 3,844
Blog Entries: 10
IllBashU is an unknown quantity at this point
Activity Longevity
16/20 20/20
Today Posts
2/5 sssss3844
IllBashU is offline
i dont have a make file....
__________________
 
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati
Reply With Quote
Re: Programming Stuffz
Old 09-30-2008, 06:18 AM   #182
Senior Member
 
paintba||er's Avatar
 
Join Date: Jun 2007
Location: Mormonville PSN ID: sheise
Posts: 7,127
Blog Entries: 10
paintba||er is on a distinguished road
Activity Longevity
19/20 20/20
Today Posts
4/5 sssss7127
Send a message via ICQ to paintba||er Send a message via AIM to paintba||er Send a message via MSN to paintba||er Send a message via Yahoo to paintba||er
paintba||er is offline
I think that you probably do. The IDE is probably using AutoMake or something to generate one. If not, then you need to find the preference to set the default compiler in the IDE. I'd assume that it is probably just "gcc".
__________________
Sex, Drugs, and Unix
Quote:
Originally Posted by IllBashU View Post
actually, Islam is classified as a religion but its actually a waste of time
 
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati
Reply With Quote
Re: Programming Stuffz
Old 09-30-2008, 06:22 AM   #183
Senior Member
 
IllBashU's Avatar
 
Join Date: Jun 2007
Posts: 3,844
Blog Entries: 10
IllBashU is an unknown quantity at this point
Activity Longevity
16/20 20/20
Today Posts
2/5 sssss3844
IllBashU is offline
its set to "gcc.exe" :/
__________________
 
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati
Reply With Quote
Re: Programming Stuffz
Old 09-30-2008, 06:26 AM   #184
Senior Member
 
paintba||er's Avatar
 
Join Date: Jun 2007
Location: Mormonville PSN ID: sheise
Posts: 7,127
Blog Entries: 10
paintba||er is on a distinguished road
Activity Longevity
19/20 20/20
Today Posts
4/5 sssss7127
Send a message via ICQ to paintba||er Send a message via AIM to paintba||er Send a message via MSN to paintba||er Send a message via Yahoo to paintba||er
paintba||er is offline
Can't you look in whatever directory that your program is in to see if there is a makefile?
__________________
Sex, Drugs, and Unix
Quote:
Originally Posted by IllBashU View Post
actually, Islam is classified as a religion but its actually a waste of time
 
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati
Reply With Quote
Re: Programming Stuffz
Old 09-30-2008, 09:55 PM   #185
Senior Member
 
IllBashU's Avatar
 
Join Date: Jun 2007
Posts: 3,844
Blog Entries: 10
IllBashU is an unknown quantity at this point
Activity Longevity
16/20 20/20
Today Posts
2/5 sssss3844
IllBashU is offline


__________________
 
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati
Reply With Quote
Re: Programming Stuffz
Old 09-30-2008, 10:01 PM   #186
Senior Member
 
paintba||er's Avatar
 
Join Date: Jun 2007
Location: Mormonville PSN ID: sheise
Posts: 7,127
Blog Entries: 10
paintba||er is on a distinguished road
Activity Longevity
19/20 20/20
Today Posts
4/5 sssss7127
Send a message via ICQ to paintba||er Send a message via AIM to paintba||er Send a message via MSN to paintba||er Send a message via Yahoo to paintba||er
paintba||er is offline
Don't you just hate IDEs that close the console after the program ends? And require you to put in code just to keep it up...Well, at least you're not using "system("pause");" like most people. :/
__________________
Sex, Drugs, and Unix
Quote:
Originally Posted by IllBashU View Post
actually, Islam is classified as a religion but its actually a waste of time
 
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati
Reply With Quote
Re: Programming Stuffz
Old 09-30-2008, 10:02 PM   #187
Senior Member
 
IllBashU's Avatar
 
Join Date: Jun 2007
Posts: 3,844
Blog Entries: 10
IllBashU is an unknown quantity at this point
Activity Longevity
16/20 20/20
Today Posts
2/5 sssss3844
IllBashU is offline
this one doesn't close it.... thankfully
__________________
 
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati
Reply With Quote
Re: Programming Stuffz