jsuarezruiz / Microcharts.GTK.Samples

Microcharts GTK Samples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Microcharts GTK Samples

Microcharts is an extremely simple charting library for a wide range of platforms (see Compatibility section below), with shared code and rendering for all of them!. Created by Aloïs Deniel and using SkiaSharp.

In this repository we created a small sample to test Microcharts with Xamarin.Forms GTK backend (Linux).

Microcharts

To run SkiaSharp on a Mono application on Linux:

wget https://github.com/mono/SkiaSharp/releases/download/v1.60.2/libSkiaSharp.so
sudo mkdir /usr/lib/cli/skiasharp
sudo cp ./libSkiaSharp.so /usr/lib/cli/skiasharp/
sudo nano /etc/mono/config

Copyright and license

Code released under the MIT license.

About

Microcharts GTK Samples


Languages

Language:C# 100.0%