Source:
https://bitbucket.org/krzat/sfml.utilsIt's a library with extensions to SFML.Net types + some useful for gamedev classes.
Features:
* Vector extensions: conversion, dot, projection, comparision, rotation, angle, length, direction(normalization), bounding rectangle
* Rect extensions: Bottom, Right, Position, Center, AABB from vectors, depth of intersection
* Spatial partitioning: quad tree, grid, hash
* Game class with basic game loop
* TileMap renderer
* SpriteBatch
* Texture.Update with Color[]
* Misc: measure execution time of method, assert(throws exception), conditional break
* Fast sin and cos
* Content manager