Search found 6 matches

by blitzfan
Mon May 28, 2007 11:47 am
Forum: Game Programming
Topic: 3D game engines available for PB
Replies: 26
Views: 12750

are you register ?To be able to download it is necessary to be recorded.

I've just try, and that download very well…
;)
by blitzfan
Thu May 03, 2007 5:53 pm
Forum: General Discussion
Topic: PhysX wrapper
Replies: 4
Views: 1817

The header of Physx is very impressive, it has to represent a lot of work I think.
:?
by blitzfan
Wed May 02, 2007 5:58 pm
Forum: General Discussion
Topic: PhysX wrapper
Replies: 4
Views: 1817

I do not think that there is a wrap for PB,
but the it exists for the engine Dreamotion3D and PB
(PhysX packages) advanced to 75 %, already advanced

:wink:
by blitzfan
Fri Mar 09, 2007 7:55 am
Forum: General Discussion
Topic: Convert Blitz to PB
Replies: 10
Views: 1957

The version beta2 is available in DownLoad:
Dreamotion3D -> Download -> PureBasic ->

Package for PB,
PhysX package,
and some tools...

:wink:

PS: you must register to acces all download section...
It is really a very good engine, it in version beta, but its potential is really
very important ...
by blitzfan
Thu Mar 08, 2007 7:51 am
Forum: General Discussion
Topic: Convert Blitz to PB
Replies: 10
Views: 1957

by blitzfan
Wed Mar 07, 2007 6:44 pm
Forum: General Discussion
Topic: Convert Blitz to PB
Replies: 10
Views: 1957

Automatically, I do not know program which makes it.

Personally , fan of Blitz3D, the best engine for me to convert of the code Blitz3D
is Dreamotion3D. Example:


Blitz3D code:

Graphics3D 640,480,0,3
SetBuffer BackBuffer()

mesh = CreateMesh()
surf = CreateSurface(mesh)

v0 = AddVertex (surf ...