https://github.com/mattleibow/skiasharpfiddle
A SkiaSharp Playground
https://github.com/mattleibow/skiasharpfiddle
csharp dotnet roslyn skiasharp
Last synced: about 2 months ago
JSON representation
A SkiaSharp Playground
- Host: GitHub
- URL: https://github.com/mattleibow/skiasharpfiddle
- Owner: mattleibow
- License: mit
- Created: 2019-01-13T21:39:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-30T15:03:25.000Z (almost 2 years ago)
- Last Synced: 2025-08-19T16:09:43.628Z (about 2 months ago)
- Topics: csharp, dotnet, roslyn, skiasharp
- Language: C#
- Size: 247 KB
- Stars: 149
- Watchers: 11
- Forks: 30
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SkiaSharp Fiddle
A SkiaSharp playground - just like https://fiddle.skia.org, but for your own machine!
This little app is made using some really awesome open source libraries:
- [SkiaSharp](https://github.com/mono/SkiaSharp) as the drawing library
- [AvalonEdit](https://github.com/icsharpcode/AvalonEdit) as the code editor
- [Roslyn .NET Compiler](https://github.com/dotnet/roslyn) as the code compiler
- [Windows Presentation Foundation (WPF)](https://github.com/dotnet/wpf) as the UI framework