Skip to content

Rewrite of all software of the Freilite Iris 16 to a unified Rust codebase.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE_APACHE
MIT
LICENSE_MIT
Notifications You must be signed in to change notification settings

iFreilicht/iris-rs

Repository files navigation

iris-rs

A WIP re-write of all the software written for Iris 16.

Check out the original thread on SFN.

Take a look at all Iris 16 repos.

Iris Lib

A unified codebase for all functionality and datastructures related to rendering and working with lighting effects on Iris. Implements serialization and deserialization and thus avoids having to define the interface via Protobuf (as done by the old iris-lib) and re-implement the strcutures and functions in TypeScript, Python and C++.

This also helps with testing, as the code running in Iris Hub is the exact same one running on the hardware.

Iris Hub

Replaces the old Iris Visualizer. It uses iris-lib by compiling it to WebAssembly, so the TypeScript logic is purely for the UI. The rendering approach was also adapted from a canvas to modifying SVG in-place, resulting in much sharper graphics.

The data transfer from Iris Hub to the hardware will be done directly from the browser via MIDI SysEx, which avoids the need for users to install any software. As such, a re-write of Iris Manager is not necessary.

Iris FW

The firmware for the Iris 16 hardware, utilising the avr-hal to compile for an Atmega32u4. This has not been publicly pushed yet.

About

Rewrite of all software of the Freilite Iris 16 to a unified Rust codebase.

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE_APACHE
MIT
LICENSE_MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published