Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - fredreichbier

Pages: [1]
1
Graphics / Fast collision detection ideas
« on: July 21, 2008, 07:15:50 pm »
Hello,

first, many thanks for your interesting answers.
I think I will pick up the hashmap idea for now; seems to be easy and effective - later I'll try to make it with a quadtree.

A 'problem' with physics engines is that I'm using DSFML, so I can only use already ported engines or engines that are written in C.

Could I use chipmunk for this, too?

Edit: My project is 2d-only, right :)

2
Graphics / Finding true Draw procedure/code for an OOP
« on: July 21, 2008, 03:53:30 pm »
Could you give us some code?

3
Graphics / Fast collision detection ideas
« on: July 21, 2008, 03:30:48 pm »
Hello!

I need collision detection, but I have many many sprites (some in the view, but more outside of it), and checking whether one sprite collides with any of others would take ... uhm ... a very long time (right?). Do you have any ideas how to detect collisions more fast?

I was thinking about only checking the sprites which are displayed in the view. Is there an easy way to get them (fast)? Or do you have a completely different idea?

Cheers,

Fred

4
D / DSFML (a port to the D language)
« on: July 21, 2008, 03:13:36 pm »
Hello,

as far i remember it was the pong example. I used the DSFML 1.3 version provided on the sfml download page.
I can give you more information once I am back home again ;)

Greetings,

Fred

5
D / DSFML (a port to the D language)
« on: July 19, 2008, 05:18:04 pm »
Hello!

just wanted to say thanks for the binding. Great work! :)

I had to to dsss build -L-lopenal to compile the samples - is that normal?

6
D / DSFML (a port to the D language)
« on: April 15, 2008, 10:46:55 am »
Me too. SFML is a nice library and D is a nice language ;)

Pages: [1]