GUI app with nim

2023-06-26 Thread FP
ggplotnim is just missing 3D plotting. I will also need to interact with the plot. But too sad it seems a very advanced package. I'd like to thank all people who contribute to this thread, it was a very dense exchange of information and I have some things to dig into and experiment before start

Wishlist: Ideal UI library for Nim

2023-06-26 Thread FP
That's great to have your vision, sure that it will trace a possible path. My comments (sorry I am not as technical as you): 1. Do not know the pro/cons of such choice, but good looking is very important on major platforms. 3. Do you mean OpenGl or such API? 8. Good documentation and

GUI app with nim

2023-06-25 Thread FP
for plotting it could be possible to do some wrapper to Dislin or Plplot I though about QtChart but it is quite expensive

The Algorithms In Nim

2023-06-25 Thread FP
That's cool stuff. Nim versions do not appear in the main pages whereas there is a separated Algorithm only for Nim, I am missing something or what (even Zig versions are available sometimes)? Why doing this whereas there is something very very similar (Rosetta code

GUI app with nim

2023-06-25 Thread FP
You're totally right, that's why I think there is really a space for any great language (and Nim is one) to fill this missing space. Nowadays Linux is much more present in companies than in the past. The language that will do it could be very, very attractive for many people.

GUI app with nim

2023-06-25 Thread FP
I don't want to use web base API such as Electron, because the result are too big (memory, CPU) for the result. Not very to deploy, I prefer native apps.

GUI app with nim

2023-06-25 Thread FP
NiGui is very nice but too far to be used in a commercial app, there are many widgets missing.

GUI app with nim

2023-06-25 Thread FP
Thanks, I will give a try to both.

GUI app with nim

2023-06-25 Thread FP
Hi, I'd like to code a cross platform GUI app (at least Windows/Linux) to do an advanced plotting system of data which are in sqlite databases. I had a look at the list of available GUI packages for nim. I have tested the ones that seems the most mature for the type of work required. It was a b

nimx question

2021-10-03 Thread FP
Hi, I've installed nim on Windows using scoop, it works fine for updating nim in an automated way. Nim is installed on C:Usersmy_namescoopappsnim I've tried to install nimx I did it on C:Usersmy_namenimx folloiwing the steps on the web nimx homepage git clone