Steven Lovegrove
Steven Lovegrove
What is WSL? I guess Windows Subsystem for Linux? I am not familiar with the peculiarities of that, but you would need to make sure you install an X-Server (with...
You should add a handler to the view. Just implement https://github.com/stevenlovegrove/Pangolin/blob/master/components/pango_display/include/pangolin/handler/handler.h#L56 or subclass https://github.com/stevenlovegrove/Pangolin/blob/master/components/pango_display/include/pangolin/handler/handler.h#L72 for example and put the logic in your custom implementation.
You would need to specify more information in order to receive any advice. What platform are you on? What package manager would you like to use? Have you tried doing...
Thanks for this. The script update looks great. The readme update I need to be careful with because I had trouble getting it to render correctly both on github.com and...
If you're able to compare the Pangolin implementation with your own, that would be a good start. @nazcaspider provided Pangolins implementation - perhaps he has an idea?
Yeah - I should add to the interface that start and stop should be idempotent and it should not be an error to call multiple times. I agree, 1) sounds...
@ihpdep I'm not sure if you still use this diff, but if you're able to open a PR against master I can merge in. Thanks!
Did you look at the 'Migration Report'?
I don't have any experience with archlinux, but If you wanted to create a pull request with the required changes in install_prerequisites.sh I'd consider including them
Sorry, I haven't had a chance to look properly at it. The GL_TRIANGLE_STRIP parameter should probably be an option, not hard-coded. GL_TRIANGLE_STRIP is more efficient generally than GL_TRIANGLES if you...