BareE is a Code First Game Development Framework.
Prebuilt Engine, Developers need only implement game specific logic by creating child classes of the Game and GameSceneBase classes.
Custom Controls defined via .json config files out of the box.
Easily create new Component and Message Types using Component and Message Type attributes.
Supports VR.
The repository is a standard Dot Net 5 Solution. The Tools can be obtained from microsoft.
Suggested IDE is Visual Studio Community or Pro.
Nuget must be configured to find packages from MyGet as described below, or the Veldrid Nuget package references can be replaced with local references to Veldrid.
Available on Nuget
BareE is built on Veldrid. The Nuget Packages referenced are hosted on MyGet
To add this package source in visual studio,
- Select Tools->Options
- Select the NuGet Package Managager Node
- Select the Package Sources SubNod
- Click the Green "+" button in the top right of the window to add a new package source.
- Change the name to an Identifier you will recognize (I use Mellinoe MyGet)
- Set the Source Url to: https://www.myget.org/F/mellinoe/api/v3/index.json
- Click the "Update" button.
Decided weird licenses fence out only those that I do want to make it available to. Switch to Apache 2.0 License.
CopyRight Greg Freedline 2021