OpenGL for BL

Experimental OpenGL wrapper for BL.

Installation

Windows

Clone the repository into the bl API folder. Use blc -where-is-api to get correct path.

cd path/to/api
git clone https://github.com/travisdoor/bl-opengl.git gl

Linux

Clone the repository into to the bl API folder.

cd $(blc -where-is-api)
git clone https://github.com/travisdoor/bl-opengl.git gl

macOS

Clone the repository into to the bl API folder.

cd $(blc -where-is-api)
git clone https://github.com/travisdoor/bl-opengl.git gl