#3d #game-engine #engine #gamedev

BearishSun aed1e23679 Fix a crash if a prefab resource cannot be found hace 9 años
Build eb84ea1f6d WIP - more work on post-processing hace 9 años
Documentation b8cb3a82f1 Added create() methods for core thread version of render states hace 9 años
License eb84ea1f6d WIP - more work on post-processing hace 9 años
Scripts 68bf4f12b4 Drag and drop into empty hierarchy now works hace 10 años
Source aed1e23679 Fix a crash if a prefab resource cannot be found hace 9 años
.gitignore f3cb2cfc93 Added another manual, slight improvements to the API docs hace 9 años
Doxyfile aa8cfb9f60 Various documentation fixes hace 9 años
README.md 9e8eda6f0e Collision events now properly generate contact points hace 9 años
doxystyle.css aa8cfb9f60 Various documentation fixes hace 9 años
footer.html aa8cfb9f60 Various documentation fixes hace 9 años
header.html aa8cfb9f60 Various documentation fixes hace 9 años
layout.xml aa8cfb9f60 Various documentation fixes hace 9 años

README.md

What is Banshee?

A high quality modern game development toolkit. It provides a high performance multi-threaded game engine written in C++14 that runs 2D and 3D games. The engine offers a wide variety of high level systems needed for game development, ranging from math and utility libraries, to DirectX 11 and OpenGL support all the way to input, GUI, physics, scripting and support for many popular resource formats (e.g. FBX, PNG, PSD, TTF).

On top of the engine Banshee also provides a highly intuitive and customizable editor that is easy to use by artists, designers and programmers alike. The editor allows you to manage all your project's assets, build levels, compile scripts, test and publish your game. Editor is also fully extensible via scripting to ensure developers can easily customize it for their own needs.

The scripting system supports C# and comes with an extensive API ensuring you can complete your game without ever touching the C++ engine core. C# scripting makes your development easier by giving you access to the entire .NET library and a wide variety of pre-existing managed libraries. Integration of the scripting system with the editor and external tools like Visual Studio, as well as fast compilation times ensures that iteration times between coding and testing are minimized.

Aside from being a fully featured game engine and toolkit, Banshee also aims to provide a high quality foundation, so others may build and improve upon it. This is reflected in Banshee's architecture which is split into multiple layers allowing developers to use only the functionality they needed, as well as its plugin oriented nature which allows developers to fully remove or replace major engine systems. You will find that Banshee's code is modern, with clean interfaces that make it easy to learn and maintain. Platform specific functionality is kept at a minimum making porting as easy as possible. Additionally its codebase is fully documented with an extensive API reference, as well as a set of manuals introducing you to most major systems.

Learn more

Media

Banshee Editor

Editor video overview

About

Banshee was created and is developed by Marko Pintera. The goal of Banshee is to create a high quality open source game engine that is intuitive to use and easy to extend.

I'm happy to connect with other developers, feel free to contact me at e-mail or add me on LinkedIn.