-
Notifications
You must be signed in to change notification settings - Fork 145
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
Display multiple images implementation, some minor fixes #307
Conversation
…V (Address boundary error)
Thanks! I’ll have a look through this tomorrow. Can the body of display_image now be replaced with a call to display_images that constructs a single element array? |
I was getting segmentation fault's sometimes when running it on ubuntu 18.04, so tell me if you experience any issues. It seems to be a problem with sdl2 because it works fine on windows. |
Yeah it looks like it can, I'll make the change if nothing weird crops up Whoops, I've made a huge error and erased all of my changes with a rebase. I have to correct that. I was trying to rename the author for some commits i made lol. |
* working on multiple image displays in a new branch * managed to open two windows without resizing events working * got most of the logic working, now have to figure out how to quit out application after closing all windows one by one * trying to work with sdl2_sys window flags * ran rustfmt, implemented multiple image displays, added empire state building jpeg
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.
I've left a few minor comments. I don't know much about sdl2 but this otherwise look reasonable to me!
…multiple_images.rs
If and when you merge, can you squash and merge please? |
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.
I've left a couple of comments, but just noticed that you're still in the middle of changing this. Give me a ping when this is ready for review. And yes, I'll squash and merge! Thanks
@theotherphil is this how u ping? |
Thanks! |
#301