Page 1 of 2
Posted: Sat Jul 10, 2004 5:24 pm
by Guest
Those two untalented bastards: Anarki and Hyper Shadow.....
Yeah, testers are PERFECT for them. *cough* useless *cough*
Before anyone of you others on the team rooster or whatever it is that know blitz get excited, just know: I am remaking SS's game for PC, NOT YOU!
BTW I Love the rooster :D
Posted: Sat Jul 10, 2004 5:27 pm
by Guest
Those two untalented bastards: Anarki and Hyper Shadow.....
Yeah, testers are PERFECT for them. *cough* useless *cough*
Oh, yeah, and BTW I was just kidding about that.
Posted: Sat Jul 10, 2004 7:55 pm
by JS Lemming
JS Lemming: Programmer
(HTML, JavaScript, BlitzPlus)
Hey! Hey! Don't go thinking I like Blitz better then C++. I would switch full blast to C++ if only someone would make a decent 2D API for it. SDL Sucks, and I'm not ready for 3D yet.
Posted: Sat Jul 10, 2004 10:50 pm
by Falco Girgis
Hey! Hey! Don't go thinking I like Blitz better then C++. I would switch full blast to C++ if only someone would make a decent 2D API for it. SDL Sucks, and I'm not ready for 3D yet.
I don't know. You seem kinda Blitz-ish. I couldn't take one more second of that crap. I had to move on to C++. The point is that you don't
develop in C++. I'm a failure at Blitz and I'll admit it. I tried and tried but I couldn't ever do anything productive. Maybe because I learned perl and they are so different?
Anyway, I switched to C++ and I seem to be having much success.
Also, SDL does NOT suck. SDL is cool. You do know it IS 2D. And when you're done with SDL, you can easily use OpenGL from it. While I don't speak from personal experience, I've only heard good things and respect it.
Posted: Sat Jul 10, 2004 10:51 pm
by Guest
Unless I have a DAMN good teacher, I'm sticking with blitz, and C++ will just be an idolized unused language to me.
Posted: Sun Jul 11, 2004 2:53 am
by MarauderIIC
OpenGL has a 2d mode you know. Called orthographic projection.
For some tutorials on opengl (the place for opengl, really), see
http://nehe.gamedev.net.
Posted: Sun Jul 11, 2004 12:12 pm
by Peridox
I'm taking even more C++ next year, along with some COBOL. xD Cause Java is the piece of shit coding language.
Posted: Sun Jul 11, 2004 12:24 pm
by Falco Girgis
I'm taking even more C++ next year, along with some COBOL. xD Cause Java is the piece of crap coding language.
OMFG dude, Java is a piece of crap. Can I get an amen?
Posted: Sun Jul 11, 2004 1:50 pm
by JS Lemming
Also, SDL does NOT suck. SDL is cool.
You learn from experience you know. I wouldn't go round actin like you know it's cool until you've spent hours and hours tring to set it up. Let me tell you a few reasons why I say it's crap though. One, you can only get 3 key events at a time, and if you exceed 3, it will always return 0. Secondly, compared to Blitz, SDL is really slow. The only way to speed it up is to have just one buffer.... and I HATE Flickery screens!!!! So just keep that in mind.
MarauderIIC, I've heard some bad things about the orthographic projection 2D thing... Do you think I should give it a shot anyway?
Posted: Sun Jul 11, 2004 11:54 pm
by MarauderIIC
Seeing as how I haven't heard any bad things about it and it works perfectly fine when I do stuff with it, yes. But my experience with it isn't extensive. What kind of bad stuff?
Posted: Mon Jul 12, 2004 2:26 pm
by JS Lemming
I was searching some forums for 2D opengl, and they said it was a bad Idea. Something about that projection that blurs bitmaps is what one said. I don't know, maybe they where over exagerating.
You say you have some experience in it. Do you mind sending a random thing you made with it?
Posted: Mon Jul 12, 2004 3:46 pm
by Falco Girgis
I've been talking with lots of people and fellow programmers. They advised that SDL ownz. They also said that lots of what JS Lemming said wasn't true. O.o
JS Lemming, I've heard and seen too many good things that are created with SDL, not to mention it is fully compatable with Dreamcast. Whatever I make on PC and be ported to DC in small amount of time.
Not to mention, when you're ready OpenGL can be used through SDL. I am going down the SDL path. I'm getting a book for it on my birthday (July 23).
Posted: Tue Jul 13, 2004 6:48 pm
by JS Lemming
Trust me, none of what I have said about SDL is from my experience (except for the speed issue, I found that on my own). I'm only reporting what I have heard from others. Who knows, it could have been a mob of SDL haters tryin to bring in new members.
Posted: Tue Jul 13, 2004 11:14 pm
by Falco Girgis
I just bought an SDL book and I'm going to show you up. :D
The chances are that you heard that from a bunch of DirectX jerk-offs. DirectX is the windows whore. They are probably just jelous of the versitility of SDL and that they can't port their creations to anything but windows (whores). SDL is SOOOOO great. You'll see, JS Lemming, you'll see.
Oh, and good news for everybody else. I'll be porting my Dreamcast game to PC with SDL. That'll be easy. Expect every new DC or PC game to be ported to the other platform! :!!!!:
Posted: Wed Jul 14, 2004 11:02 am
by MarauderIIC
It doesn't blur bitmaps, if you use the right filtering. As for stuff I've created, not much, just a few derivatives on the tutorials and a thing that generates a 2d-platformer-like terrain from a file. Which eventually the little man will run into when I start working on the collision detection again.