osiris-display

Crates.ioosiris-display
lib.rsosiris-display
version0.1.1
sourcesrc
created_at2024-04-21 00:34:31.935021
updated_at2024-04-29 15:40:41.49617
descriptionA display layer for an Osiris machine.
homepage
repositoryhttps://asgard.trehinos.eu/osiris/display
max_upload_size
id1215073
size14,825
(Trehinos)

documentation

README

Osiris/Display

Work in progress.

Provides a display layer for an Osiris machine.

This crate provides :

  • Base types to manipulate displays :
    • A Pixel struct which represents an ARGB value on 16 bits (4 bits per color with a 4 bits alpha channel),
    • A Image struct which represents a surface which is drawable and on which we can draw,
    • A Sprite struct which is an Image which can move on a screen, and,
  • And more evolved utilities :
    • A Screen struct and a ScreenMemory which can be displayed or drawn on,
    • A CachedSprite struct for sprites managed by :
    • The Gpu, which is a facade to operate images in an Osiris machine.

License

Commit count: 0

cargo fmt