Page 1 of 1

Posted: Wed Sep 04, 2002 5:51 pm
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.

Posted: Thu Sep 05, 2002 7:23 am
by BackupUser
Restored from previous forum. Originally posted by fred.
Originally posted by Franco
[
Negative: documentation is in french...
Nice :)

Fred - AlphaSND

Re: Little 3D engine

Posted: Fri Jun 03, 2016 2:44 pm
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

Re: Little 3D engine

Posted: Sat Jun 04, 2016 11:51 pm
by Hadrianus
Great Starbootics ! I am looking forward for your result.

Re: Little 3D engine

Posted: Sun Jun 05, 2016 4:43 am
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