Skip to content

Commit

Permalink
add project sources to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
UmbrellaLeaf5 committed May 9, 2024
1 parent 4b5f2de commit a1587ec
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

**Project of four first grade MIPT DAFE/RSE students (for engineering practical work in the second semester) in Qt C++**

## **Contents**
## Contents
* [Documentation](https://umbrellaleaf5.github.io/locus_no_pilotus/index.html "documentation generated with doxygen")
* [Installation and configuring](#installation-and-configuring "with using MSYS")
* [Authors](#authors "the best guys")
* [Installation and configuring](#installation-and-configuring "with using MSYS")
* [Used libs and packages](#used-libs-and-packages "we are using GitHub submodules feature 😎")
* [Authors](#authors "the best guys")

### Installation and configuring

Expand Down Expand Up @@ -80,9 +81,22 @@

> Much respect and help for this installation method to [George Sukhanov](https://github.com/TheFueRr "our colleague with an equally interesting project on processing experimental data")!
### Used libs and packages
* [CMake](https://cmake.org/): main project build system
* [Qt](https://www.qt.io/): main project library for full-working program
* [QCustomPlot](https://www.qcustomplot.com/): library for drawing all objects on same place with autoscaling ([submodule](https://github.com/legerch/QCustomPlot-library "reference for submodule with lib in GitHub"))
* [IceCream-Cpp](https://github.com/renatoGarcia/icecream-cpp): library for simple code debugging (we really recommend to use it in C++ projects)
* [Doxygen](https://www.doxygen.nl/): full documentation generation
* [Doxygen Awesome](https://github.com/jothepro/doxygen-awesome-css): convenient CSS theme for Doxygen HTML documentation (it is really awesome)
* [Flaticon](https://www.flaticon.com/): perfect icons source
* [GeoGebra](https://www.geogebra.org/): best platform for geometry calculations


### Authors
**[Romanov Fedor](https://github.com/Romanov-Fedor "math greatest gigachad (Desmos proger)")**

**[Rybalkin Ilya](https://github.com/Stargazer2005 "traveling salesman problem and Dijkstra algos enjoyer")**

**[Akramov Nikita](https://github.com/MrWh1teF0x "jsons, gui forms and cursors hero")**

**[Krivoruchko Dmitry](https://github.com/UmbrellaLeaf5 "repo manager and gui guy")**

0 comments on commit a1587ec

Please sign in to comment.