ultraviolet icon indicating copy to clipboard operation
ultraviolet copied to clipboard

The Ultraviolet Framework is a .NET game development framework written in C#.

Results 4 ultraviolet issues
Sort by recently updated
recently updated
newest added

I've been trying to rotate a font loaded as a opentype font through the freetype plugin. ``` context.DrawString(drawFont, playerName, new Vector2(100, 100 ), Color.White,(float)Math.PI/2,new Vector2(0,0 ),1f,SpriteEffects.None,100f); ``` Produces a very...

SIMD Is fairly new with the System.Runtime.Intrinsics corefx library, but, could we use the new hardware vectors for SIMD operations on hardware that support it with the dotnet core CLR....

- Removed NETCORE 2 Let me know if this is of interest.

https://github.com/libsdl-org/SDL/blob/main/docs/README-migration.md