-
Notifications
You must be signed in to change notification settings - Fork 68
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
Linux Support #50
Comments
I agree with you. I have attempted to add Linux functionality to flutter_gl myself. I have attempted to merge the code in flutter_gl_windows and https://github.com/alnitak/flutter_opengl which has Linux functionality. My version compiles and runs but instead of the flutter example showing a yellow triangle with a red background it is completely black. I was wondering what I might be doing wrong and was hoping for some feedback. My repository is at: https://github.com/forthtemple/flutter_gl and my Linux code is in flutter_gl/linux in this repository. |
Is there are reason you reimported the code rather than following standard workflow of forking, and applying your changes on a branch? |
@richyo-work I've now removed the flutter_gl repository and will fork it at a later date when I have time. |
I know that this is probably a lot of work, but is a linux support currently planned or maybe already in work?
The text was updated successfully, but these errors were encountered: