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

178 stars
10 watching
17 forks
last commit: almost 2 years ago
awesome-listbeefbeef-languagebeef-programming-language

Official resources

Official websiteOfficial website of the Beef programming language
Official documentationOfficial documentation explaining how the language works and its philosophy
Corelib documentationAuto generated documentation for the core library
Official repository2,516almost 2 years agoRepository hosting the language and its associated IDE

Frameworks and Libraries / Algorithms / Colors

RGBeef2almost 4 years agoCreate, convert, and manipulate color spaces

Frameworks and Libraries / Algorithms / Cryptography and Hashing

Beef-Hash5almost 6 years agoCollection of hashing algorithms
Beef-OpenSSL3about 4 years agoBeef port of OpenSSL

Frameworks and Libraries / Algorithms / Noise

FastNoise_Beef5over 4 years agoBeef port of the FastNoise Lite library

Frameworks and Libraries / Audio

Beef-FMOD1about 3 years agoBeef bindings for the FMOD audio processing library
BeefBass1about 4 years agoBeef Wrapper for the 'Bass' Audio Library

Frameworks and Libraries / Caching

System.Caching3over 5 years agoA BeefLang implementation of .net System.Runtime.Caching, useful to prevent double-triggering, response caching, data caching, etc

Frameworks and Libraries / Command Line Interface Development

CowieCLI4about 6 years agoAwesome command line arguments parsing library

Frameworks and Libraries / Coroutines

Minicoro-beef4almost 5 years agoWrapper for the C asymetric coroutines library

Frameworks and Libraries / Game Development / Engines

Strawberry103over 4 years agoA 2D game engine using SDL, focused on usability and simplicity
Tilengine-beef8almost 6 years agoBeef Language wrapper for Tilengine 2D Graphics Engine

Frameworks and Libraries / Game Development / Frameworks

Pile31about 2 years agoA simple extendable game framework
Raylib-beef12almost 2 years agoAutogenerated raylib bindings for the newest version of raylib
Raylib-beef 3.753over 4 years agoHandmade bindings for the version 3.7 of raylib

Frameworks and Libraries / Game Development / Libraries

BGFX-beef12almost 5 years agoA Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library

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

BGFX repository15,197almost 2 years agoAlso linked in the official

Frameworks and Libraries / Game Development / Libraries

Box2D-beef9over 5 years ago2D physics engine for games
Bulkan9about 2 years agoLow level Vulkan bindings
Chipmunk2D-beef3over 4 years agoA simple, lightweight, fast and portable 2D rigid body physics library
directx-beef9almost 2 years agoBeef wrapper library for Direct3D 11
Dxc-Beef3about 2 years agobindings
Glfw-beef13over 3 years agoBeef wrapper library for GLFW
Opengl-beef16over 6 years agoOpenGL loader for Beef
SDL2-beef5almost 5 years agoSDL2 Wrapper, synced with SDL2 shipped with Beef
SDL3-Beef2almost 2 years agoA binding for SDL3 to Beef, trying to be as close to the original interface as possible
Shaderc-beef1over 3 years agoA Beef wrapper library for
sokol-beef5about 4 years agoAuto generated library for headers
SoLoud-beef1,812about 2 years agoeasy to use, free, portable c/c++ audio engine for games
SPIRV-Cross-Beef1about 2 years agoSPIRV-Cross bindings
WGPU-beef2about 3 years agoBeef wrapper library for WGPU (more specifically wgpu-native)

Frameworks and Libraries / Font

BeefFNT3almost 5 years agoA Beef library for reading and writing AngelCode bitmap fonts in binary, XML, and text

Frameworks and Libraries / GUI / ImGui

ImGui-beef25over 3 years agoBeef wrapper library for ImGui
ImGuibgfx-beef5almost 5 years agoImGui wrapper using SDL2 and BGFX
ImGui-Vulkan-beef5over 4 years agoVulkan backend for Dear ImGui in Beef

Frameworks and Libraries / GUI

Mince9about 3 years agoA GUI Toolkit for use with the Beef Programming Language
NativeFileDialog-beef2over 3 years agoPortable library to invoke native file dialogs
Ultralight-beef9over 4 years agoWrite UI code for your game/application with web technologies (HTML/CSS/JS) using a lightweight web renderer

Frameworks and Libraries / IoC

Steak.DependencyInjection4over 5 years agoSimple dependency injection library

Frameworks and Libraries / Image

StbImageBeef6about 4 years agoBeef port of the stb_image.h C header library

Frameworks and Libraries / Linq

Beef.Linq3almost 2 years agoAn awesome Beef library to mimic .NETs linq, but better and faster

Frameworks and Libraries / Logging

Steak.Logging4almost 4 years agoAn awesome logging library for Beef

Frameworks and Libraries / Multimedia

FFmpeg-Beef3almost 4 years agoFFmpeg bindings for BeefLang

Frameworks and Libraries / Networking

Beef-Net9about 4 years agoBeefLang networking library, based on lNet

Frameworks and Libraries / Scripting Engines

KeraLua-Beef1almost 5 years agoNative bindings of Lua 5.4 for BeefLang
Lua-beef8over 5 years agoBeefLang wrapper library for Lua

Frameworks and Libraries / Serialization

Atma.Json8almost 5 years agoJson serialization framework
Beef-toml7about 6 years agoToml parser/serializer library
bon11over 2 years agoA reflection based structure serialization library designed for Beef
json4over 2 years agoA light arbitrary JSON tree read and write library
Xml-Beef4about 2 years agoSingle-file XML parser in Beef with doctype support

Frameworks and Libraries / Themes

Base16TomorrowDark1almost 3 years agoBase 16 Tomorrow Dark Theme
Dracula1over 4 years agoDracula theme
OneDarkPro2almost 6 years agoAtom's iconic One Dark theme
SimplyDark14almost 5 years agoSimple dark theme

Frameworks and Libraries / Text Processing

TinyRegex1over 4 years agoTiny implementation of a subset of Regex

Projects and Articles / Dynamic Linking

Beef DLL Creation & ResearchShowcase of a fully functional Beef DLL

Projects and Articles / Networking

SampleListener1about 6 years agoExample of an echo server showing the use of System.Net.Socket to listen for clients connections