The native-core demo lives at src/rocksky/native_example.clj:
./build-core.sh # build the native lib
clojure -M:native -m rocksky.native-example # read-only tour
The remote-control demo (RemotePlayer + RemoteController) lives at
src/rocksky/remote_example.clj. It runs a controllable player and a remote UI
side by side — needs an access token and a reachable endpoint:
ROCKSKY_TOKEN=… clojure -M:native -m rocksky.remote-example
ROCKSKY_TOKEN=… clojure -M:native -m rocksky.remote-example wss://api.rocksky.app/ws
Can you improve this documentation?Edit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |