penk / penkesu

Penkesu Computer - A Homebrew Retro-style Handheld PC
https://penkesu.computer
MIT License
1.92k stars 74 forks source link

Os #2

Closed gedw99 closed 2 years ago

gedw99 commented 2 years ago

You got slash dotted !

https://www.tomshardware.com/news/raspberry-pi-zero-2-w-penkesu-computer

Have you decided on an OS ?

gokrazy might be a good fit for super low resource device . I run it

https://github.com/gokrazy

for apps you can use Fyne or gioui

https://github.com/fyne-io/fyne

https://github.com/gioui

I use gio cause it’s gives the most flexibility. It would not be hard to get it running with gio and the community would probably help you ! They are pro open source .

This makes it very lean and easy for you and others to build apps for it .

gedw99 commented 2 years ago

https://github.com/cutiepi-io/cutiepi-shell/blob/master/opt/cutiepi-shell/SettingView.qml

They are using QT

Gioui works the same way but is fully open source

gioui is designed to paint to a OS provided canvas

gedw99 commented 2 years ago

Also AdGuard ad blocker is programmed in go so if you wanted to add a web browser it would be relatively easy to integrate AdGuard into it .

gioui is similar to QT but

gedw99 commented 2 years ago

https://gokrazy.org/platforms/#raspberry-pi-zero-2-w-work-in-progress

penk commented 2 years ago

@gedw99 thank you for your comments! Right now we are using Raspberry Pi OS Bullseye since it's working out-of-the-box.

(btw I'm one of the author of cutiepi-shell so I'm flattered ;-)

gedw99 commented 2 years ago

no worries.

gedw99 commented 2 years ago

@penk when can i get my hands on the hardware ?