Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mgord9518/qtc
C bindings to Qt
https://github.com/mgord9518/qtc
Last synced: 3 months ago
JSON representation
C bindings to Qt
- Host: GitHub
- URL: https://github.com/mgord9518/qtc
- Owner: mgord9518
- License: mit
- Created: 2024-10-02T08:19:48.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-29T10:52:52.000Z (3 months ago)
- Last Synced: 2024-10-29T12:46:15.582Z (3 months ago)
- Language: Zig
- Size: 89.8 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
WIP Qt6 bindings for C
Once I think they've gotten to a decently usable point, the Zig bindings will
be moved to their own repoDevelopment environment:
```sh
Nix:
nix-shell # Non-flake systems (lame!)
nix develop # Flake-enabled systemsUbuntu:
# Not yet tested, please open an issue if this doesn't work!
# If you want to build with Zig you'll have to install it manually or use
# zigup
sudo apt install qt6-base-dev build-essential# TODO: other systems
```Building:
```sh
make -j # Builds QtC library and `qt-c` test executable
zig build # Builds QtC library and `qt-zig` test executable (zig-out)
```