defun-games / claylib

A Common Lisp 2D/3D game toolkit built on top of Raylib 4.5.
zlib License
69 stars 4 forks source link

Rename examples to match raylib more directly #41

Closed mjkalyan closed 2 years ago

mjkalyan commented 2 years ago

With the upcoming switch to raylib 4.2, some examples have been re-ordered or removed, while new ones have been added. Rather than keeping a numbering scheme I figure it's more future proof to simply use the names of the examples as they appear in raylib (except with hyphens, of course).

shelvick commented 2 years ago

This is fine for now, but IMO these names are already long and we've now made them longer, when it comes to running examples at the REPL -- (claylib/examples/2d-camera-platformer:main)

A nice little addition would be a GUI launcher for all the examples. IIRC cl-bodge had something like this. Good test of Raygui, too.