Geopter is optical design software based on geometrical ray tracing.
Optical design has been aided by powerful computer and professional software such as CODE-V and Zemax, though these software are too expensive for personal users.
There have been developed and distributed increasing number of optics library. One of the disadvantage of such library is to require matured programming skills to master them.
This project aims to be in mid-ground. Geopter features to be open-sorce and to put a higher priority to intuitive GUI allowing to focus on optical design process.
This project is very work-in-progress. Any contributions or feedbacks are greatly appreciated.
Prebuilt binaries can be downloaded from Release page.
Some example lenses are stored in "example" folder in json format. In Geopter GUI, go File->Open and select a json file.
Geopter doesn't have its own "macro" language unlike the exemplary software such as Zemax and CodeV. Instead, the embedded Python console enables command scripting in order to automate a complex procedure. The "app" and "osys" object provide the accesses to the application and the optical system respectively. For the moment, only a few functions have been implemented.
In Geopter, the array indexes(fields, wavelengths, etc) start at 0 to keep consistency with Python.
Library | Description |
---|---|
Qt | widget toolkit for GUI |
Qt Advansed Docking System | Flexible docking layout system |
QCustomPlot | Graph plotting library |
nlohman/json | JSON utility |
Eigen | template library for linear algebra |
ttk592/spline | spline interpolation |
PythonQt | dynamic Python binding for the Qt framework |
All of the dependencies except Qt itself have been included in this repository. Use cmake to generate Visual Studio solution.
Note that this application is built with Qt5 and Qt6 is currently not supported.
This project is licensed under GPL license - see the LICENSE for details.
Contributions and feedbacks are greatly appreciated. Please read CONTRIBUTING for details on our code of conduct, and the process for submitting pull requests to us.