awesome-beef

Programming toolkit

A curated list of resources and tools for the Beef programming language

A curated list of awesome Beef framework, libraries and resources

GitHub

177 stars
10 watching
17 forks
last commit: 18 days ago
awesome-listbeefbeef-languagebeef-programming-language

Official resources

Official website Official website of the Beef programming language
Official documentation Official documentation explaining how the language works and its philosophy
Corelib documentation Auto generated documentation for the core library
Official repository 2,510 17 days ago Repository hosting the language and its associated IDE

Frameworks and Libraries / Algorithms / Colors

RGBeef 2 about 2 years ago Create, convert, and manipulate color spaces

Frameworks and Libraries / Algorithms / Cryptography and Hashing

Beef-Hash 5 about 4 years ago Collection of hashing algorithms
Beef-OpenSSL 3 over 2 years ago Beef port of OpenSSL

Frameworks and Libraries / Algorithms / Noise

FastNoise_Beef 5 over 2 years ago Beef port of the FastNoise Lite library

Frameworks and Libraries / Audio

Beef-FMOD 1 over 1 year ago Beef bindings for the FMOD audio processing library
BeefBass 1 over 2 years ago Beef Wrapper for the 'Bass' Audio Library

Frameworks and Libraries / Caching

System.Caching 3 over 3 years ago A BeefLang implementation of .net System.Runtime.Caching, useful to prevent double-triggering, response caching, data caching, etc

Frameworks and Libraries / Command Line Interface Development

CowieCLI 4 about 4 years ago Awesome command line arguments parsing library

Frameworks and Libraries / Coroutines

Minicoro-beef 4 almost 3 years ago Wrapper for the C asymetric coroutines library

Frameworks and Libraries / Game Development / Engines

Strawberry 102 almost 3 years ago A 2D game engine using SDL, focused on usability and simplicity
Tilengine-beef 8 almost 4 years ago Beef Language wrapper for Tilengine 2D Graphics Engine

Frameworks and Libraries / Game Development / Frameworks

Pile 31 5 months ago A simple extendable game framework
Raylib-beef 10 about 2 months ago Autogenerated raylib bindings for the newest version of raylib
Raylib-beef 3.7 53 over 2 years ago Handmade bindings for the version 3.7 of raylib

Frameworks and Libraries / Game Development / Libraries

BGFX-beef 12 almost 3 years ago A Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library

Frameworks and Libraries / Game Development / Libraries / BGFX-beef

BGFX repository 15,087 11 days ago Also linked in the official

Frameworks and Libraries / Game Development / Libraries

Box2D-beef 9 over 3 years ago 2D physics engine for games
Bulkan 8 3 months ago Low level Vulkan bindings
Chipmunk2D-beef 3 over 2 years ago A simple, lightweight, fast and portable 2D rigid body physics library
directx-beef 9 25 days ago Beef wrapper library for Direct3D 11
Dxc-Beef 3 3 months ago bindings
Glfw-beef 14 almost 2 years ago Beef wrapper library for GLFW
Opengl-beef 16 over 4 years ago OpenGL loader for Beef
SDL2-beef 4 almost 3 years ago SDL2 Wrapper, synced with SDL2 shipped with Beef
SDL3-Beef 2 13 days ago A binding for SDL3 to Beef, trying to be as close to the original interface as possible
Shaderc-beef 1 almost 2 years ago A Beef wrapper library for
sokol-beef 5 over 2 years ago Auto generated library for headers
SoLoud-beef 1,789 3 months ago easy to use, free, portable c/c++ audio engine for games
SPIRV-Cross-Beef 1 3 months ago SPIRV-Cross bindings
WGPU-beef 3 over 1 year ago Beef wrapper library for WGPU (more specifically wgpu-native)

Frameworks and Libraries / Font

BeefFNT 3 about 3 years ago A Beef library for reading and writing AngelCode bitmap fonts in binary, XML, and text

Frameworks and Libraries / GUI / ImGui

ImGui-beef 23 over 1 year ago Beef wrapper library for ImGui
ImGuibgfx-beef 5 almost 3 years ago ImGui wrapper using SDL2 and BGFX
ImGui-Vulkan-beef 5 almost 3 years ago Vulkan backend for Dear ImGui in Beef

Frameworks and Libraries / GUI

Mince 9 over 1 year ago A GUI Toolkit for use with the Beef Programming Language
NativeFileDialog-beef 2 over 1 year ago Portable library to invoke native file dialogs
Ultralight-beef 9 over 2 years ago Write UI code for your game/application with web technologies (HTML/CSS/JS) using a lightweight web renderer

Frameworks and Libraries / IoC

Steak.DependencyInjection 4 almost 4 years ago Simple dependency injection library

Frameworks and Libraries / Image

StbImageBeef 6 over 2 years ago Beef port of the stb_image.h C header library

Frameworks and Libraries / Linq

Beef.Linq 3 about 1 month ago An awesome Beef library to mimic .NETs linq, but better and faster

Frameworks and Libraries / Logging

Steak.Logging 4 almost 2 years ago An awesome logging library for Beef

Frameworks and Libraries / Multimedia

FFmpeg-Beef 3 about 2 years ago FFmpeg bindings for BeefLang

Frameworks and Libraries / Networking

Beef-Net 9 about 2 years ago BeefLang networking library, based on lNet

Frameworks and Libraries / Scripting Engines

KeraLua-Beef 1 almost 3 years ago Native bindings of Lua 5.4 for BeefLang
Lua-beef 8 over 3 years ago BeefLang wrapper library for Lua

Frameworks and Libraries / Serialization

Atma.Json 8 about 3 years ago Json serialization framework
Beef-toml 7 over 4 years ago Toml parser/serializer library
bon 11 8 months ago A reflection based structure serialization library designed for Beef
json 4 8 months ago A light arbitrary JSON tree read and write library
Xml-Beef 4 4 months ago Single-file XML parser in Beef with doctype support

Frameworks and Libraries / Themes

Base16TomorrowDark 1 about 1 year ago Base 16 Tomorrow Dark Theme
Dracula 1 almost 3 years ago Dracula theme
OneDarkPro 2 about 4 years ago Atom's iconic One Dark theme
SimplyDark 14 about 3 years ago Simple dark theme

Frameworks and Libraries / Text Processing

TinyRegex 1 almost 3 years ago Tiny implementation of a subset of Regex

Projects and Articles / Dynamic Linking

Beef DLL Creation & Research Showcase of a fully functional Beef DLL

Projects and Articles / Networking

SampleListener 1 about 4 years ago Example of an echo server showing the use of System.Net.Socket to listen for clients connections