You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 30, 2025. It is now read-only.
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.
Project Goals
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.