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

Author Topic: SFML.Utils - extensions for SFML.Net  (Read 4627 times)

0 Members and 1 Guest are viewing this topic.

krzat

  • Full Member
  • ***
  • Posts: 107
    • View Profile
SFML.Utils - extensions for SFML.Net
« on: February 09, 2013, 10:17:52 am »
Source: https://bitbucket.org/krzat/sfml.utils

It'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
« Last Edit: February 10, 2013, 10:58:45 am by krzat »
SFML.Utils - useful extensions for SFML.Net

eyeliner

  • Newbie
  • *
  • Posts: 19
    • View Profile
Re: SFML.Utils - extensions for SFML.Net
« Reply #1 on: July 23, 2014, 12:27:22 am »
Possibly no one will read this, but I just downloaded, built and started using this. I really like the integration of this with SFML, and the Vector functions are very necessary.

This is great. Thanks. :)

krzat

  • Full Member
  • ***
  • Posts: 107
    • View Profile
Re: SFML.Utils - extensions for SFML.Net
« Reply #2 on: July 23, 2014, 09:26:38 pm »
Cool, nice to see someone beside me is using it.
SFML.Utils - useful extensions for SFML.Net

eyeliner

  • Newbie
  • *
  • Posts: 19
    • View Profile
Re: SFML.Utils - extensions for SFML.Net
« Reply #3 on: July 31, 2014, 12:06:04 am »
Could you please tell me what is the meaning of "Max fast sin error is:" message?

By some investigations of mine, seems to be related to how quickly some computations are executed. Is that something I should be aware of or is it something I can ignore?

xlar54

  • Newbie
  • *
  • Posts: 7
    • View Profile
    • Email
Re: SFML.Utils - extensions for SFML.Net
« Reply #4 on: September 03, 2014, 08:58:44 am »
SWEET.  Thanks man!

msteve

  • Newbie
  • *
  • Posts: 25
    • View Profile
    • idevlog
Re: SFML.Utils - extensions for SFML.Net
« Reply #5 on: September 03, 2014, 10:50:53 am »
thats sound very cool :) i will try it :)