23 unstable releases (11 breaking)

0.12.1 Jun 8, 2024
0.12.0 Feb 19, 2024
0.11.0 Oct 18, 2023
0.9.5 Apr 18, 2023
0.2.1 Mar 29, 2022

#930 in Game dev

Download history 93/week @ 2024-11-13 96/week @ 2024-11-20 94/week @ 2024-11-27 173/week @ 2024-12-04 327/week @ 2024-12-11 100/week @ 2024-12-18 71/week @ 2024-12-25 113/week @ 2025-01-01 206/week @ 2025-01-08 269/week @ 2025-01-15 183/week @ 2025-01-22 202/week @ 2025-01-29 189/week @ 2025-02-05 189/week @ 2025-02-12 117/week @ 2025-02-19 211/week @ 2025-02-26

733 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–40MB
~581K SLoC