Little 3D engine

Everything else that doesn't fall into one of the other PB categories.
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Franco.

If some of you have interest in coding 3D stuff:

http://little3d.free.fr/

It uses OpenGL and SDL.
It's free and GPL (source code included)

I don't know much about the difference about 'LIB' lib's and 'ARCH' lib's but maybe this engine could be compiled as a PureBasic lib ...

The demos are looking promising.

Negative: documentation is in french...

Maybe it's good learning stuff (the code) for OpenGL.

Have a nice day...
Franco

Sometimes you have to go a lonely way to accomplish genius things.
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by fred.
Originally posted by Franco
[
Negative: documentation is in french...
Nice :)

Fred - AlphaSND
User avatar
StarBootics
Addict
Addict
Posts: 1006
Joined: Sun Jul 07, 2013 11:35 am
Location: Canada

Re: Little 3D engine

Post by StarBootics »

Hello everyone,

First I apologize to re-up this old topic but apparently http://little3d.free.fr/ website is down but for those who would like to have the source code of Little3D engine I have uploaded it on my Dropbox account.
https://www.dropbox.com/s/dp1mz984vf74s ... 1.zip?dl=0

By the way, I'm on the verge to re-write this little engine directly in PureBasic : One Class = One Module

As soon as I have it working in PB I will start to improve it. Let me know if you are interested.

Best regards
StarBootics
The Stone Age did not end due to a shortage of stones !
Hadrianus
User
User
Posts: 34
Joined: Wed Mar 27, 2013 11:31 pm

Re: Little 3D engine

Post by Hadrianus »

Great Starbootics ! I am looking forward for your result.
User avatar
StarBootics
Addict
Addict
Posts: 1006
Joined: Sun Jul 07, 2013 11:35 am
Location: Canada

Re: Little 3D engine

Post by StarBootics »

Hadrianus wrote:Great Starbootics ! I am looking forward for your result.
Translating the code from C++ to PureBasic is relatively easy. Making it to work it's a different story, some parts need to be re-write from the scratch, the mesh rendering specially.
A lot of work in perspective. It's more a source of inspiration than anything else.

Best regards
StarBootics
The Stone Age did not end due to a shortage of stones !
Post Reply