Files
llgo/c/raylib/README.md
2024-07-08 23:07:47 +08:00

462 B

LLGo wrapper of raysan5/raylib

How to install

on macOS (Homebrew)

brew install raylib

on Linux (Debian/Ubuntu)

TODO

Demos

The _demo directory contains our demos (it start with _ to prevent the go command from compiling it):

  • tetris: tetris powered by raylib

How to run demos

To run the demos in directory _demo:

cd <demo-directory>  # eg. cd _demo/tetris
llgo run .