Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattleibow/skiasharpfiddle
A SkiaSharp Playground
https://github.com/mattleibow/skiasharpfiddle
csharp dotnet roslyn skiasharp
Last synced: 11 days 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-30T15:03:25.000Z (11 months ago)
- Last Synced: 2024-10-20T08:54:59.783Z (24 days ago)
- Topics: csharp, dotnet, roslyn, skiasharp
- Language: C#
- Size: 247 KB
- Stars: 148
- Watchers: 12
- Forks: 29
- 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![Screenshot](screenshot.png)