#Higraph update:
#Hyperedges can now be straight lines or hermite splines.

Heading towards "minimum viable product" quite quickly now!

#Python #Qt #PySide6

FreeCAD is broken—well, well, a classic favorite case… Why is FreeCAD broken? Because it’s installed as a Flatpak on Linux Mint. Duh! The fix is simple: just use the AppImage instead . But why the official installation is broken to begin with is a great question. Apparently, there’s some undefined PySide6 symbol error dragging it down. I don’t even want to get started on it. I assume everyone upstream is just pointing fingers at each other. - There’s “nothing wrong”, it just doesn’t work. Total win. The only thing guaranteed here is an extremely bad UX, because things just magically break down when the user did absolutely nothing. Classic. #FreeCAD #Mint #Flatpak #PySide6 #Linux

Pyrog. Основа для приложения мечты

Признайтесь честно, кто из вас любит рутину? Вы не любите? Вот и я не люблю, поэтому около трёх лет назад я выпустил программный комплекс для ускорения разработки и управления мини-приложениями на Python + PySide6, которые помогают мне в повседневной работе. За время его эксплуатации я обнаружил ряд архитектурных недостатков, которые ухудшали опыт его использования, да и многие возможности, о которых я мечтал не были реализованы. Так или иначе, я нашел в себе силы исправить свои ошибки и реализовать задуманное. Поэтому, если вы, как и я, пишете инструменты на Python или хотите этим заняться, то можете взять на вооружение мой инструмент, он бесплатный и имеет открытый исходный код. Присоединиться к проекту

https://habr.com/ru/articles/1035774/

#python3 #pyside6 #qt #software #software_development #разработка_приложений #автоматизация_рутины #gui #графический_интерфейс #интернационализация

Pyrog. Основа для приложения мечты

Привет, земляне! Спешу к вам с радостной новостью, наконец то я готов представить вашему вниманию обновленную версию программы с открытым исходным кодом для разработки и управления мини-приложениями...

Хабр
ubuntu26.04 based #linuxmint will not arrive until December, so I plan to switch to #debian or #lmde . I want to package the 3rd party #epic store client(rare) and some other stuff, which all use #pyside6 , so if I keep use mint, even if I package them using docker I won't be able to install and use them.

#Higraph update.
My wife has been squashing bugs and added an awesome hierarchical view of the blobs (sets).
#Hyperedges still need work, but this is getting tantalisingly close to a usable tool!

#Python #pyside6

You asked, and here it is: #hyperedges are basically working. 1200 lines of code & changes in 2 weeks - about 50 odd hours of coding. This was not trivial, but hyperedges are a thing.

There are still some features to add (deletion, XML serialisation), and bugs to squash, but the hard work is done.
😁

#Python #Higraph #GraphTheory #PYside6

First steps using #Qt in #Python and boy does it make my head hurt. Currently using #PySide6 and the many different constructors and different methods to do stuff are something else.

Lower thirds editor that allows users to control the look and layout of their lower thirds. Early stages but we already have a working Python application.

#Python #PySide6 #lower #thirds #editor #open #source

Got tired of waiting for someone else to create an open source lower thirds editor, so I took the initiative to start my own project. Using Python and PySide6 to create the main application and the widgets.

More information coming soon.

#Python #PySide6 #lower #thirds #editor #overlays #video

A #Higraph milestone: Blobs (nodes as sets) now work! Grab a 'parent' blob, and all the children move. Edges connect anywhere on the blob, and default to be orthogonal to the point of contact. graphML read and write working.

Now on to proper hyperedges!

#Python #Pyside6 #Qt #GraphTheory