mingl

Crates.iomingl
lib.rsmingl
version0.2.0
sourcesrc
created_at2024-09-10 07:07:37.773907
updated_at2024-10-28 12:04:19.554454
descriptionAgnostic set of tools for abstract rendering backend.
homepage
repositoryhttps://github.com/Wandalen/cg_tools
max_upload_size
id1370115
size29,177
Wandalen (Wandalen)

documentation

README

mingl

Agnostic set of tools for abstract rendering backend.

Implemented Features

  • Data type convertion into Vector:

    • f32.
    • i8/16/32.
    • u8/16/32.
    • 1D array.
    • 2D array.
  • Data type convertion into byte slices:

    • Arrays.
    • Vec< T >.
  • Orbital camera controler.

  • Object model reporter.

Commit count: 0

cargo fmt