Giter Club home page Giter Club logo

liblsl-android-builder's Introduction

liblsl-android-builder

This Android App simple project builds LSL (LabStreamingLayer) library liblsl.so for architectures arm64-v8a, armeabi-v7a, x86, and x86_64 on Android Studio. A demonstration App that uses LSL is also included on it (more details below).

When the build is ready, the library files are inside liblsl-android-builder/libs/debug/ and liblsl-android-builder/libs/release/. To avoid building it, you can also download them from the last release.

To build it yourself and/or to know more about how to include it on your Android project, check the details under the builder app module instructions file (build.gradle).

There it is also explained how to make the build directly using the compiled/build library liblsl.so. But in a nutshell, just extract the architecture folders either from your own build or from the lastest release (liblsl-version) into the jniLibs folder (e.g. app-root/module-root/src/main/jniLibs for release build, app-root/module-root/src/debug/jniLibs for debug one). Also, do not include (or just comment) the CMake blocks from build.gradle (externalNativeBuild and externalNativeBuild.cmake) and it will work.

Demo App (LSL Markers Sender Example)

This demo App sends the button label of the button pressed/clicked (A or B) as triggers or markers using a LSL stream. You can test the App by either building and running it on Android Studio or directly installing the APK release.

keyboard-trigger

The file where the actual LSL API is used is on MainActivity.java. For more examples, check the official community examples from the LSL Java repo.

liblsl-android-builder's People

Contributors

mvidaldp avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

keumds

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.