Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)