My wrapper for raylib with elm-like architecture

This is a fork of the Nexa library, the repository of which is deleted, apparently.
The library serves as a wrapper for Raylib, making it even easier to use.

It uses the init -> update -> render architecture, and each procedure is passed the general structure of the model, which can contain any fields. This allows you to transfer data between procedures.