Skip to content

Commit

Permalink
improve ext readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alemuntoni committed Nov 21, 2023
1 parent 88b263a commit d4d81b9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions include/vclib/ext/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# External Library Support
# External Libraries

This folder contains a set of VCLib functions and classes that can be used only if you have the corresponding external library available on your system.

The functionalities are then accessible under a specific namespace for each library.

A list of the supported libraries and their namespaces is provided below:
A list of the supported libraries, their paths and their namespaces is provided below:

| Library(s) | Namespace | Notes |
|:-------:|:---------:|:-----:|
| [OpenGL2](https://registry.khronos.org/OpenGL-Refpages/gl2.1/) | `vcl::gl2` | |
| [Qt6](https://www.qt.io/) | `vcl::qt` | |
| [QGLViewer](http://libqglviewer.com/) | `vcl::qgl` | This library requires Qt6 |
| [VCG](http://vcg.isti.cnr.it/vcglib/) | `vcl::vc` | |
| Library(s) | Namespace | Path | Notes |
|:----------:|:---------:|:----:|:-----:|
| [OpenGL 2.1](https://registry.khronos.org/OpenGL-Refpages/gl2.1/) | `vcl::gl2` | `ext/opengl2` | |
| [Qt 6](https://www.qt.io/) | `vcl::qt` | `ext/qt` | |
| [QGLViewer](http://libqglviewer.com/) | `vcl::qgl` | `ext/qglviewer` | This library requires Qt6 |
| [VCG](http://vcg.isti.cnr.it/vcglib/) | `vcl::vc` | `ext/vcg` | |

0 comments on commit d4d81b9

Please sign in to comment.