A JSON Viewer - my upcoming project #315
rexkogitans
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
But after all, Cambalache is not ready yet and is at a very early stage of development. But after all, Cambalache is not ready yet and is at a very early stage of development. By the way, I also plan to make a json viewer, but embedded in my file browser(Im using nim now, waiting for typescript support). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have got an idea for a small software project, a JSON viewer, which started out in Python (my first touch with Pyhton) with GTK 3. Midway, I found out that GTK 4 arrived and I could not make friends with Python. My project was halted for several months.
After tinkering about 3 months with various programming languages (C, Ruby, Node-JS) and Toolkits (GTK, QT, tk), I finally found my decision in - drum roll, please - Node-JS with GTK. The GUI will be designed with Cambalache.
Although not being able to bind the signals automatically, I decided that this is the least drawback since the app won't have too many signals. It won't make an unmaintable list in the classes.
Furthermore, I think Node-GTK should receive more attention as it is a great project. I am looking forward to see it advance as the number of projects depending on it grows.
I will keep you up to date as soon as my project is in a state where I will push it to a public Git repository for the first time.
Beta Was this translation helpful? Give feedback.
All reactions