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

#947 in Game dev

Download history 159/week @ 2024-10-26 121/week @ 2024-11-02 88/week @ 2024-11-09 71/week @ 2024-11-16 109/week @ 2024-11-23 115/week @ 2024-11-30 290/week @ 2024-12-07 211/week @ 2024-12-14 81/week @ 2024-12-21 55/week @ 2024-12-28 147/week @ 2025-01-04 307/week @ 2025-01-11 210/week @ 2025-01-18 198/week @ 2025-01-25 166/week @ 2025-02-01 135/week @ 2025-02-08

756 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–39MB
~572K SLoC