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.


Topics - Dejan Geci

Pages: [1]
1
DotNet / SFML Game Development Book - C# Port
« on: August 05, 2014, 03:06:19 pm »
Recently I decided to port the "SFML Game Development" book to C# in order to learn more about SFML. The code almost maps 1:1 with the C++ until the 7th chapter, which is where I decided to stop. It still might prove useful for someone, so here it is:

https://github.com/dejangeci/WarfareUnleashed

You will need Visual Studio 2010 Express to compile.

Cheers

2
General discussions / ConvexShape class
« on: July 23, 2014, 08:12:15 pm »
I was looking around the https://github.com/SFML/SFML.Net/pull/41 and it got me thinking...

ConvexShape class is not named properly (http://www.mathsisfun.com/definitions/convex.html). It should be named PolygonShape, since we can manually define points that create angles > 180°. Right?

Pages: [1]