Skip to content

jsuarezruiz/Microcharts.GTK.Samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages