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

#915 in Game dev

Download history 4/week @ 2024-07-01 34/week @ 2024-07-08 83/week @ 2024-07-15 96/week @ 2024-07-22 180/week @ 2024-07-29 79/week @ 2024-08-05 115/week @ 2024-08-12 88/week @ 2024-08-19 97/week @ 2024-08-26 149/week @ 2024-09-02 97/week @ 2024-09-09 243/week @ 2024-09-16 359/week @ 2024-09-23 120/week @ 2024-09-30 98/week @ 2024-10-07 109/week @ 2024-10-14

722 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–35MB
~591K SLoC