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

#1082 in Game dev

Download history 85/week @ 2024-07-19 168/week @ 2024-07-26 111/week @ 2024-08-02 99/week @ 2024-08-09 89/week @ 2024-08-16 89/week @ 2024-08-23 129/week @ 2024-08-30 118/week @ 2024-09-06 189/week @ 2024-09-13 341/week @ 2024-09-20 173/week @ 2024-09-27 118/week @ 2024-10-04 123/week @ 2024-10-11 125/week @ 2024-10-18 153/week @ 2024-10-25 103/week @ 2024-11-01

508 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–36MB
~592K SLoC