Skip to content
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

Simplify project structure. #56

Open
dougbinks opened this issue Jan 14, 2015 · 2 comments
Open

Simplify project structure. #56

dougbinks opened this issue Jan 14, 2015 · 2 comments

Comments

@dougbinks
Copy link
Collaborator

Move Systems, Renderer, and Common into SimpleTest project.

@falafflepotatoe
Copy link

+1
would love this if it was just a few files to include into a project

ideally
#include rcccp.h

and make main() a static function and go.

@dougbinks
Copy link
Collaborator Author

That's a different feature request to this one :)

The current RCC++ is designed for any size of project (including very large ones), to be compatible with existing projects, and for rapid recompile times.

A single header file would need to be very large, and so could make large projects compile more slowly, and recompiles would certainly be slower. Having a main function which can be recompiled would mean RCC++ would need to replace the program entry point with another, which would make including it in existing projects harder.

You could build something similar to what you require using the code in Compiler_Platform* as a starting point. Let me know if you get anywhere!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants