libqt63dinput6

Qt 6 3D Input library

Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality.

libqt63dquick6

Qt 6 3D Quick library

Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality.

qt6-3d-examples

Qt 6 3D examples

Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality.

qt6-5compat-doc-html

Qt 6 Qt5Compat HTML documentation

Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality.

qt6-5compat-examples

Qt 6 Qt5Compat examples

Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality.

python3-serializable

base class with serialization methods

"Serialisation" refers to the transformation of objects into a bitstream and back into the original structure. The idea expressed by this class has a direct analogy to Java: A method is declared thattransform the object into, e.g., a JSON formatted file. Another method knows how to reinstantiate the object from that output.