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

Maros WITH-WINDOW now accepts keywords as flags. #80

Open Filipp-Druan opened 1 year ago

Filipp-Druan commented 1 year ago

Hello! I didn't like the way the flags were passed to the WITH-WINDOW macro. I decided to tweak it a bit. Now it accepts keywords. Do you think this is a good idea? Do you think it's worth continuing to translate functions that work with flags into keywords? Sorry, but I don't know where to put the FLAG->CODE and FLAGS ->CODES functions. Thanks.