notan_backend

Crates.ionotan_backend
lib.rsnotan_backend
version0.12.1
sourcesrc
created_at2022-02-20 22:06:58.365666
updated_at2024-06-08 17:59:27.897918
descriptionProvides a default backend for Notan
homepagehttps://github.com/Nazariglez/notan
repositoryhttps://github.com/Nazariglez/notan
max_upload_size
id535996
size2,786
Nazarí González (Nazariglez)

documentation

README

Notan Backend

This crate is used by default for the AppBuilder to set a backend depending on the build platform.

For web it will use the notan_web backend based on web-sys and for desktop platforms it will use notan_winit currently using glutin to give the OpenGL context.

Both backends (web and winit) will use notan_glow to manage the OpenGL/WebGL context.

Commit count: 1114

cargo fmt