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

Reload assets when source file changes #2

Open
mickvangelderen opened this issue Nov 15, 2017 · 0 comments
Open

Reload assets when source file changes #2

mickvangelderen opened this issue Nov 15, 2017 · 0 comments

Comments

@mickvangelderen
Copy link
Owner

Automatically reload textures, models, shaders, heightmaps, etc. when their source file changes to speed up development. Having to restart the application and get to the right state every time is not fantastic. Will have to keep some sort of dependency graph somehow. If you reload a shader you will have to relink dependent programs and requery uniform locations for example.

It has to work really well, otherwise you have to sometimes restart the application and will end up doing it always "just to be sure".

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

No branches or pull requests

1 participant