-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[build] Library customization: Configuration flags #200
Comments
This is the current flags proposal, organized by modules, still working on naming:
In raylib, naming is crucial, I'm still thinking about the most proper naming for those |
Currently supported and implemented (*) flags. UPDATE: This list reflects the final flags configuration options. Note that some flags previously proposed have been removed.
|
Shapes flags (SUPPORT_QUADS_ONLY and SUPPORT_TRIANGLES_ONLY) require some thinking and redesign and won't be implemented for the moment. Just closing this issue. |
This issue is a proposal for a new feature. By default raylib includes a bunch of functionality (shapes drawing, multiple file-formats supported, audio system...) but some advance users don't need many of that functionality and it would be great to allow custom library building using configuration flags.
Every raylib module should offer some customization flags.
The text was updated successfully, but these errors were encountered: