Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 1.64 KB

README.md

File metadata and controls

48 lines (28 loc) · 1.64 KB

NDK

This is an attempt to make to work the NDK Go-bindings left in old repository github.com/gooid/gooid.

I haven't tried the provided examples, but I copied camera-related files from Camera2Demo into FyneCameraDemo and made it work using fyne to package it for Android:

FyneCameraDemo

To try it:

go install fyne.io/fyne/v2/cmd/fyne@latest

cd ./examples/FyneCameraDemo
~/go/bin/fyne package -os android/arm64

And when I've launched the app, I got this: FyneCameraDemo_screenshot.png


OLD `README.md (originally from github.com/gooid/gooid)

Go bindings for Android NDK

用 Go 开发 APK

示例应用

Storage demo

Sensor demo

Record demo

Camera demo

FaceDetect