Skip to content

Commit b473363

Browse files
committed
Update external_tools_libraries_and_toolkits.md
1 parent f683bbd commit b473363

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

docs/documentation/external_tools_libraries_and_toolkits.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
| Product | Copyright | Description | Release |
66
| ------------------------------------------------------------------ | ------------------- | ------------------------------------------------------- | ------- |
7-
| [cmake](https://www.cmake.org) | Kitware | Cross Platform Makefile Generator | 3.19 |
8-
| [Docusaurus](https://docusaurus.io/) | Meta Platforms, Inc | Build optimized websites quickly, focus on your content | 2.0 |
9-
| [Doxygen](http://www.doxygen.org) | Dimitri van Heesch | Documentation generator | 1.8.20 |
7+
| [cmake](https://www.cmake.org) | Kitware | Cross Platform Makefile Generator | 4.0 |
8+
| [Docusaurus](https://docusaurus.io/) | Meta Platforms, Inc | Build optimized websites quickly, focus on your content | 3.8 |
9+
| [Doxygen](http://www.doxygen.org) | Dimitri van Heesch | Documentation generator | 1.9.7 |
1010
| [Doxygen Awesome](https://jothepro.github.io/doxygen-awesome-css/) | jothepro | Modern Doxygen theme | 2.0.3 |
1111

1212
## External toolkits used
@@ -22,11 +22,9 @@ At this time only wxWidgets toolkit is supported.
2222
| Product | Copyright | Description | Release |
2323
| ------------------------------------------------------------ | ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------- |
2424
| [Cocoa](https://developer.apple.com/documentation) | Apple | Apple Developer Documentation | / |
25-
| [FLTK](http://www.fltk.org) | The FLTK Team | FLTK (pronounced "fulltick") is a cross-platform C++ GUI toolkit for UNIX®/Linux® (X11), Microsoft® Windows®, and MacOS® X. FLTK provides modern GUI functionality without the bloat and supports 3D graphics via OpenGL® and its built-in GLUT emulation. | 3.1.5 |
26-
| [Qt6](http://www.qt.io) | Qt | One framework. One codebase. Any platform. | 6.2 |
2725
| [gtk+4](http://www.gnome.org) | The GNOME project | This document is for the GTK 4 library. | 4.6.6 |
26+
| [Qt6](http://www.qt.io) | Qt | One framework. One codebase. Any platform. | 6.2 |
2827
| [Win32 API](https://docs.microsoft.com/en-us/windows/win32/) | Microsoft | Build desktop Windows apps using the Win32 API. | / |
29-
| [wxWidgets](https://wxwidgets.org) | The wxWidgets team | wxWidgets is a C++ library that lets developers create applications for Windows, macOS, Linux and other platforms with a single code base. It has popular language bindings for Python, Perl, Ruby and many other languages, and unlike other cross-platform toolkits, wxWidgets gives applications a truly native look and feel because it uses the platform's native API rather than emulating the GUI. It's also extensive, free, open-source and mature. | 3.2.2.1 |
3028

3129
## See also
3230

0 commit comments

Comments
 (0)