Is there any support for orekit in the QT programming language?

Is there any support for orekit in the QT programming language?

Hi @arletty,

I am not sure that I understand what the “QT programming language” is (C++, QML?). But, as far as I know, there is no C++ wrapper for Orekit.

@arletty Maybe this would help you? Alternately, @Zudo has written a library called OreCZML to generate visualizations in orekit using Cesium. What specifically are you trying to do?

1 Like

QT programming language is an interface that uses the C++ language to do mainly front end programs.

Hi,
There is no public C++ wrapper, but the Python wrapper receipe developed by @petrus.hyvonen used Apache Pylucene code generator which wrap the java classes to C++ and then to Python.
The resulting C++ classes can easly be integrated as a C++ library.
We already did it for our project.

1 Like