raylib.el
is a dynamic module for raylib
Warning
The project is in a very early stage! Please don't expect anything to work reliably or at all just yet.
Ensure you have raylib
installed, for example in Arch you can do pacman -S raylib
.
Clone the repo and run make, which should build raylib.el.so
dynamic module.
cd ~/.emacs.d
git clone https://github.com/TatriX/raylib.el raylib
cd raylib
make
(use-package raylib
:load-path ~/.emacs.d/raylib)
Now you can try running the examples:
(find-file "~/.emacs.d/raylib/examples/core/core-basic-window.el")
(eval-buffer)