Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xxmacmillanxx/v-using-c-with-gtk4
Trying out calling C code from within V. To make it more fun, using the GTK4 C bindings for this.
https://github.com/xxmacmillanxx/v-using-c-with-gtk4
c gtk4 v-lang v-programming v-programming-language vlang
Last synced: 13 days ago
JSON representation
Trying out calling C code from within V. To make it more fun, using the GTK4 C bindings for this.
- Host: GitHub
- URL: https://github.com/xxmacmillanxx/v-using-c-with-gtk4
- Owner: xXMacMillanXx
- Created: 2024-03-18T01:33:44.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-01T12:18:00.000Z (6 months ago)
- Last Synced: 2024-10-10T22:12:58.544Z (27 days ago)
- Topics: c, gtk4, v-lang, v-programming, v-programming-language, vlang
- Language: V
- Homepage:
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# V using C with GTK4
I was interested in trying out using C code from within V code. For that I
chose GTK4 since it has C bindings and I wanted to play with GTK4. So, in case
you are also interested in using C in V or in using GTK4 with V, hopefully you
find this repo useful.