21 unstable releases (10 breaking)

0.11.0 Oct 18, 2023
0.9.5 Apr 18, 2023
0.9.4 Feb 25, 2023
0.8.0 Nov 28, 2022
0.2.1 Mar 29, 2022

#1437 in Game dev

Download history 356/week @ 2023-08-17 147/week @ 2023-08-24 154/week @ 2023-08-31 363/week @ 2023-09-07 426/week @ 2023-09-14 117/week @ 2023-09-21 151/week @ 2023-09-28 152/week @ 2023-10-05 144/week @ 2023-10-12 217/week @ 2023-10-19 217/week @ 2023-10-26 199/week @ 2023-11-02 205/week @ 2023-11-09 169/week @ 2023-11-16 196/week @ 2023-11-23 233/week @ 2023-11-30

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

MIT/Apache

31KB
691 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
~625K SLoC