All Projects → GlaireDaggers → BNA

GlaireDaggers / BNA

Licence: MIT license
A minimal game framework inspired by XNA for the Beef programming language

Programming Languages

HyPhy
2 projects

Projects that are alternatives of or similar to BNA

Pile
A friendly, extendable game framework for the Beef programming language.
Stars: ✭ 27 (+35%)
Mutual labels:  beef-language, beef-programming-language
ariyana
Ariyana is an ECS work in progress game engine written in Orthodox C++ and Beef with a focus on cross-platform and multiplayer games
Stars: ✭ 73 (+265%)
Mutual labels:  beef-language, beef-programming-language
imgui-beef
Dear ImGui wrapper for the Beef Programming Language
Stars: ✭ 20 (+0%)
Mutual labels:  beef-language, beef-programming-language
Blah
A small 2d c++ game framework
Stars: ✭ 212 (+960%)
Mutual labels:  game-framework
Strife
a simple 2d game framework
Stars: ✭ 246 (+1130%)
Mutual labels:  game-framework
SlimTracin
Software ray tracer written from scratch in C that can run on CPU or GPU with emphasis on ease of use and trivial setup
Stars: ✭ 49 (+145%)
Mutual labels:  game-framework
ctruLua
ctrµLua: Lua homebrewing for 3DS
Stars: ✭ 22 (+10%)
Mutual labels:  game-framework
Hitagi.js
JavaScript HTML5 game development framework
Stars: ✭ 184 (+820%)
Mutual labels:  game-framework
allegro flare
Application toolkit for Allegro 5
Stars: ✭ 30 (+50%)
Mutual labels:  game-framework
FWK
💎 3D game framework in C, with Luajit bindings now.
Stars: ✭ 423 (+2015%)
Mutual labels:  game-framework
HelenaFramework
Modern framework on C++20 for backend/frontend development.
Stars: ✭ 53 (+165%)
Mutual labels:  game-framework
Gunslinger
C99, header-only framework for games and multimedia applications
Stars: ✭ 246 (+1130%)
Mutual labels:  game-framework
GroundEngine
Ground Engine is an easy to use Game Engine for 3D Game Development written in C++
Stars: ✭ 61 (+205%)
Mutual labels:  game-framework
Foster
a simple cross-platform game framework made in C# dotnet core
Stars: ✭ 221 (+1005%)
Mutual labels:  game-framework
Pancake.hx
Haxe port of awesome HTML5 game framework Pancake!
Stars: ✭ 16 (-20%)
Mutual labels:  game-framework
Cocos Game Framework
cocos-creator游戏框架,typescript版本。
Stars: ✭ 201 (+905%)
Mutual labels:  game-framework
zion
[Deprecated] A tentative, light-weight 2D game framework based on HTML5 canvas.
Stars: ✭ 42 (+110%)
Mutual labels:  game-framework
skyengine
HTML5 2D Game Engine
Stars: ✭ 43 (+115%)
Mutual labels:  game-framework
StrawberryBF
A tiny 2D game engine focused on usability and simplicity.
Stars: ✭ 80 (+300%)
Mutual labels:  beef-language
FastJ
An open-source, Java-based 2D game engine.
Stars: ✭ 81 (+305%)
Mutual labels:  game-framework

BNA

A minimal game framework inspired by XNA for the Beef programming language

Third party dependencies

BNA depends on a handful of third party libraries. Windows 32 and 64 bit lib+dlls of these are included, if you want to compile for other platforms such as Linux or Mac you'll need to compile these yourself:

  1. FNA3D - https://github.com/FNA-XNA/FNA3D
  2. SDL2 - https://www.libsdl.org/download-2.0.php
  3. SoLoud (compiled with WITH_SDL2) - https://github.com/jarikomppa/soloud

Usage

See Wiki for getting started guide + documentation (Getting Started)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].