# Any touchscreen APIs for Julia?

**URL:** https://discourse.julialang.org/t/any-touchscreen-apis-for-julia/45614
**Category:** General Usage
**Created:** [August 27, 2020, 7:00am UTC](https://discourse.julialang.org/t/any-touchscreen-apis-for-julia/45614 "2020-08-27T07:00:52Z")
**Posts on this page:** 1
**Showing post:** 7

<div class="post-metadata">

### Author: ![Palli](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/palli/32/3380_2.png) [@Palli](https://discourse.julialang.org/u/Palli)
#### Post date: [August 31, 2020, 12:35pm UTC](https://discourse.julialang.org/t/any-touchscreen-apis-for-julia/45614/7 "2020-08-31T12:35:34Z")

</div>

Also for CImGui, another package I just found that might be usuful (or not, as searching for touch got me nothing, but at least might be helpful for non-touch GUI, maybe simplifying a lot): [JuliaHub](https://juliahub.com/ui/Packages/Poptart/HOpB5/0.3.0)

> [@\[ANN\] CImGui.jl - A Wrapper for Bloat-free Immediate Mode Graphical User interface(Dear ImGui)](https://discourse.julialang.org/t/ann-cimgui-jl-a-wrapper-for-bloat-free-immediate-mode-graphical-user-interface-dear-imgui/21268/9):
>
> That’s probably because Dear ImGui is not for creating UIs for the average end-user. As explained in the Dear ImGui’s [FAQs](https://github.com/ocornut/imgui/blob/f02705fbaa22cad03f0b033d901f8b232dfb1ce5/imgui.cpp#L569-L653), it’s a renderer-agnostic GUI lib and does not provide any 2D/3D rendering utilities by default. People need to build their own 2D texture renderer for drawing images. Although this can be done in a couple of lines using quite a few knowledge in 3D graphics, the learning curve may look steep for those who don’t have any relevant background. Maybe I should add a default 2D im…

---

_[View the full topic](https://discourse.julialang.org/t/any-touchscreen-apis-for-julia/45614)._
