|
You are here |
www.brianbondy.com | ||
| | | | |
blog.dinaburg.org
|
|
| | | | | Update: jduck pointed out that the before/after code snippets were identical. Oops. Now fixed. I'd previously given up on C++ due to ... | |
| | | | |
www.implementingquantlib.com
|
|
| | | | | Hello again. | |
| | | | |
therealmjp.github.io
|
|
| | | | | Over the past week or so I've been completely reworking my collision system in order to better decouple it from other areas of code, and also make it more flexible.One part I got stuck on for a bit was deciding on the mechanism to use for notifying owners of collision components when the component collides with something.I narrowed it down to two options: notify owners via the ICollisionOwner interface I was using OR | |
| | | | |
mpark.github.io
|
|
| | | The pitfall of eagerness of perfect forwarding. | ||