GuvaCode / ray4laz

A complete header translation (binding) of the raylib 5.0 to Pascal. Without any funky helper functions for memory alignment issues. Inspired and partially based on the drezgames/raylib-pascal binding, however a little cleaner and more recent, with FPC 3.2.0 and up support.
https://www.raylib.com/
zlib License
98 stars 18 forks source link

Move examples to a separate repo #25

Closed glowiak closed 9 months ago

glowiak commented 9 months ago

When there are loads of examples (especially huge ones) in the repo, it significantly slows down the process of git-cloning it.

Would be good to move them to a separate repository and add a mention in the README about it.

GuvaCode commented 9 months ago

For large repositories it is possible. For example Castle Game Engine is about 1 gigabyte. I don't think it's worth moving the examples to a separate repository for < 50 megabytes. And since the package is available in OPM, it is better to leave it as it is so that the user gets the full package with examples.