KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
glfw-beef
★ 16
Open GitHub ↗
Beef wrapper library for GLFW
Download README (.md)
Explore Similar Repositories
raylib-beef
:
A raylib binding for Beef programming language
Pile
:
A friendly, extendable game framework for the Beef programming language.
raylib-beef
:
Autogenerated Beef bindings for raylib
BNA
:
A minimal game framework inspired by XNA for the Beef programming language
opengl-beef
:
OpenGL loader for Beef
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
glfw-beef
?
Download (.md)
# Glfw-Beef **glfw-beef** is a Beef wrapper library for **GLFW 3.3.4**. Functions that return cstring are converted to return void and take String as a buffer to what the actuall return value will be appended. You can find an example in the [example](https://github.com/MineGame159/glfw-beef/tree/master/example) folder. **Note:** When passing delegates to callbacks you must allocate them on heap and not on stack. **Note:** Native access is only partially implemented. # Quick Start *(using Beef IDE)* 1. **Download** glfw-beef and copy it into your beef folder and into BeefLibs. 2. Right-click on your workspace and select **Add from Installed** and choose GLFW. 3. **Make** GLFW **as a dependency** of your project. 4. Enjoy beautiful **GLFW**. This does not come with any graphics api. But you can check out my [opengl-beef](https://github.com/MineGame159/opengl-beef) library. ## Linux usage To use this library on Linux you must install **libglfw3-dev** package.