-
Notifications
You must be signed in to change notification settings - Fork 173
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
【igl nanovg part-1】Android : add seperate nanovg sample project #218
base: main
Are you sure you want to change the base?
【igl nanovg part-1】Android : add seperate nanovg sample project #218
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There should be a separate NanoVG sample which does this. We cannot change SampleActivity.java
like that.
This is a general operation,not only for nanovg sample. |
All existing samples do not require this behavior and we do not want to touch the SD card like that. |
This is a prerequisite pull request for igl nanovg(#213).