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.
Little 3D engine
-
- PureBasic Guru
- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
- StarBootics
- Addict
- Posts: 1006
- Joined: Sun Jul 07, 2013 11:35 am
- Location: Canada
Re: Little 3D engine
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
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 !
Re: Little 3D engine
Great Starbootics ! I am looking forward for your result.
- StarBootics
- Addict
- Posts: 1006
- Joined: Sun Jul 07, 2013 11:35 am
- Location: Canada
Re: Little 3D engine
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.Hadrianus wrote:Great Starbootics ! I am looking forward for your result.
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 !