realraum_backend_projector

Crates.iorealraum_backend_projector
lib.rsrealraum_backend_projector
version0.0.0
sourcesrc
created_at2023-09-04 20:59:04.08937
updated_at2023-09-04 20:59:04.08937
descriptionA projector remote-control server backend for Realraum
homepagehttps://github.com/realraum/realraum-backend#readme
repositoryhttps://github.com/realraum/realraum-backend
max_upload_size
id963611
size70,918
Tanja (Tanja-4732)

documentation

https://docs.rs/realraum_backend_projector/latest/realraum_backend_projector/

README

Realraum Projector Backend

githubcrates-iodocs-rs

A projector remote-control server backend for Realraum; work in progress.

Development

Prerequisites

  • Rust
    • Rust is a modern systems programming language focusing on safety, speed, and concurrency
    • It empowers everyone to build reliable and efficient software
    • Realraum Projector Backend is written in Rust, compiled to WebAssembly, and runs in the browser
  • Cross compilation to ARMv7
    • Get something like gcc-arm-linux-gnueabihf from your package manager
    • rustup target add armv7-unknown-linux-gnueabihf

License

GNU Affero General Public License v3.0

Copyright (C) 2023 @Tanja-4732

Realraum Projector Backend is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Realraum Projector Backend is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with Realraum Projector Backend. If not, see https://www.gnu.org/licenses/, specifically https://www.gnu.org/licenses/agpl-3.0.html.

Commit count: 19

cargo fmt