]> O.S.I.I.S - jp/crow.git/commit
skia backend, nearly functional, save commit
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Thu, 25 Nov 2021 16:08:26 +0000 (17:08 +0100)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Thu, 25 Nov 2021 16:08:26 +0000 (17:08 +0100)
commit4cc76903d5556886f39dc35400f7ba5e9f732eb7
tree02902beb8b09326282bb3efe585143f40cc133c6
parent20de4f3f7291c59a3d22a88f6934b2aaa3f7bb8f
skia backend, nearly functional, save commit
20 files changed:
Backends/CairoBackend/src/CairoBackendBase.cs [new file with mode: 0644]
Backends/CairoBackend/src/DefaultBackend.cs
Backends/CairoBackend/src/EglBackend.cs [new file with mode: 0644]
Backends/CairoBackend/src/GLDevice.cs
Backends/CairoBackend/src/GLSurface.cs
Backends/CairoBackend/src/ImageBackend.cs
Backends/CairoBackend/src/Surface.cs
Backends/SkiaBackend/SkiaBackend.csproj [new file with mode: 0644]
Backends/SkiaBackend/src/Context.cs [new file with mode: 0644]
Backends/SkiaBackend/src/DefaultBackend.cs [new file with mode: 0644]
Backends/SkiaBackend/src/EglBackend.cs [new file with mode: 0644]
Backends/SkiaBackend/src/Region.cs [new file with mode: 0644]
Backends/SkiaBackend/src/Surface.cs [new file with mode: 0644]
Backends/SkiaBackend/src/VulkanBackend.cs [new file with mode: 0644]
Crow.sln
Crow/Crow.csproj
Crow/src/Interface.cs
Drawing2D/src/Colors.cs
Drawing2D/src/ISurface.cs
Samples/HelloWorld/main.cs