Computer Webmaster Gaming Console Graphics Forum

Welcome to the Computer Webmaster Gaming Console Graphics Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

MK PitStop Main Earn $25 Earn Money Posting Extras Members Blogs Image Hosting User Pages
Go Back   Computer Webmaster Gaming Console Graphics Forum > Computer Forums > Software Programming
Register FAQ/Rules Become A V.I.P. Member Search Today's Posts Mark Forums Read

Software Programming Software programming talk, ask questions about computer software programming or help others

Google
Closed Thread
 
LinkBack Thread Tools Display Modes
Old 06-12-2007, 9:41 PM   #1
cklester
 
cklester's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Which Basic?

From what I can tell, and in order of preference, there's

Jamagic
BlitzBasic
DarkBasic

Any others worthy of contention? Any opinions on one or the other?

Thanks!


 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Advertisements
Old 06-12-2007, 9:41 PM   #2
cklester
 
cklester's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Which Basic?

"cklester" asked...

New list:

3D GameStudio
Jamagic
BlitzBasic
DarkBasic

> Any others worthy of contention? Any opinions on one or the other?



 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 06-12-2007, 9:41 PM   #3
Bob Retelle
 
Bob Retelle's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Which Basic?

On Fri, 18 Jul 2003 14:06:58 GMT, "cklester"
<cklesterSPAM@FREEyahoo.com> wrote:

>From what I can tell, and in order of preference, there's
>
> Jamagic
> BlitzBasic
> DarkBasic
>
>Any others worthy of contention? Any opinions on one or the other?
>


There are also PureBasic and IBasic.

Neither are fully optimized for game creation, although PureBasic has
a lot of Windows app creation features, and can be used with a 3D game
library like Ogre. There are some game demos in PureBasic, and the
package comes with THREE compilers, for Windows, Linux and Amiga
environments.

I really don't know much about IBasic.


Two things: First, I don't believe Jamagic qualifies as a "Basic" as
in "computer programming language".

Second, be aware that some of these languages, being developed by
relatively small developers, are involved in "politics" which can
affect the level of support you may receive. It's entirely possible
to pay full price for a boxed version of the language, only to find
it's not supported by its developer.



BobR

 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 06-12-2007, 9:41 PM   #4
T
 
T's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Which Basic?

I am also interested in which Basic people think is the best for game
development. I am mostly interested in either Blitz or Dark Basic though.

Thanks


"cklester" <cklesterSPAM@FREEyahoo.com> wrote in message
news:6aTRa.1432$4e7.1117@newssvr32.news.prodigy.co m...
> From what I can tell, and in order of preference, there's
>
> Jamagic
> BlitzBasic
> DarkBasic
>
> Any others worthy of contention? Any opinions on one or the other?
>
> Thanks!
>
>



 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 06-12-2007, 9:41 PM   #5
cklester
 
cklester's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Which Basic? (Should've Been "Which Game Creator?")

Chip & Chop, Bob Retelle, Ifman1, et. al...

I thank you for your response. I mis-titled my email :/... shoulda been,
"Which Game Creator?"

I don't care if it's "BASIC-like" or C-like... I just wanted the one that
offered the most power (without having to resort to C or C++).

So, which is the best for creating quality shareware or commercial games?


 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 06-12-2007, 9:41 PM   #6
Andy
 
Andy's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Which Basic? (Should've Been "Which Game Creator?")

> I thank you for your response. I mis-titled my email :/... shoulda been,
> "Which Game Creator?"
>
> I don't care if it's "BASIC-like" or C-like... I just wanted the one that
> offered the most power (without having to resort to C or C++).
>
> So, which is the best for creating quality shareware or commercial games?


My experience is that Blitz 3D is more expensive, but more stable and better
supported than Dark Basic Pro. Blitz 3D is Direct X 7, whereas Dark Basic
Pro is Direct X 8. The Blitz language is as 'Ifman1' said a BASIC/C hybrid,
which actually works quite well. It's easy and flexible, but does not have
the DX 8 functionality.

I am not quite sure what he means by 'DBPro is mush quicker', but I don't
really see the big difference in speed as Blitz 3D is faster at some things
and DBP is faster at others...

In the end I think the choice comes down to either DBP or B3D

http://www.blitzbasic.com
http://www.darkbasic.com




 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 06-12-2007, 9:42 PM   #7
Ifman1
 
Ifman1's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Which Basic? (Should've Been "Which Game Creator?")

What I meant by "quicker" was Dark Basic Pro is easier to pick up and make a
game. It has commands in it like camera commands that sets the camera to be
controlled by the arrow keys. One command that does that for you. You can
make a really cheap first person shooter with online multiplayer in 20 lines
of code. That is what I meant by quicker. Not the actual programs frames
per second or load times.

Sorry if my statement was confusing.

"Andy" <aaa_2500X@hotmail.com> wrote in message
news:3f29971e$0$24718$edfadb0f@dread14.news.tele.d k...
> > I thank you for your response. I mis-titled my email :/... shoulda been,
> > "Which Game Creator?"
> >
> > I don't care if it's "BASIC-like" or C-like... I just wanted the one

that
> > offered the most power (without having to resort to C or C++).
> >
> > So, which is the best for creating quality shareware or commercial

games?
>
> My experience is that Blitz 3D is more expensive, but more stable and

better
> supported than Dark Basic Pro. Blitz 3D is Direct X 7, whereas Dark Basic
> Pro is Direct X 8. The Blitz language is as 'Ifman1' said a BASIC/C

hybrid,
> which actually works quite well. It's easy and flexible, but does not have
> the DX 8 functionality.
>
> I am not quite sure what he means by 'DBPro is mush quicker', but I don't
> really see the big difference in speed as Blitz 3D is faster at some

things
> and DBP is faster at others...
>
> In the end I think the choice comes down to either DBP or B3D
>
> http://www.blitzbasic.com
> http://www.darkbasic.com
>
>
>
>



 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Featured Websites
Free Space
Free Space
Free Space Free Space
Closed Thread
Tags: ,




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Basic Question P. Tierney Graphics in general 4 06-11-2007 6:35 PM
Basic where clause ? Hugo Database 3 06-10-2007 12:24 AM


Featured Websites




All times are GMT +1. The time now is 12:45 AM.


Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.0.0
Cheap Computers
MK PitStop Copyright 2005 - 2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98