Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 417 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 417 Bytes

ValaGL

Fork of Maia-Everett/valagl

  • Refactored & Rewriten to meson build system
  • Fixed warnings
  • Loading shaders with GLib.Resource

Screenshot

Installation

Dependencies

  • libsdl2
  • libepoxy
  • glib

Build manualy

$ meson setup --prefix=/usr build
$ cd build
$ ninja install