Skip to content

C style wrapper for winit - Cross-platform window creation and management in Rust

License

Notifications You must be signed in to change notification settings

feenkcom/libwinit

Repository files navigation

libWinit

C style wrapper for Winit - cross-platform window creation and management in Rust.

Generating winit.h header

Make sure to install latest cbindgen:

cargo install cbindgen

Generate the header running the following from the root of libwinit repository:

cbindgen --config cbindgen.toml --crate libwinit --output winit.h

Released winit.h header

winit.h is released together with shared libraries. The latest header is available on GitHub: https://github.com/feenkcom/libwinit/releases/latest

Example C project

Check Example using C API to learn how to compile a sample C program to open a native window.

About

C style wrapper for winit - Cross-platform window creation and management in Rust

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages