/hb-raylib

A simple and easy-to-use library to enjoy videogames programming

Primary LanguageCMIT LicenseMIT

hb-raylib

Harbour module implementing bindings to RayLib 4.1-dev.

Getting Started

Installing hb-raylib requires RayLib including its headers. For more info see getting started.

Building

  • Build static library:

    hbmk2 hbraylib.hbp
    
  • Build and run sample and test code:

    cd examples/harbour
    hbmk2 example_00.prg
    ./example_00
    

License.