22 releases (11 breaking)

0.12.0 Feb 19, 2024
0.11.0 Oct 18, 2023
0.10.0 Sep 11, 2023
0.9.5 Apr 18, 2023
0.2.1 Mar 29, 2022

#214 in Multimedia

Download history 128/week @ 2023-12-20 35/week @ 2023-12-27 50/week @ 2024-01-03 63/week @ 2024-01-10 66/week @ 2024-01-17 86/week @ 2024-01-24 40/week @ 2024-01-31 101/week @ 2024-02-07 360/week @ 2024-02-14 420/week @ 2024-02-21 192/week @ 2024-02-28 183/week @ 2024-03-06 149/week @ 2024-03-13 108/week @ 2024-03-20 196/week @ 2024-03-27 187/week @ 2024-04-03

680 downloads per month
Used in 2 crates (via notan)

MIT/Apache

31KB
698 lines

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.

Dependencies

~0–41MB
~608K SLoC