-
Notifications
You must be signed in to change notification settings - Fork 48
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
Request restructure/reorganize repo #28
Comments
Would it not be better to have a separate issue for each of these? Perhaps use a Project to track them. |
Hi @hgdagon, a few comments and questions for you:
|
LF should already be used in all source files, it's the "native" format on git and is required for clean git diffs, and I don't think we'll remove the optional library headers, they're minimal versions (only the parts DP uses) so they're unlikely to break, and are needed for DP's convenient ability to dlopen optional libraries if they're installed on the system, or run without their features if not (most programs dynamically link instead and fail to compile or run if a library isn't installed). We may remove the GL declarations at some point, libGL is mandatory. SDL2 headers are already sourced from the platform. I'll tag and build stable releases when I think it's time (got some work to do yet...) |
This might be a weird request, but if the repo is a little more organized it might (should) help new contributors to join in more easily.
This can be done along with #26
The text was updated successfully, but these errors were encountered: