SFML community forums

Bindings - other languages => DotNet => Topic started by: Rob92 on April 21, 2016, 09:21:33 am

Title: Multi-threaded rendering SFML .net
Post by: Rob92 on April 21, 2016, 09:21:33 am
Hello,

I want to create a loading screen with SFML .NET.
I read this:

http://www.sfml-dev.org/tutorials/2.0/graphics-draw.php

but there's no sfml thread in C# version of SFML.
or do I need to add some another module to my project?
Title: Re: Multi-threaded rendering SFML .net
Post by: Laurent on April 21, 2016, 09:30:21 am
Quote
but there's no sfml thread in C# version of SFML.
C# has native threads.
Title: Re: Multi-threaded rendering SFML .net
Post by: Rob92 on April 21, 2016, 10:15:15 am
Oh ok, I thought the sfml thread did some specific sfml work under the hood as well.
I'm not very experienced with threads  ::)
Title: Re: Multi-threaded rendering SFML .net
Post by: mkalex777 on May 12, 2016, 02:07:19 am
Quote
but there's no sfml thread in C# version of SFML.
C# has native threads.

actually it has managed thread. Managed thread != native thread, but it provides all functionality which is needed
Title: Re: Multi-threaded rendering SFML .net
Post by: Laurent on May 12, 2016, 06:25:45 am
Don't play with words... by "native" I mean that it has them built-in.