22 releases (11 breaking)

0.12.0 Feb 19, 2024
0.11.0 Oct 18, 2023
0.10.0 Sep 11, 2023
0.9.5 Apr 18, 2023
0.2.1 Mar 29, 2022

#93 in Multimedia

Download history 82/week @ 2024-01-22 50/week @ 2024-01-29 90/week @ 2024-02-05 160/week @ 2024-02-12 531/week @ 2024-02-19 259/week @ 2024-02-26 167/week @ 2024-03-04 175/week @ 2024-03-11 118/week @ 2024-03-18 137/week @ 2024-03-25 269/week @ 2024-04-01 121/week @ 2024-04-08 165/week @ 2024-04-15 115/week @ 2024-04-22 157/week @ 2024-04-29 212/week @ 2024-05-06

667 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–38MB
~598K SLoC