All Projects → GameFoundry → Bsf

GameFoundry / Bsf

Licence: mit
Modern C++14 library for the development of real-time graphical applications

Programming Languages

C++
36643 projects - #6 most used programming language
C#
18002 projects
c
50402 projects - #5 most used programming language
CMake
9771 projects
1C Enterprise
81 projects
Objective-C++
1391 projects

Projects that are alternatives of or similar to Bsf

Bansheeengine
Modern C++14 game engine with Vulkan support, fully featured editor and C# scripting
Stars: ✭ 2,906 (+77.2%)
Mutual labels:  gamedev, opengl, graphics, vulkan, directx
Bgfx
Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library.
Stars: ✭ 10,252 (+525.12%)
Mutual labels:  gamedev, opengl, graphics, vulkan, directx
Diligentengine
A modern cross-platform low-level graphics library and rendering framework
Stars: ✭ 2,142 (+30.61%)
Mutual labels:  gamedev, opengl, vulkan, directx
Renderdoc
RenderDoc is a stand-alone graphics debugging tool.
Stars: ✭ 5,969 (+263.96%)
Mutual labels:  opengl, graphics, vulkan, directx
Diligentsamples
Sample projects demonstrating the usage of Diligent Engine
Stars: ✭ 138 (-91.59%)
Mutual labels:  gamedev, opengl, vulkan, directx
Magnum
Lightweight and modular C++11 graphics middleware for games and data visualization
Stars: ✭ 3,728 (+127.32%)
Mutual labels:  gamedev, opengl, graphics, vulkan
3d Game Shaders For Beginners
🎮 A step-by-step guide to implementing SSAO, depth of field, lighting, normal mapping, and more for your 3D game.
Stars: ✭ 11,698 (+613.29%)
Mutual labels:  gamedev, opengl, graphics, vulkan
Premulalpha
Pre-Multiplied blend mode is a 3 in 1 blend mode that has a lot of uses. It has been around for a long time but it seems to be re-discovered every few years. This project includes descriptions/examples and tools for using pre-multiplied alpha.
Stars: ✭ 97 (-94.09%)
Mutual labels:  opengl, vulkan, directx
Rendy
State of the art "build your own engine" kit powered by gfx-hal
Stars: ✭ 750 (-54.27%)
Mutual labels:  gamedev, graphics, vulkan
Rust Game Development Frameworks
List of curated frameworks by the **Game Development in Rust** community.
Stars: ✭ 81 (-95.06%)
Mutual labels:  opengl, graphics, vulkan
Fna3d
FNA3D - 3D Graphics Library for FNA
Stars: ✭ 111 (-93.23%)
Mutual labels:  gamedev, opengl, vulkan
Silk.net
The high-speed OpenAL, OpenGL, Vulkan, and GLFW bindings library your mother warned you about.
Stars: ✭ 534 (-67.44%)
Mutual labels:  opengl, graphics, vulkan
Bonzomatic
Live shader coding tool and Shader Showdown workhorse
Stars: ✭ 829 (-49.45%)
Mutual labels:  opengl, graphics, directx
Dds Ktx
Single header KTX/DDS reader
Stars: ✭ 62 (-96.22%)
Mutual labels:  gamedev, opengl, directx
Pbr
An implementation of physically based shading & image based lighting in D3D11, D3D12, Vulkan, and OpenGL 4.
Stars: ✭ 722 (-55.98%)
Mutual labels:  opengl, graphics, vulkan
Raylib
A simple and easy-to-use library to enjoy videogames programming
Stars: ✭ 8,169 (+398.11%)
Mutual labels:  opengl, graphics, gamedev
Llgl
Low Level Graphics Library (LLGL) is a thin abstraction layer for the modern graphics APIs OpenGL, Direct3D, Vulkan, and Metal
Stars: ✭ 1,011 (-38.35%)
Mutual labels:  opengl, vulkan, directx
Shaderconductor
ShaderConductor is a tool designed for cross-compiling HLSL to other shading languages
Stars: ✭ 1,146 (-30.12%)
Mutual labels:  opengl, graphics, vulkan
Gl vs vk
Comparison of OpenGL and Vulkan API in terms of performance.
Stars: ✭ 65 (-96.04%)
Mutual labels:  opengl, graphics, vulkan
Crossshader
⚔️ A tool for cross compiling shaders. Convert between GLSL, HLSL, Metal Shader Language, or older versions of GLSL.
Stars: ✭ 113 (-93.11%)
Mutual labels:  opengl, vulkan, directx

CI Community Support
Build Status Build status Forums Discord Patreon Paypal

bs::framework is a C++ library that aims to provide a unified foundation for the development of real-time graphical applications, whether games, engines or tools.

Highlights

  • Built from the ground up in modern C++14 with a clean user-facing API
  • Lightweight implementations without the crud often found in older, larger solutions
  • Clean, highly modular architecture that can be easily understood, modified and built upon
  • Cross-platform, highly optimized, multi-threaded core capable of running very demanding projects
  • Focus on modern technologies and high-fidelity graphics
  • Fully documented codebase with an extensive API reference

Current feature-set includes a wide range of high level systems, ranging from math and utility libraries, to a physically based renderer backed by Vulkan, DirectX or OpenGL, all the way to input, GUI, physics, audio, animation and scripting systems, with asset support for most popular resource formats.

Features

  • Features - A detailed list of all currently available features.
  • Roadmap - A list of features to be implemented in both near and far future.

Get started

  • Documentation - Head over to the "User manuals" section to learn how to use the framework from the ground up. Use the API reference to look up what a particular class/method does.
  • Examples - Grab a set of working examples and start tinkering and analyzing them to figure out how things work. They are well documented and can be used for quickly learning the framework.
  • Compiling - Learn how to compile the framework from the source code.

Screenshots

1 2

3 4

5 6

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].