notan_backend

Crates.ionotan_backend
lib.rsnotan_backend
version0.13.0
created_at2022-02-20 22:06:58.365666+00
updated_at2025-03-29 13:20:39.224866+00
descriptionProvides a default backend for Notan
homepagehttps://github.com/Nazariglez/notan
repositoryhttps://github.com/Nazariglez/notan
max_upload_size
id535996
size80,904
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: 1152

cargo fmt