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

Author Topic: vee's SFML.NET game development blog  (Read 2002 times)

0 Members and 1 Guest are viewing this topic.

SuperV1234

  • SFML Team
  • Full Member
  • *****
  • Posts: 188
    • View Profile
vee's SFML.NET game development blog
« on: August 14, 2012, 02:51:11 am »
Hello SFML community,

I just started a new blog where I share my experiences as a novice game developer.

My first article is about the creation of a physics engine, how my initial project failed, how the engine worked, and how I managed to salvage it and create something useful.

I wrote this article for every starting game developer out there - it deals with technical problems in collision detection, and design problems such as "reinventing the wheel".

It would be amazing if you give it a chance, as this is my very first article, and if you find it interesting I will definitely write more.

http://veegamedev.wordpress.com/2012/08/14/getting-2d-collisions-right-part-one/



I've already started writing the sequel to this article, which will be much more technical and describe how the engine I'm currently using works.

Thank you for your time, hope you find it interesting!

---

I've finished writing the second part!
http://veegamedev.wordpress.com/2012/08/14/getting-2d-collisions-right-part-two/

It explains how collision detection and resolution is done in my simple 2d collision engine. It is full of code and easy-to-understand diagrams, along with some .gifs of my older projects.

It also contains links to my GitHub page, where all the source code is freely available.

Check it out! :D
« Last Edit: August 14, 2012, 03:37:38 pm by SuperV1234 »

 

anything