dev-harbour / hb-raylib

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:C 94.8%Language:xBase 5.2%