Current best way of handling 3D with KOS?

If you have any questions on programming, this is the place to ask them, whether you're a newbie or an experienced programmer. Discussion on programming in general is also welcome. We will help you with programming homework, but we will not do your work for you! Any porting requests must be made in Developmental Ideas.
Post Reply
User avatar
bbmario
DCEmu Freak
DCEmu Freak
Posts: 88
https://www.artistsworkshop.eu/meble-kuchenne-na-wymiar-warszawa-gdzie-zamowic/
Joined: Wed Feb 05, 2014 5:58 am
Has thanked: 9 times
Been thanked: 3 times

Current best way of handling 3D with KOS?

Post by bbmario »

Is bogglez/libgl15 the most modern way of working with 3D in KOS? Should we use the included samples as base or something from the forums?
User avatar
bogglez
Moderator
Moderator
Posts: 578
Joined: Sun Apr 20, 2014 9:45 am
Has thanked: 0
Been thanked: 0

Re: Current best way of handling 3D with KOS?

Post by bogglez »

My library​ is not finished. Most importantly I did not inplement clipping to the screen plane.
Wiki & tutorials: http://dcemulation.org/?title=Development
Wiki feedback: viewtopic.php?f=29&t=103940
My libgl playground (not for production): https://bitbucket.org/bogglez/libgl15
My lxdream fork (with small fixes): https://bitbucket.org/bogglez/lxdream
User avatar
bbmario
DCEmu Freak
DCEmu Freak
Posts: 88
Joined: Wed Feb 05, 2014 5:58 am
Has thanked: 9 times
Been thanked: 3 times

Re: Current best way of handling 3D with KOS?

Post by bbmario »

What would you recommend for someone starting a small game? I'm doing a clone of flappy bird to learn more about the DC flow and also the right libs.
User avatar
bogglez
Moderator
Moderator
Posts: 578
Joined: Sun Apr 20, 2014 9:45 am
Has thanked: 0
Been thanked: 0

Re: Current best way of handling 3D with KOS?

Post by bogglez »

If it's that simple I think you shouldn't have any issues with PVR or kos libgl as seen in the samples directory.
In fact that should also work with libgl15 but that's seriously still in development so I offer no support for it.
I've also heard good things about libtsunami in the kos-ports which is a little more high level.
Wiki & tutorials: http://dcemulation.org/?title=Development
Wiki feedback: viewtopic.php?f=29&t=103940
My libgl playground (not for production): https://bitbucket.org/bogglez/libgl15
My lxdream fork (with small fixes): https://bitbucket.org/bogglez/lxdream
Post Reply