NeuroRook is a neurofeedback suite based on the BrainFlow library. It is provided as-is and is currently in the initial stages of development. The primary target is desktop (JVM), with Android support planned for the future.
Note: Not implemented yet, under development.
To build and run the desktop application:
- Build:
./gradlew :composeApp:build
- Run:
./gradlew :composeApp:run
Note: Not implemented yet, but the structure is in place for future development.
To build the Android app:
- Build:
./gradlew :androidApp:assembleDebug
- Install and run via Android Studio or adb.
Note: Not implemented yet, but the structure is in place for future development.
To build and run the iOS app:
- Open the
/iosApp/iosAppdirectory in Xcode and run from there.
/composeApp: Shared code for Compose Multiplatform applications./iosApp: Entry point for iOS applications, including SwiftUI code.
Learn more about Kotlin Multiplatform
This project is licensed under the MIT License - see the LICENSE file for details.