Skip to content

Commit

Permalink
architecture for GUIs in dev guide
Browse files Browse the repository at this point in the history
  • Loading branch information
menon-karthik committed Oct 11, 2024
1 parent 0eedaa8 commit 884f96b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/pages/developer_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,15 @@ in the `src` directory and a collection of different applications in the
`applications` folder. Each application is written for a different use-case
of svZeroDSolver, namely:

* svZeroDCalibrator in `svzerodcalibrator.cpp`
* svZerodSolver in `svzerodsolver.cpp`
* Python API in `pysvzerod.cpp`
* svZeroDCalibrator in `svzerodcalibrator.cpp`
* svZeroDVisualization for visualizing 0D models and results
* svZeroDGUI for creating new 0D models grahically.

[Architecture for svZeroDVisualization](@ref visualization).

[Architecture for svZeroDGUI](@ref GUI).


# Build in debug mode
Expand Down

0 comments on commit 884f96b

Please sign in to comment.