Description
Yet another Graphics Engine
A simple C/C++ graphics library for C/C++ learners.
Installation Instructions
RHEL 7, CentOS 7, Scientific Linux 7:
sudo wget https://copr.fedoraproject.org/coprs/xdqi/YaGE/repo/epel-7/xdqi-YaGE-epel-7.repo -P /etc/yum.repo.d/
sudo yum update
sudo yum install yage
RHEL 6 and earlier are not supported because GTK3 is not available.
Fedora 21:
sudo yum install yum-plugin-copr
sudo yum copr enable xdqi/YaGE
sudo yum update
sudo yum install yage
Fedora 22 and later:
sudo dnf install dnf-plugins-core
sudo dnf copr enable xdqi/YaGE
sudo dnf update
sudo dnf install yage
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
EPEL 7 | x86_64 (3)* | EPEL 7 (84 downloads) |
* Total number of downloaded packages.
Last Build
Quick Enable
#> dnf copr enable xdqi/YaGE
More info about enabling Copr repositories