GUI related stuffs
I'm wondering if we can use other gui framework like PySide6, PyQt6 since I saw an example in docs using matplotlib, is there any future realease for gui framework easy to integrate with Mojo? any feature like plotting realtime data with pyqtgraph and reach fast fps?
40 Replies
are u doing algo trading?
I'm doing EEG plotting @limewater23
are u collecting brain signals from scalp?
Congrats @limewater23, you just advanced to level 3!
just a professional project I'm working
on
this bot is everywhere
we are about to move to c++
nice nice
I thought maybe the financial
the financial industry may use that too
if we can reach real time high frequency plotting
yea
that's why I wanted to learn mojo
I am new to algo trading, trying stuff
but I think u must understand the mojo ecosystem to make use of it's performance
right
cool algo trading
today is day 1
It is not Qt, but taichi has imgui included natively and can be imported into mojo.
https://discord.com/channels/1087530497313357884/1148341215771775077
although the orientation of modular team is machine learning we must have a nice community to work on GUI stuff
taichi ?
is that a new project?
@PriNova
bro, what vision
🫡
nice
interested in Machine learning stuff
Mojo is not only for AI. It will be a general-purpose language for all kind of projects.
Taichi is a framework for creating fast computing on CPU or GPU (Vulkan, Metal, Cuda, OpenGL, OpenCL)
Taichi Lang: High-performance Parallel Programming in Python
Taichi is a domain-specific language embedded in Python that helps you easily write portable, high-performance parallel programs.
how to import this tho?
wow, super
high performance for python first time I've heard that
is that promising
can we make gui with taich? @PriNova
I'm checking that now
ggui interesting
Yes, exactly. You can create all kind of GUI with it, because it is based on ImGUI a very popular GUI framework and has 3D rendering capabilities based on your GPU.
nice
can we use buttons from IMGUI
Have a look at their examples or on YT.
You can use all kind of Widgets from IMGUI
crazy stuff
didn't know what I didn't hear of that before
You can create a complete rendering or game engine, if you are willing spend time.
gonna send this to my friend who is thinking about building game engine
Thanks! @PriNova
thanks bro @PriNova
Congrats @pourjour, you just advanced to level 2!
You are welcome
Would you try tkinter as well?
yeah why not
any progress on GUIs? I have a big-ish pyqt5 app and I'm overwhelmed about porting it in
I'd wait to port such a thing until traits are implemented and the language recieves a 1.0 release.
That seems sensible.
any updates on this topic guys?
Not yet. I do plan to make a personal project in an attempt to make one in the future but still waiting on traits.