giu icon indicating copy to clipboard operation
giu copied to clipboard

Can I run giu program on Raspberry PI device

Open cmingxu opened this issue 6 months ago • 2 comments

If so, any extra step to step up ?

cmingxu avatar Jun 17 '25 01:06 cmingxu

You might need to do something with cimgui-go

Rpi is arm, right?

gucio321 avatar Jun 17 '25 05:06 gucio321

for reference:

  • you will want either linux/arm64 or linux/arm.
  • you need rpi compatible C/c++ toolchain
  • the problem will be pre-compiled imgui code (see https://github.com/AllenDang/cimgui-go/issues/157 )

gucio321 avatar Jun 17 '25 14:06 gucio321