Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

View Poll Results: Did you start with GScript
Omg yes! 22 64.71%
Ugh, no. 12 35.29%
Voters: 34. You may not vote on this poll

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 05-15-2008, 11:43 AM
Robin Robin is offline
The secret of NIMH
Robin's Avatar
Join Date: Apr 2005
Location: Wales, UK
Posts: 515
Robin will become famous soon enough
Send a message via AIM to Robin
Did you start with GScript?

I was having a discussion with Tig the other day. We both encountered and made an effort to learn GScript. It was in essence the thing that we "started with" and created our love for programming in all forms. Once we learnt GScript, other programming languages came very easily.

So I ask this question to everyone else. Was Gscript your "first" language?
__________________

Reply With Quote
  #2  
Old 05-15-2008, 11:51 AM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
Yup. It taught me the basics of programming that has helped me skip the intermediates of most other languages and jump right into the complicated stuff.

Sadly though, my only other attempts at programming was C++, and that was too intimidating for me, and I hated the fact that I couldn't jump right into graphical stuff. I lost patience with it and forgot about it.

I've been wanting to get into programming for a while but never tried hard enough to learn/gather the resources. I heard original Graal was written in Delphi, so I've wanted to try that but I don't think I've found any free compilers for it or anything.
Reply With Quote
  #3  
Old 05-15-2008, 11:56 AM
Robin Robin is offline
The secret of NIMH
Robin's Avatar
Join Date: Apr 2005
Location: Wales, UK
Posts: 515
Robin will become famous soon enough
Send a message via AIM to Robin
Quote:
Originally Posted by DustyPorViva View Post
Yup. It taught me the basics of programming that has helped me skip the intermediates of most other languages and jump right into the complicated stuff.

Sadly though, my only other attempts at programming was C++, and that was too intimidating for me, and I hated the fact that I couldn't jump right into graphical stuff. I lost patience with it and forgot about it.

I've been wanting to get into programming for a while but never tried hard enough to learn/gather the resources. I heard original Graal was written in Delphi, so I've wanted to try that but I don't think I've found any free compilers for it or anything.
Yeah Delphi is not free, but you have the same problem, you can't dive directly into graphics programming like you can with gscript, and that has been a reason why I disliked alot of packages.

One day I decided to learn DirectX programming in Visual Basic 6, and after about six months I had discovered I had remade Graal x-x (Tiling engine, NPCs, it could even open and load .NW levels, Although it ran at 60fps on a very cruddy computer, none of this 20fps lark :O)

Infact I'd say the closest thing to GScript in terms of direct graphics processing is Flash :O
__________________

Reply With Quote
  #4  
Old 05-15-2008, 12:00 PM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
I don't want to do Java or Flash. Ever.
Reply With Quote
  #5  
Old 05-15-2008, 12:18 PM
Twinny Twinny is offline
My empire of dirt
Twinny's Avatar
Join Date: Mar 2006
Location: Australia
Posts: 2,422
Twinny is just really niceTwinny is just really nice
Send a message via AIM to Twinny
Gscript for me too
Reply With Quote
  #6  
Old 05-15-2008, 12:20 PM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
Oh, and Robin, you have to share that remade Graal with me :P
Reply With Quote
  #7  
Old 05-15-2008, 02:06 PM
Robin Robin is offline
The secret of NIMH
Robin's Avatar
Join Date: Apr 2005
Location: Wales, UK
Posts: 515
Robin will become famous soon enough
Send a message via AIM to Robin
Quote:
Originally Posted by DustyPorViva View Post
Oh, and Robin, you have to share that remade Graal with me :P
Visual Basic 6 based on DirectDraw 7 and instead of gscript, VBScript.

I posted my tiling engine on planetsourcecode and of course, the tileset was from FTO, because I didn't fancy getting in trouble with Graal :P

You sure?
__________________

Reply With Quote
  #8  
Old 05-15-2008, 01:23 PM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
It was the first for me as well. Since, I've only bothered to learn PHP, XML and Lua, and I'm not really an expert on any of those.
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote
  #9  
Old 05-15-2008, 01:46 PM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
I started with GScript. I found it really easy to get into programming this way, and now I'm also into PHP and Lua (coding AddOns @ WoW).
GScript made me love programming, yesh <3
Reply With Quote
  #10  
Old 05-15-2008, 02:10 PM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
Heh, the 60fps sounds nice, and you say it runs fast on slow machines(I have a very old one)? I'd love to try it out.

60fps... does that mean you have timeouts under 0.05? :o
Reply With Quote
  #11  
Old 05-15-2008, 02:39 PM
Robin Robin is offline
The secret of NIMH
Robin's Avatar
Join Date: Apr 2005
Location: Wales, UK
Posts: 515
Robin will become famous soon enough
Send a message via AIM to Robin
Quote:
Originally Posted by DustyPorViva View Post
Heh, the 60fps sounds nice, and you say it runs fast on slow machines(I have a very old one)? I'd love to try it out.

60fps... does that mean you have timeouts under 0.05? :o
Well I didn't have timeouts per sé. I had everything event driven. I don't really feel like getting out my old hard drive, and I don't own VB6 anymore, but I'd really love to try and rebuild it possibly using SDL.

I guess you could say the timeouts were every millisecond? Although I did recode everything to use frame based movement that were every ten milliseconds, which would make the timeout 0.01 seconds.

The frames per second were ranging from 200-60 wildly so I capped it at 60. The computer I made it on was a pentium 2, with geforce 2 mx 440 graphic card (with 8mb of graphics memory!)
__________________

Reply With Quote
  #12  
Old 05-15-2008, 02:47 PM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
Funny, that's about the same machine I'm running right now :P
I think that's always something that stomped me while trying to learn how to code games in other languages. Mostly everything in Graal is done via timeouts... I never really figured out how to apply the same logic in other languages.
Reply With Quote
  #13  
Old 05-15-2008, 03:24 PM
Robin Robin is offline
The secret of NIMH
Robin's Avatar
Join Date: Apr 2005
Location: Wales, UK
Posts: 515
Robin will become famous soon enough
Send a message via AIM to Robin
When you think about it, most games go like this:

Initialize
Main loop
Process input
Display output
End loop

You're not really doing much different with timeouts.
__________________

Reply With Quote
  #14  
Old 05-15-2008, 05:58 PM
Tigairius Tigairius is offline
The Cat
Tigairius's Avatar
Join Date: Jan 2007
Location: Missouri, USA
Posts: 4,240
Tigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant future
I would never have learned Gscript2 if I hadn't learned Gscript, and I would never have explored several other languages if I hadn't known Gscript2. Gscript and Graal has formed my entire life since I was 10, literally, and I wouldn't have it any other way. Thank you Stefan and unixmad.
__________________


“Shoot for the moon. Even if you miss, you'll land among the stars.”
Reply With Quote
  #15  
Old 05-15-2008, 07:19 PM
Dan Dan is offline
Daniel
Join Date: Oct 2007
Posts: 383
Dan is an unknown quantity at this point
Send a message via MSN to Dan
Quote:
Originally Posted by Tigairius View Post
I would never have learned Gscript2 if I hadn't learned Gscript, and I would never have explored several other languages if I hadn't known Gscript2. Gscript and Graal has formed my entire life since I was 10, literally, and I wouldn't have it any other way. Thank you Stefan and unixmad.
Very well said. Same goes for me here.
__________________
Reply With Quote
  #16  
Old 05-15-2008, 10:22 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Gscript did not start my programming experience; I knew BASIC and then Java before it; however Graal did help create my love for programming.
__________________
Reply With Quote
  #17  
Old 05-15-2008, 10:37 PM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
GScript was the beginning for me, and I now have interests in C++ and C# and a future in programming.

By the way, nice delete reason @ Skyld.

If you want to jump right into graphical stuff in C++ then check out SDL. And there is also SDL.NET for C#.
__________________
Reply With Quote
  #18  
Old 05-15-2008, 10:39 PM
Tigairius Tigairius is offline
The Cat
Tigairius's Avatar
Join Date: Jan 2007
Location: Missouri, USA
Posts: 4,240
Tigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant future
Quote:
Originally Posted by Inverness View Post
By the way, nice delete reason @ Skyld.
Yeah, if you saw what "s"he posted you'd know why ... it was pretty ridiculous.
__________________


“Shoot for the moon. Even if you miss, you'll land among the stars.”
Reply With Quote
  #19  
Old 05-15-2008, 10:46 PM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
Quote:
Originally Posted by Tigairius View Post
Yeah, if you saw what "s"he posted you'd know why ... it was pretty ridiculous.
I think it would be nice if there was a feature where you could collapse posts like how you would in a Tree View; it would be the step short of deletion. And the mods could make certain posts collapsed by default and marked as offensive or off-topic or so, that way you could still read if you're interested.
__________________
Reply With Quote
  #20  
Old 05-15-2008, 11:17 PM
Tigairius Tigairius is offline
The Cat
Tigairius's Avatar
Join Date: Jan 2007
Location: Missouri, USA
Posts: 4,240
Tigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant future
Quote:
Originally Posted by Inverness View Post
I think it would be nice if there was a feature where you could collapse posts like how you would in a Tree View; it would be the step short of deletion. And the mods could make certain posts collapsed by default and marked as offensive or off-topic or so, that way you could still read if you're interested.
I agree, mods and admins can already do that with a deleted post, regular members can't though.
__________________


“Shoot for the moon. Even if you miss, you'll land among the stars.”
Reply With Quote
  #21  
Old 05-15-2008, 11:24 PM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
Quote:
Originally Posted by Tigairius View Post
Yeah, if you saw what "s"he posted you'd know why ... it was pretty ridiculous.
PM me it please :P
Reply With Quote
  #22  
Old 05-16-2008, 12:52 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by DustyPorViva View Post
PM me it please :P
Me too, I'd like to see what could be so bad Skyld wants them to get the hell off his forum.
__________________
Reply With Quote
  #23  
Old 05-16-2008, 01:21 AM
Robin Robin is offline
The secret of NIMH
Robin's Avatar
Join Date: Apr 2005
Location: Wales, UK
Posts: 515
Robin will become famous soon enough
Send a message via AIM to Robin
Quote:
Originally Posted by cbk1994 View Post
Me too, I'd like to see what could be so bad Skyld wants them to get the hell off his forum.
I know what he said.

It wasn't that bad but it was very trolly.

Why are you never online Chris?
__________________

Reply With Quote
  #24  
Old 05-16-2008, 03:59 AM
Stryke Stryke is offline
Scripter
Join Date: Apr 2008
Posts: 157
Stryke is an unknown quantity at this point
My first programming language was Game Maker. Helped me heaps in learning GS2.
Reply With Quote
  #25  
Old 05-16-2008, 04:02 AM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
Game maker was horrible. Of course, last time I tried it was before it had any sort of language. Everything had to be done via object interactions and a crappy GUI system.
Reply With Quote
  #26  
Old 05-16-2008, 05:44 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by DustyPorViva View Post
Game maker was horrible. Of course, last time I tried it was before it had any sort of language. Everything had to be done via object interactions and a crappy GUI system.
It was pretty fun to be able to make my own little games when I was seven or eight, but I agree it sucks for anything above the element of fun with a friend.
__________________
Reply With Quote
  #27  
Old 05-16-2008, 04:13 AM
Rapidwolve24 Rapidwolve24 is offline
North*
Join Date: Oct 2007
Location: Massachusetts
Posts: 178
Rapidwolve24 is on a distinguished road
Send a message via AIM to Rapidwolve24 Send a message via MSN to Rapidwolve24
Started with GScript. After that HTML, PHP, JavaScript. Now I am working on a game in C++. GScript made it much easier for me to learn these other languages quickly and its a great place to start.

Attached is a application I began programming with C++ a couple weeks ago.

At the moment the program has the following features:
  • [Custom]Has its own file format for resources (.ocr: levels, meshes, worlds)
  • [DirectX]Draws graphics (text, mesh files, images)
  • [WinSock]Connects to a server (only connects)
  • [DirectX]Reads input from devices (mouse, keyboard)
Attached Thumbnails
Click image for larger version

Name:	oakdalecity.JPG
Views:	178
Size:	98.2 KB
ID:	44632  

Last edited by Rapidwolve24; 05-16-2008 at 04:26 AM..
Reply With Quote
  #28  
Old 05-16-2008, 05:39 AM
Twinny Twinny is offline
My empire of dirt
Twinny's Avatar
Join Date: Mar 2006
Location: Australia
Posts: 2,422
Twinny is just really niceTwinny is just really nice
Send a message via AIM to Twinny
Quote:
Originally Posted by Rapidwolve24 View Post
Started with GScript. After that HTML, PHP, JavaScript. Now I am working on a game in C++. GScript made it much easier for me to learn these other languages quickly and its a great place to start.

Attached is a application I began programming with C++ a couple weeks ago.

At the moment the program has the following features:
  • [Custom]Has its own file format for resources (.ocr: levels, meshes, worlds)
  • [DirectX]Draws graphics (text, mesh files, images)
  • [WinSock]Connects to a server (only connects)
  • [DirectX]Reads input from devices (mouse, keyboard)
"Oakdale City - a place for graalians" ...... I sense an allmighty smack down approaching, Phil.
Reply With Quote
  #29  
Old 05-16-2008, 09:50 AM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
Quote:
Originally Posted by Rapidwolve24 View Post
Started with GScript. After that HTML, PHP, JavaScript. Now I am working on a game in C++. GScript made it much easier for me to learn these other languages quickly and its a great place to start.

Attached is a application I began programming with C++ a couple weeks ago.

At the moment the program has the following features:
  • [Custom]Has its own file format for resources (.ocr: levels, meshes, worlds)
  • [DirectX]Draws graphics (text, mesh files, images)
  • [WinSock]Connects to a server (only connects)
  • [DirectX]Reads input from devices (mouse, keyboard)
I don't think using C++ and DirectX itself is a good idea unless you're creating a high-level 3D gaming engine. You're probably better off using SDL in place of DirectX (SDL uses DirectX to render or can be set to work alongside OpenGL).

I would use C# and SDL.NET if I wanted to make a game.
__________________
Reply With Quote
  #30  
Old 05-16-2008, 01:44 PM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
The most recent version of Game Maker is actually pretty advanced and can even load custom DLLs ;o
Reply With Quote
  #31  
Old 05-17-2008, 10:38 PM
Rapidwolve24 Rapidwolve24 is offline
North*
Join Date: Oct 2007
Location: Massachusetts
Posts: 178
Rapidwolve24 is on a distinguished road
Send a message via AIM to Rapidwolve24 Send a message via MSN to Rapidwolve24
Quote:
Originally Posted by Inverness View Post
I don't think using C++ and DirectX itself is a good idea unless you're creating a high-level 3D gaming engine. You're probably better off using SDL in place of DirectX (SDL uses DirectX to render or can be set to work alongside OpenGL).

I would use C# and SDL.NET if I wanted to make a game.
C# isn't powerful, and SDL is cheating in my eyes.
Reply With Quote
  #32  
Old 05-17-2008, 10:51 PM
Robin Robin is offline
The secret of NIMH
Robin's Avatar
Join Date: Apr 2005
Location: Wales, UK
Posts: 515
Robin will become famous soon enough
Send a message via AIM to Robin
Quote:
Originally Posted by Rapidwolve24 View Post
C# isn't powerful, and SDL is cheating in my eyes.
How so is SDL cheating if it allows rapid application development?
__________________

Reply With Quote
  #33  
Old 05-17-2008, 11:09 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by Robin View Post
How so is SDL cheating if it allows rapid application development?
Exactly. It's a helping tool, in a way.

I think that every programming language is cheating; people need to build their own programming languages, it's cheating to use someone else's.
__________________
Reply With Quote
  #34  
Old 05-16-2008, 05:59 AM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
It was great for things like racing games/platformers... otherwise it was terrible. Even when I was 8 or so I realized this. I think it was the complete lack of any tile support, which made it hard to build anything without using tons of objects.
Reply With Quote
  #35  
Old 05-16-2008, 06:01 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
I'm just saying that it was fun to make some suckish games quickly ... I recall making a game on Sonic with a friend, we had like 6 crappy games you could download.
__________________
Reply With Quote
  #36  
Old 06-11-2008, 01:26 AM
bscharff bscharff is offline
Bloo
bscharff's Avatar
Join Date: Sep 2006
Location: San Antonio, Texas
Posts: 185
bscharff has a little shameless behaviour in the past
Send a message via AIM to bscharff Send a message via MSN to bscharff Send a message via Yahoo to bscharff
PHP while scripting Housekeeping for Habbo Hotel Retros.
Saw GS1 and the many similarities - then GS2, etc.
__________________
Trying to be nice now...
Reply With Quote
  #37  
Old 06-11-2008, 02:16 AM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
I started with Pascal No Graalscript back then
Reply With Quote
  #38  
Old 06-11-2008, 11:44 PM
Frankie Frankie is offline
xChugxLifex
Frankie's Avatar
Join Date: Feb 2008
Location: New York
Posts: 1,610
Frankie is a jewel in the roughFrankie is a jewel in the rough
Send a message via AIM to Frankie Send a message via MSN to Frankie
a few years ago I was into mIRC and stuff. people made a lot of neat stuff with coding on there and I got into it. after doing it for about 4 years, I got really good at it. I know it's not anything like c++ or any other programming language, but you could make a lotttt of neat stuff with it and it did get me into programming. when I started Graal and found out that you could code your own things, I was interested. at first, with normal gscript, I wasn't too good. when gs2 came out I got into it much more and I know a lot now.
__________________
*Sum41Freeeeek
*Frankie
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 03:35 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.