-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
For Linux #17
Comments
I got it to run on linux rpi 4 by changing my platform target from x64 to arm32 |
years ago, yes it did run in linux, don't remember the framework version |
haven't tried in a long time |
is there a way to open the foton app in full screen? im just trying to have it so that when i run the SampleApp it opens full screen or maximized |
the underlying objects used in windows and linux support that, so we would need to extend this interface to add a StartMode property (normal/maximized/minimized), and then implement it: foton/Foton.Common/Main/FotonOptions.cs Line 12 in fe06879
|
I also recommend checking out the Eto.Forms project itself |
this may not be an issue but I didn't think it was a feature request either.
Just wondering what Linux you got it to run on? im trying to get it to run on a rpi 4 using .net 6
it builds and works on windows
The text was updated successfully, but these errors were encountered: