Should I buy Purebasic !!!

Just starting out? Need help? Post your questions and find answers here.
Omadan
New User
New User
Posts: 3
Joined: Sun Apr 18, 2004 10:38 am
Location: Gibraltar

Should I buy Purebasic !!!

Post by Omadan »

Okey I would need a bit of honest advice from you purebasic coders.
I am currently using Blitz for my game design, should I move on to Purebasic ? Is pure way better than blitz coz Blitz is very good.

Anyway I'm thinking of buying Purebasic coz I downloaded the demo and has promising features. :wink:

Also what's putting me off is the fact that there is no boxed version of PureBasic, and you have to download, and I see that as been very cheap.

I apologize for posting this question here but the thing is I've sent emails to support@Purebasic and I get no answer :(

I appreciate your help.
[/url]
The_Pharao
User
User
Posts: 57
Joined: Sun Jan 04, 2004 2:11 pm

Post by The_Pharao »

yes :D

i fell in love with PB :oops:

a former visual basic coder :roll:
User avatar
GedB
Addict
Addict
Posts: 1313
Joined: Fri May 16, 2003 3:47 pm
Location: England
Contact:

Post by GedB »

Omadan,

Purebasic allows you to have very a low level of control, the type of system level stuff that is normally the domain of C programmers only.

This gives you a lot of advantages:

- Speed and size: Purebasic executable are very fast, and so tiny.
- Interacting with other code: A good example of this is the use of api functions. You can just call any of them. I don't know about blitz, but VB programmers have to litter their code with ugly declares. Even C programmers have to includes windows.h.
- Static binding: With purebasic everything is bound into your executable. You can even include and compress your graphics files with a single command. No dependancies at all, potential customer can just download your program and execute it!

The most amazing thing, however, is that PB manages to do all this and stay a simple, easy to learn basic language.
Omadan
New User
New User
Posts: 3
Joined: Sun Apr 18, 2004 10:38 am
Location: Gibraltar

Post by Omadan »

Thanks ppl for your answers.

So I'll guess I'll buy the product and start coding :D

One more thing, is there somewhere I can buy a box version of PureBasic
or the only way of buying is downloading it.

Thanks again :P
Dare2
Moderator
Moderator
Posts: 3321
Joined: Sat Dec 27, 2003 3:55 am
Location: Great Southern Land

Post by Dare2 »

Hi Omadan, and welcome to the boards.

AFAIK, the safest/best way is to download.

As I understand it this gives you all versions and all future versions free.

Whereas this does not seem to be the case with boxed versions, which also appear to be sales-restricted to certain countries or territories.

However, wait for confirmation from another poster here just in case I have it wrong.
Berikco
Administrator
Administrator
Posts: 1326
Joined: Wed Apr 23, 2003 7:57 pm
Location: Belgium
Contact:

Post by Berikco »

Don't buy it :twisted:
Kale
PureBasic Expert
PureBasic Expert
Posts: 3000
Joined: Fri Apr 25, 2003 6:03 pm
Location: Lincoln, UK
Contact:

Post by Kale »

Don't buy it
lol :twisted:
--Kale

Image
dell_jockey
Enthusiast
Enthusiast
Posts: 767
Joined: Sat Jan 24, 2004 6:56 pm

Post by dell_jockey »

Omadan,

only if your intended usage depends heavily on double floats, you might want to reconsider your options. PB at this moment in time only supports 32-bit floats.
There's a number of user libraries around that relieve the situation somewhat. Also, for PB 4.0 (in development) a number of new numeric data types (including double floats) were announced.
cheers,
dell_jockey
________
http://blog.forex-trading-ideas.com
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Post by blueznl »

yes

fred's spouse, children, maitresse and dogs need your support

(maitresses, actually, but you only have to support the blonde bimbo, the brunette has a lover on the side so she will be doing well without)

:-)

(ladies, I would bend the genders if Fred was called Freya etc. etc. etc.)

:P
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
scurrier
Enthusiast
Enthusiast
Posts: 169
Joined: Sat May 03, 2003 4:10 am

Post by scurrier »

if you are looking to do 2D games PB is as good if not better than Blits
the exe are much smaller and PB can do math functions faster than most other languages and i think it's as fast or even faster than c++.
if your looking to do 3D then you will have a little wait cause the 3D commands are still very young but getting beter all the time.
if you want to make apps then PB is the best i have ever seen, you can whip out apps in a few mins. that are tiny and fast.


even if you still want to do games in blits you can make the needed DLL's in PB that will speed up your game, and use the best from both.

at the moment blits can do 2D games very easy and the speed is good. but if you use some dll's from PB you can make a much faster game, and once the version 4 is out then PB will defently be one of the best programming languages out there.

IMHO you should buy PB from the download site you won't regret it
PB is prolly one of the best things you could buy to help you write great code


Sean
User avatar
kenmo
Addict
Addict
Posts: 2047
Joined: Tue Dec 23, 2003 3:54 am

Post by kenmo »

Yep, my philosophy is the same as scurrier's - for 2D and applications, PB is the best, but for 3D, you will probably want to have another language. But this works great for me, since I mostly do 2D and apps!
Seldon
Enthusiast
Enthusiast
Posts: 405
Joined: Fri Aug 22, 2003 7:12 am
Location: Italia

Post by Seldon »

I have (and use) both PB and Blitz+ . PB is definitely better for GUI applications, database, network, etc.. etc.. it has direct API support (Blitz has it too, but you must declare the functions by yourself) , produces small EXEs and internal command libraries are very good. For 2D games though, Blitz is still slightly faster. Anyway.. I think there is space for both on your hard-disk. :D
Fred
Administrator
Administrator
Posts: 18244
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

Seldon wrote:For 2D games though, Blitz is still slightly faster.
Prove it ! :twisted:
LarsG
Enthusiast
Enthusiast
Posts: 713
Joined: Mon Jun 02, 2003 1:06 pm
Location: Norway
Contact:

Post by LarsG »

Fred wrote:
Seldon wrote:For 2D games though, Blitz is still slightly faster.
Prove it ! :twisted:
hihihi.. Seldon got a challenge!!! :lol: 8)

AMD Athlon XP2400, 512 MB RAM, Hercules 3D Prophet 9600 256MB RAM, WinXP
PIII 800MHz, 320 MB RAM, Nvidia Riva Tnt 2 Mach 64 (32MB), WinXP + Linux
17" iMac, 1.8 GHz G5, 512 MB DDR-RAM, 80 GB HD, 64 MB Geforce FX 5200, SuperDrive, OSX
freedimension
Enthusiast
Enthusiast
Posts: 613
Joined: Tue May 06, 2003 2:50 pm
Location: Germany
Contact:

Post by freedimension »

Help preventing global warming and environmental polution: Buy the downloadable version
At least one tree will thank you for it :D
You won't regret it. The boxed versions are IMHO all older versions around 3.3 and 3.5.

Don't buy PB at all if:
- you don't like falling in love with some software
- you already fell in love with Blitz and want to be faithfull to it
Post Reply