PureBasic 3.94d for MacOS X released

Developed or developing a new product in PureBasic? Tell the world about it.
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

PureBasic 3.94d for MacOS X released

Post by Fred »

Hi folks,

We are pleased to announce the immediate availability of PureBasic for OS X (doesn't it sounds like a PR speak ? :wink:). Well, it's here and seems to be stable enough for a first public release. The standalone and console debugger works as expected, and we have deactivated (for now) the integrated debugger, because of some stability issues. We have added icon support and many little bugs fixes since the last beta. Grab it while it's hot and don't hesitate to spread the word !

Enjoy,

The Fantaisie Software Team.
Last edited by Fred on Thu Jan 26, 2006 5:28 pm, edited 1 time in total.
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Post by Polo »

Thanks !!
So now the work is fully orientated to PB4.0 8)
Shannara
Addict
Addict
Posts: 1808
Joined: Thu Oct 30, 2003 11:19 pm
Location: Emerald Cove, Unformed

Post by Shannara »

Hell yeah, thanks for the OSX stable version, this is sweet! Can't wait for the same features across the board in 4.0!
Nik
Addict
Addict
Posts: 1017
Joined: Fri May 13, 2005 11:45 pm
Location: Germany
Contact:

Post by Nik »

Mac OS X is well known for having the most beatuifull GUI on the Planet. And Purebasic now is part of it. I haven´t got the money for a Mac yet so how about a screenshot of the PB IDE running on Tiger. With some translucency and whatever looks nice :lol:
Kale
PureBasic Expert
PureBasic Expert
Posts: 3000
Joined: Fri Apr 25, 2003 6:03 pm
Location: Lincoln, UK
Contact:

Post by Kale »

Here is a screenshot showing PureBasic running on Mac OS 10.4 (Tiger) on my Mac @ work. Here i'm just showing off a small utility i wrote for work to help us artists work out the stretch factor of rubber printing plates. :wink:

This progam is completely cross platform (No OS specific code) and is being executed using the 'Standalone Debugger'.


Image

Click the screenshot for a larger version.
--Kale

Image
KameHameHaaa
User
User
Posts: 19
Joined: Wed Oct 05, 2005 2:44 pm

Post by KameHameHaaa »

Is your utility cross compatible too?
I'm just wondering if it's really so easy to build something cross compatible
User avatar
GeoTrail
Addict
Addict
Posts: 2794
Joined: Fri Feb 13, 2004 12:45 am
Location: Bergen, Norway
Contact:

Post by GeoTrail »

KameHameHaaa wrote:Is your utility cross compatible too?
I'm just wondering if it's really so easy to build something cross compatible
It is easy aslong as you don't use alot if different libs made by others. And offcourse you need to plan ahead before you start the work. And also keep in mind as you code...
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
Kale
PureBasic Expert
PureBasic Expert
Posts: 3000
Joined: Fri Apr 25, 2003 6:03 pm
Location: Lincoln, UK
Contact:

Post by Kale »

Kale wrote:This progam is completely cross platform...
Its easy to write cross platform code, just use native libraries which support all target machines (check the lib reference for this).

Heres me gushing about my experiences with the Mac OS version:

viewtopic.php?p=97655
:)
--Kale

Image
dracflamloc
Addict
Addict
Posts: 1648
Joined: Mon Sep 20, 2004 3:52 pm
Contact:

Post by dracflamloc »

Yes like said before, crossplatform can be easy if you plan your software ahead of time, with what features and commands you will use, etc. Some features arent functional or have bugs in different OS versions and I think thats something fred will work on for pb 4.0

Just curious, does this macosx release have a Sprite3d lib?
J-The-Grey
User
User
Posts: 21
Joined: Fri Apr 25, 2003 6:16 pm
Location: Germany

Post by J-The-Grey »

Which bugs have been fixed since Beta 7?

I can't find a code that didn't work with Beta 7 and now works with 3.94 final!
iMac CoreDuo, MacBook C2D, OSX 10.5.5
PureBasic owner since V1.0 for Amiga
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

Kale: thanks for the nice screenshot :)

drac: yes, Sprite3D lib is supported

J-The-Grey: there was many little things fixed (treegadget, buttonimagegadget, network crash, etc..), which code doesn't work ?
dracflamloc
Addict
Addict
Posts: 1648
Joined: Mon Sep 20, 2004 3:52 pm
Contact:

Post by dracflamloc »

So when is the linux Sprite3d lib coming? Not to be pushy or anything. I just find it weird how it was implemented in this first.
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

It was implemented in OS X before linux because of some SDL limitation (you can't mix regular sprite command with opengl).
Shannara
Addict
Addict
Posts: 1808
Joined: Thu Oct 30, 2003 11:19 pm
Location: Emerald Cove, Unformed

Post by Shannara »

See? Fred is on the ball! Because of that sprite3d comment for macosx, I can now safely purchase a mac mini :) All, thanks to Fred .. cheers!
dracflamloc
Addict
Addict
Posts: 1648
Joined: Mon Sep 20, 2004 3:52 pm
Contact:

Post by dracflamloc »

Fred wrote:It was implemented in OS X before linux because of some SDL limitation (you can't mix regular sprite command with opengl).
Couldn't regular sprite commands be implemented using an OpenGL surface in SDL?
Post Reply