nk-android

command
v0.0.0-...-f0bd027 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 10, 2019 License: MIT Imports: 15 Imported by: 0

README

Nuklear Activity

This android app is built using android-go framework, and the GUI is done via nuklear that uses Android NDK as a backend. It manages an OpenGL ES 2.0 or 3.0 context via EGL to draw stuff on the screen and gets touch input from the sensors.

Prerequisites

There is no additional prerequisites, the project fully inherits the same structure as the Android example app provides, make sure you were able to run it first. Just to make sure that everything works smoothly for your OS, environment setup and the device itself.

Structure
$ tree .
.
├── Makefile
├── README.md
├── android
│   ├── AndroidManifest.xml
│   ├── Makefile
│   └── jni
│       ├── Android.mk
│       └── Application.mk
├── assets
│   └── DroidSans.ttf
├── bindata.go
├── main.go
└── util.go

4 directories, 9 files

Droid Sans font is packed using go-bindata and being linked statically on the compile time.

Screenshots

  

Click for video

Running
$ make
$ make install
$ make listen

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL