Skip to content

Avalonia and Raspberry #17039

Answered by thevortexcloud
Robiberto asked this question in Q&A
Sep 17, 2024 · 1 comments · 5 replies
Discussion options

You must be logged in to vote

The app we need to develop on Rasp and window, need some buttons, file access, and plot XY
graph; for this, could be possible using only Avalonia framework and .NET8....No need for some native lib. Correct ?

You still need a native library. Avalonia relies heavily on things like Skia for basically everything. The .NET build system (if it's configured to do so) generally works out what libraries to include based on what platform you target.

i need to install the .NET8 and Avalonia .So, via SSH we ca transfer the sorce code, and compile on targhet. Is this correct ?

Yes but also no. Again, it depends on how you compile the app. If you do a self contained app then the app will contain th…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@Robiberto
Comment options

@thevortexcloud
Comment options

@Robiberto
Comment options

@thevortexcloud
Comment options

Answer selected by Robiberto
@Robiberto
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants