hbiblia / gtk-raylib

Es una pequeña biblioteca para crear una incrustación de raylib en gtk+3.x.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gtk-raylib

Es una pequeña biblioteca para crear una incrustación de raylib en gtk+3.x.

Dependencias

python -m pip install scons

Windows && dependencias Msys2(msys2-x86_64)

  • pacman -S mingw-w64-x86_64-gtk3 mingw-w64-x86_64-libepoxy

Linux

  • sudo apt install libgtk-3-dev libepoxy-dev

Mac

  • Aun no probado

Compilar gtk-raylib

  • scons -Q

Compilar ejemplos

  • cd examples
  • scons -Q

About

Es una pequeña biblioteca para crear una incrustación de raylib en gtk+3.x.


Languages

Language:C 98.3%Language:Objective-C 1.7%Language:Python 0.0%