-
Notifications
You must be signed in to change notification settings - Fork 0
About
RealDoigt edited this page Nov 25, 2024
·
7 revisions
DOOR is an object oriented wrapper, abstraction layer and miscellaneous utility library which can be mostly used as a replacement to directly using raylib-d. You still need raylib-d, because DOOR uses it internally, but you don't usually have to use it most of the time.
The goal of the project is to make development for games using raylib a bit easier by introducing general usability wrappers and functions which work well in any game. This project grows on a "Doigt needs this" basis and thus, it will continue to evolve forever as long as Doigt continues to make games.
In the long term future, DOOR will be using draylib as a backend instead of raylib-d and this may come with some modules disappearing or fundamentally changing when it happens.