# Working with wxWidgets

**URL:** https://discourse.julialang.org/t/working-with-wxwidgets/73662
**Category:** New to Julia
**Tags:** question, package
**Created:** [December 26, 2021, 9:35pm UTC](https://discourse.julialang.org/t/working-with-wxwidgets/73662 "2021-12-26T21:35:39Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![medanimohamedakram](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/medanimohamedakram/32/32236_2.png) [@medanimohamedakram](https://discourse.julialang.org/u/medanimohamedakram)
#### Post date: [December 26, 2021, 9:35pm UTC](https://discourse.julialang.org/t/working-with-wxwidgets/73662/1 "2021-12-26T21:35:40Z")

</div>

I’m trying to work on a gui app and using julia as the main language but i didn’t know how i could import the wxWidgets library  
what i did:  
i installed this [https://github.com/JuliaBinaryWrappers/wxWidgets\_jll.jl](https://github.com/JuliaBinaryWrappers/wxWidgets_jll.jl)  
and tried with ccall but bumped into a wall 😅

---

<div class="post-metadata">

### Author: ![stevengj](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/stevengj/32/71_2.png) [@stevengj](https://discourse.julialang.org/u/stevengj)
#### Post date: [December 26, 2021, 11:02pm UTC](https://discourse.julialang.org/t/working-with-wxwidgets/73662/2 "2021-12-26T23:02:21Z")

</div>

See: [Interface to wxwidgets?](https://discourse.julialang.org/t/interface-to-wxwidgets/23152)

Most people in Julia seem to use Gtk for cross-platform GUI work.

---

<div class="post-metadata">

### Author: ![medanimohamedakram](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/medanimohamedakram/32/32236_2.png) [@medanimohamedakram](https://discourse.julialang.org/u/medanimohamedakram)
#### Post date: [December 27, 2021, 8:47am UTC](https://discourse.julialang.org/t/working-with-wxwidgets/73662/3 "2021-12-27T08:47:38Z")

</div>

Yes, I know that but i tried to compile gtk4 but run into a dependency hell which is related to other packages i’m using on my system  
so I switched to wxWidgets.  
and yes, I could use gtk3 but I don’t want to because the migration is kind of pain  
…

I found this just now and it’s not a complete project: [https://github.com/HatsuneMiku/Wx.jl](https://github.com/HatsuneMiku/Wx.jl)  
and i don’t know if i should help with it

---

<div class="post-metadata">

### Author: ![medanimohamedakram](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/medanimohamedakram/32/32236_2.png) [@medanimohamedakram](https://discourse.julialang.org/u/medanimohamedakram)
#### Post date: [December 27, 2021, 9:35am UTC](https://discourse.julialang.org/t/working-with-wxwidgets/73662/4 "2021-12-27T09:35:20Z")

</div>

I think I just should use gtk for now,

> [@medanimohamedakram](#):
>
> I found this just now and it’s not a complete project: [GitHub - HatsuneMiku/Wx.jl: Wx.jl](https://github.com/HatsuneMiku/Wx.jl)  
> and i don’t know if i should help with it

this project seems dead, and i might could contribute to the Gtk.jl
