The C# Version ported to BonEngine and SDL2, from jeuxdemains simple raster engine.
This is a simple implementation of a Doom style engine. Doom Tutorial YouTube by The Old School Coder. Original work by jeuxdemains on GitHub
This project is ported to C# using the BonEngine and SDL2.
BonEngine is a game engine designed to be simple and straightforward, with as little setup as possible. BonEngineSharp is a C# bind of BonEngine. The APIs are nearly identical, so in this doc we'll only cover few examples and not the whole API.