1
DotNet / Re: SFML.NET Proposed Changes
« on: June 17, 2014, 06:00:15 am »
I'm happy to see this port being pushed forward.
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.
Wonder if this was ever ported to C#? If so it would be nice to use.I thought about that. Started to make the port, but ran in some doubts about the C++ behaviour of certain methods.
The only thing I can think of is that since SFML doesn't provide its own GetHashCode() the CLR is doing something weird when it is providing a default GetHashCode().Is there something I can do about it, maybe a temporary fix?
You should write a complete and minimal example that shows the problem.https://www.dropbox.com/s/6nifvwb5gr727k5/TestingGame.zip
Well, don't worry about that.using System.Threading.Tasks;If you are using anything from this namespace (you aren't using it in the example) it means you are using threads and as eXpl0it3r said, SFML is not thread safe.
On a side note, I don't know what kind of time measuring that is, but if you want SFML style Time and Clock classes you can take a look at NetEXT (see my signature)Sure! I can even help you on documenting it.
could you elaborate more on the *.tmx format that you use.
do a native port of 'Tiled' directly in C#