Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 660 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 660 Bytes

ValaGL

Differences from SpikedPaladin/valaGL

  • Refactored to use m-shinder/libepoxy
  • Fixed types for the sake of readability and type safety
  • Removed SDL references

Fork of Maia-Everett/valagl

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

Screenshot

Installation

Dependencies

  • libepoxy-vala
  • glib

Build manualy

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