Crates.io | lighthouse-client |
lib.rs | lighthouse-client |
version | 3.4.0 |
source | src |
created_at | 2022-02-15 17:05:59.263611 |
updated_at | 2024-07-23 23:41:42.607139 |
description | Client SDK for Project Lighthouse |
homepage | |
repository | https://github.com/ProjectLighthouseCAU/lighthouse-rust |
max_upload_size | |
id | 532818 |
size | 94,487 |
An asynchronous library for building clients for Project Lighthouse, e.g. games or animations.
The library is defined in terms of futures
and can thus be used with any async runtime, though additional convenience functions are provided for async-std
and tokio
. The latter can be enabled via the corresponding crate features.
First make sure to have a login at lighthouse.uni-kiel.de and to have your credentials defined as environment variables:
export LIGHTHOUSE_USER=[your username]
export LIGHTHOUSE_TOKEN=[your api token]
You can now run an example with
cargo run --example disco
For a more complex example, try
cargo run --example snake