Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.