Vala Programming

Thread Starter

joeyd999

Joined Jun 6, 2011
5,432
Has anyone here done any Vala programming for Gnome?

Specifically, I wish to replicate my old DOS code, circa 1994, as a Gnome application:

https://forum.allaboutcircuits.com/...owering-ones-expectations.190219/post-1801581

I'd like to use this library:

https://github.com/lcallarec/live-chart

I've compiled and run the examples (as per the readme). The charts are gorgeous and have all the features I need (and desire!). But, for the life of me I can't figure out how to incorporate the library into a separate project.

I know it's probably easy, but I'm old and lazy and figured I check here first before I exhausted myself trying to figure it out.
 
Last edited:

ApacheKid

Joined Jan 12, 2015
1,716
Has anyone here done any Vala programming for Gnome?

Specifically, I wish to replicate my old DOS code, circa 1994, as a Gnome application:

https://forum.allaboutcircuits.com/...owering-ones-expectations.190219/post-1801581

I'd like to use this library:

https://github.com/lcallarec/live-chart

I've compiled and run the examples (as per the readme). The charts are gorgeous and have all the features I need (and desire!). But, for the life of me I can't figure out how to incorporate the library into a separate project.

I know it's probably easy, but I'm old and lazy and figured I check here first before I exhausted myself trying to figure it out.
Gnome? Vala? Just use .Net and C# (Vala even looks like C#) far far better supported and millions of examples and free.
 
Top