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

Several improvements and bugfixes on plotting, and starting to make things nogc #154

Merged
merged 2 commits into from
Mar 31, 2023

Conversation

aferust
Copy link
Collaborator

@aferust aferust commented Mar 31, 2023

looks like more work is needed to get rid of the Image class without breaking the compatibility of too many existing codes. The final goal should be GC-free video loops, such as:

auto fig = imshow(...);
while(readFrames){
    ....
    fig.draw(aNewFrame);
    ....
    waitkey(k);
}

@aferust aferust merged commit bc0a8ca into libmir:master Mar 31, 2023
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

Successfully merging this pull request may close these issues.

1 participant