Skip to content

mikeroyal/Vala-Guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation


Vala Guide

A guide covering the Vala programming language including the applications and tools that will make you a better and more efficient Vala developer.

Note: You can easily convert this markdown file to a PDF in VSCode using this handy extension Markdown PDF.


Vala Learning Resources

Vala is a programming language that aims to bring modern programming language features to GNOME developers by using the GObject type system and having additional code generation routines that make targeting the GNOME stack simple. Vala does all this without imposing any additional runtime requirements and without using a different ABI compared to applications and libraries written in C.

Valadoc

Vala Reference Manual

Vala community on GitHub

Vala community on GitLab

GTK and Vala

Getting Started with Vala

Tutorial for Vala beginners

Installing Vala on your preferred platform

Installing Gnome Builder

GNOME Builder documentation

Vala Tools and Frameworks

Valac is a Vala compiler that compiles the Vala program in C and uses the C compiler to create a binary file.

Gnome Builder is an open-source IDE that is written in C and built using the GTK+ toolkit. It has support for the following programming languages: C, C++, Python, Rust and Vala.

vala-vscode is an extension that provides Vala and Genie integration for Visual Studio such as Syntax highlighting and code intelligence.

Sequeler is a native Linux SQL client built in Vala and Gtk. It allows you to connect to your local and remote databases, write SQL in a handy text editor with language recognition, and visualize SELECT results in a Gtk.Grid Widget.

Code is a fast and lightweight code editor designed for elementary OS.

Granite is a companion library for GTK+ and GLib. Also, it provides complex widgets and convenience functions designed for use in apps built for elementary OS.

GameHub is a unified library for all your games. It allows users to store all their games from different platforms(Windows, macOS, and Linux) into one program.

Contribute

  • If would you like to contribute to this guide simply make a Pull Request.

License

Distributed under the Creative Commons Attribution 4.0 International (CC BY 4.0) Public License.