https://github.com/feenkcom/libwinit

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

https://github.com/feenkcom/libwinit

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.1%) to scientific vocabulary
Last synced: 6 months ago · JSON representation

Repository

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

Basic Info
  • Host: GitHub
  • Owner: feenkcom
  • License: mit
  • Language: Rust
  • Default Branch: main
  • Size: 158 KB
Statistics
  • Stars: 12
  • Watchers: 10
  • Forks: 5
  • Open Issues: 4
  • Releases: 41
Created over 5 years ago · Last pushed about 1 year ago
Metadata Files
Readme License

README.md

libWinit

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

Generating winit.h header

Make sure to install latest cbindgen: bash cargo install cbindgen

Generate the header running the following from the root of libwinit repository: bash 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.

Owner

  • Name: feenk
  • Login: feenkcom
  • Kind: organization
  • Location: Switzerland

We make your systems explainable

GitHub Events

Total
  • Watch event: 6
  • Push event: 1
Last Year
  • Watch event: 6
  • Push event: 1

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 10
  • Total pull requests: 0
  • Average time to close issues: 29 days
  • Average time to close pull requests: N/A
  • Total issue authors: 3
  • Total pull request authors: 0
  • Average comments per issue: 2.2
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • VarLad (8)
  • littleangryork (1)
  • Robert-M-Muench (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

Cargo.lock cargo
  • 170 dependencies
Cargo.toml cargo
libwinit/Cargo.toml cargo
libwinit-builder/Cargo.toml cargo