SFML.Net icon indicating copy to clipboard operation
SFML.Net copied to clipboard

Official binding of SFML for .Net languages

Results 42 SFML.Net issues
Sort by recently updated
recently updated
newest added
trafficstars

I thought to create an issue to collect some of the ideas that have been floating around, that could potentially be implemented with SFML.Net 3. Feel free to add your...

Feature

# Description (This is going to be a mess.) This PR switches code style setup from `.editorconfig` + `omnisharp.json` to `.editorconfig` + `StyleCop.Analyzers` NuGet package. The main idea is to...

Hi, I just started using this library and I already loved it but it has some issues on my end: - System.DLLNotFoundException on native libraries because the NuGet package's native...

This is nowhere near ready (CSFML v3 isn't even out), but I'm making this PR to track progress and to have higher visibility on the code changes. The changes involved...

Feature

As far as I can tell, the API documentation for SFML.NET is not available online. It looks like the build process for SFML.Net will build the API documentation using the...

[Microsoft lists](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/xmldoc/) three tools for documentation generation: - DocFX - Sandcastle - doxygen Currently, we have support for Sandcastle in the `doc/` directory, but while SFHB has been updated recently,...

Feature
Docs

Currently, every call of DisplayedString does a marshalling from/to C and copying of the string data. If you update the Text instance often (e.g. FPS counter), than we're wasting a...

Feature

System: windows。 I used. net to create a win32 handle in Avalonia, then created a window using SFML and embedded it into the Avalonia form. The rendering and drawing are...

Bug

I've had numerous performance issues when getting SFML's Clipboard every frame (especially on Windows (10 FPS), on Linux it wasn't as bad (70 FPS), which may be hardware related) and...

Bug

Supersedes #263. To recap, what we want to do is: - Multitarget .NET Standard 2.0 and .NET Standard 2.1, and install System.Memory on NS2.0 to gain access to Span there...