Let's get programmy!
-
- Community Hero
Posts: 4200
Re: Let's get programmy!
btw Kirby, you mentioned that you use openGL in this topic/somewhere else, so do you use it for 3d stuff or just 2d stuff? Because the only time I ever used openGL it was for 3d stuff but I would never want to do that again :V
- Kirbypepe
- Wonder what I'll turn into =D
Posts: 135- Contact:
Re: Let's get programmy!
Haha I use it for 3d stuff. Although I really would prefer not to. I have a better grasp on Direct X than I do on openGL to begin with.
Howdy Everyone=]
Things are fantastic. How about for you?
Thats cool.
Wait I just realized, who am I talking to????
Things are fantastic. How about for you?
Thats cool.
Wait I just realized, who am I talking to????
-
- Community Hero
Posts: 4200
Re: Let's get programmy!
gotcha. I've never really used DirectX, I was gonna for a games special topic course I was gonna take one time but there were schedule conflicts.
Though DirectX probably wouldn't be much better because one of my main issues was just getting the camera to play nicely :I
Though DirectX probably wouldn't be much better because one of my main issues was just getting the camera to play nicely :I
- Kirbypepe
- Wonder what I'll turn into =D
Posts: 135- Contact:
Re: Let's get programmy!
Haha as it is the camera never works correctly in most cases unless you have a decent grasp of what all the cases are. Even AAA titles have difficulty getting the camera to listen correctly. Or their camera bugs out as they do things. Although this next semester I'm taking graphics 2 which might involve getting a correctly working camera, although week 1 seems to be creating shaders.......
Howdy Everyone=]
Things are fantastic. How about for you?
Thats cool.
Wait I just realized, who am I talking to????
Things are fantastic. How about for you?
Thats cool.
Wait I just realized, who am I talking to????
-
- Community Hero
Posts: 4200
Re: Let's get programmy!
well I don't mean in the case of the camera being behind objects or anything involving special cases like that, more in the sense of doing the right set of transformations so that it follows your position correctly and does mouselook well and all that and doesn't end up flipping upside-down or rotating around the origin or something 
only thing I've done with shaders would be a raytracer, but that's not exactly the same vein as realtime stuff.

only thing I've done with shaders would be a raytracer, but that's not exactly the same vein as realtime stuff.
- Callid
- Ratio vincit omnia.
Posts: 1433
Re: Let's get programmy!
Ah, IC. We call that Informatik (Inf), so I assumed you would call it Informatics as wellAkonyl wrote: BS/BoS are a level of degree, not the major
Bachelor of Science in Computer Science
(BoS in CS)

Also, I'm not quite Inf/CS, as I'm studying what seems to be the equivalent of what's Kirby is studying, even though it's called Informatik: Games Engineering. Yes, that's right, the German name is in English

If
,
,
,
,
,
,
or
are attached, that paragraph may not be 100% serious. Seriously.
This link provides further information.
Callid Conia Pact - Petitions - Archive








This link provides further information.
Callid Conia Pact - Petitions - Archive
-
- Community Villain
Posts: 3588
Re: Let's get programmy!
I've worked with OpenGL once, and yeah that shit sucks ass. There's a class offered here thats called interactive computer graphics that works with it, I sat in a couple times, it feels like its far too math dependent with like vectors and 2-d and 3-d transformations, rather than theory of CS. Meh. The endgame was sweet though, they made a flight simulator.Akonyl wrote: far as I know, ranger's the only non-CS person here, although Kirby's major is probably called something different because he's doin game-oriented stuff.
Also Kirby, why didn't you go from CS then to your gaming major, rather than the other way around?
lol if you want to be technical about it yeah..but im pretty much already half cs.Akonyl wrote: far as I know, ranger's the only non-CS person here, although Kirby's major is probably called something different because he's doin game-oriented stuff.

- Kirbypepe
- Wonder what I'll turn into =D
Posts: 135- Contact:
Re: Let's get programmy!
I went this way because going into game design was what I wanted first off. I just figured it would be easier to get a job in the gaming industry if I also had a CS degree. In retrospect it probably would have been better but oh well. I'm two semesters away from graduation and its not like I can change it now haha.
Howdy Everyone=]
Things are fantastic. How about for you?
Thats cool.
Wait I just realized, who am I talking to????
Things are fantastic. How about for you?
Thats cool.
Wait I just realized, who am I talking to????
-
- Community Hero
Posts: 4200
Re: Let's get programmy!
way to quote the same thing twice ranger 
and yeah, a flight sim would be pretty coo, but a ton more camerawork than what I had to end up doing for my project. My project was basically just using an L-system grammar to generate a string, use that to generate a "city" (red blocks for buildings and flat black rectangles for roads :I) and be able to walk around in it. If I had to do 3d camera work I woulda been much less enthused :V

and yeah, a flight sim would be pretty coo, but a ton more camerawork than what I had to end up doing for my project. My project was basically just using an L-system grammar to generate a string, use that to generate a "city" (red blocks for buildings and flat black rectangles for roads :I) and be able to walk around in it. If I had to do 3d camera work I woulda been much less enthused :V
-
- Community Villain
Posts: 3588
Re: Let's get programmy!
my bad yo,
I just finished a little extra cred project for one of my classes so my resume looks epick, minimization of DFAs. Shit was hard yo. 5 AM in the library.
I just finished a little extra cred project for one of my classes so my resume looks epick, minimization of DFAs. Shit was hard yo. 5 AM in the library.

- redangelran
- inlove with a mystery geek || is stalking someone
Posts: 1530
Re: Let's get programmy!
That's cool.Kirbypepe wrote:You'd be correct in that. I'm doing Game and Simulation Programming. Although after I get my degree in this, I'm going to go for the CS degree so that I round out my programming abilities.Akonyl wrote: far as I know, ranger's the only non-CS person here, although Kirby's major is probably called something different because he's doin game-oriented stuff.

"I don't mind waiting for people. Because the longer you wait, when you do meet, you'll be more happy."
-Mouri Ran
"Is a reason necessary? I don't know why you would kill someone but as for saving someone-- a logical mind isn't needed, right?"
-Kudo Shinichi
My Twitter||My MAL
-super stupid case fanatic, i'm waiting for you ♥-
-Mouri Ran
"Is a reason necessary? I don't know why you would kill someone but as for saving someone-- a logical mind isn't needed, right?"
-Kudo Shinichi
My Twitter||My MAL
-super stupid case fanatic, i'm waiting for you ♥-
- Kirbypepe
- Wonder what I'll turn into =D
Posts: 135- Contact:
Re: Let's get programmy!
Haha yeah, although while reading through the book for my Advanced Artificial Intelligence Book, its going to be a really boring class. "Artificial Intelligence A Modern Approach Third Edition" for those interested. The concepts it goes through is relevant but I don't know just doesn't fit the way I like for textbooks. We'll see I only read through Chapter 1
The other book for graphics 2 is way more interesting. "Real-Time Rendering Third Edition". If I was going to choose which field of game design I would go based on these two classes and their textbooks right now I'll be leaning towards a Graphics Programmer.
The other book for graphics 2 is way more interesting. "Real-Time Rendering Third Edition". If I was going to choose which field of game design I would go based on these two classes and their textbooks right now I'll be leaning towards a Graphics Programmer.
Howdy Everyone=]
Things are fantastic. How about for you?
Thats cool.
Wait I just realized, who am I talking to????
Things are fantastic. How about for you?
Thats cool.
Wait I just realized, who am I talking to????
-
- Community Hero
Posts: 4200
Re: Let's get programmy!
yo, AI is awesome, no hatin' on it. The only part of class I hated was they tried to get us to code in LISP, but if it's game-centric I doubt they'd do that 

- Kirbypepe
- Wonder what I'll turn into =D
Posts: 135- Contact:
Re: Let's get programmy!
Haha never said I was hating on it. As it is, when I went into game design, the one thing I wanted to do was be an AI programmer. Although graphics programming has been on my mind since I started getting into it as well. Who knows. I might do both in the end.
Howdy Everyone=]
Things are fantastic. How about for you?
Thats cool.
Wait I just realized, who am I talking to????
Things are fantastic. How about for you?
Thats cool.
Wait I just realized, who am I talking to????
-
- Community Hero
Posts: 4200
Re: Let's get programmy!
though not exactly programmy, I'm gonna post this in here because it's computery :V
http://en.wikipedia.org/wiki/Raspberry_Pi
http://www.raspberrypi.org/?page_id=8
$25 computer that runs linux, yo.
and Quake.
http://en.wikipedia.org/wiki/Raspberry_Pi
http://www.raspberrypi.org/?page_id=8
$25 computer that runs linux, yo.
and Quake.