HackerTrans
TopNewTrendsCommentsPastAskShowJobs

HDevo

no profile record

Submissions

Making good GUIs is hard

evolved.systems
2 points·by HDevo·5 years ago·0 comments

comments

HDevo
·3 years ago·discuss
Paul Bourke's website is great; don't forget to check his other articles!

Over 10 years ago, it inspired me to play with strange attractors, which eventually ended with me writing https://github.com/chaoskit/chaoskit.

It was fun and I learned a lot, but it's definitely a deep rabbit hole. I've moved on since then.
HDevo
·3 years ago·discuss
While I agree that the home page and navigation could be better structured, there is at least a Basic Concepts page linked in the sidebar. That page links to much more helpful description: https://tensegritywiki.com/index.php?title=Tensegrity
HDevo
·3 years ago·discuss
I use https://www.chezmoi.io/, which deals with that with templates and/or scripts. It's very flexible, so it can feel overkill, but I'm very fond of it.
HDevo
·3 years ago·discuss
The MIT license disagrees:

  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
Besides, even if you don't interpret this as "attribution", it's still ironic coming from this particular project.
HDevo
·4 years ago·discuss
You can use plain OpenVPN or WireGuard clients.
HDevo
·4 years ago·discuss
I'm not the parent, but I did something similar. It's an editor for fractal flames where the UI is done in QML and rendering and generation is done in C++ and OpenGL. https://github.com/chaoskit/chaoskit

I liked that QML allowed me to iterate quickly on the UI. It was really quick to just compose a bunch of components together and have something working. I also enjoyed the integration with the C++ side. Overall I found QML pretty solid. If I'd build a desktop app again, I'd definitely consider it.
HDevo
·5 years ago·discuss
Just wanted to say +1 for Monokai Pro. It's very different from regular Monokai and I wish it was available for more apps.
HDevo
·5 years ago·discuss
For basic calculations, let me recommend bc to you: https://en.wikipedia.org/wiki/Bc_(programming_language)

This way you don't even have to type "print" ;)
HDevo
·6 years ago·discuss
https://github.com/chaoskit/chaoskit

Demo video: https://youtu.be/ZSz3zN14NTQ

It's an editor and renderer for Fractal Flames[1] written in C++17 with a UI in Qt/QML. Other software that renders Fractal Flames is e.g. Electric Sheep[2] or Apophysis[3].

It's a project that I've been working on and off for 10 years and it's still not ready… Reimplementing it several times certainly didn't help, but I learned a lot in the process! It's grown from a simple for loop to basically a language interpreter.

Sorry for the lack of README or license, but this is still half-baked. I want to release and open-source it one day though.

[1] https://flam3.com/

[2] https://electricsheep.org/

[3] https://en.wikipedia.org/wiki/Apophysis_(software)