Skip to content

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

License

Notifications You must be signed in to change notification settings

dev-harbour/hb-raylib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.