glfw / glfw.github.io

Jekyll sources for GLFW website
https://www.glfw.org/
Other
28 stars 19 forks source link

Delphi bindings #90

Closed jarroddavis68 closed 2 years ago

jarroddavis68 commented 2 years ago

Pascal bindings that allow you to use GLFW with Delphi.

You simply add GLFW to your uses section and everything will be linked into your executable, ready for use with no DLLs to maintain.

https://github.com/tinyBigGAMES/GLFW

Jarrod

siavashserver commented 2 years ago

Thanks!