Cheap object collision

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

Cheap object collision

Post by bbmario »

I've been trying to get a basic physics engine to work on DC, but without luck since most of them are C++. Does anyone know a simple C physics library, or some way to do fast object collision?
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: Cheap object collision

Post by bbmario »

User avatar
RyoDC
Mental DCEmu
Mental DCEmu
Posts: 366
Joined: Wed Mar 30, 2011 12:13 pm
Has thanked: 2 times
Been thanked: 0

Re: Cheap object collision

Post by RyoDC »

Why can't you use C++ library?

The simplest way to do collisions is AABB boxes, you don't even need collision engine for that.
How do I try to build a Dreamcast toolchain:
Image
Post Reply