mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-02 17:46:22 +03:00
0032658: Documentation - add missing GLFW sample to dox/samples/samples.md
This commit is contained in:
parent
97e80b8c30
commit
6eddc28410
@ -18,6 +18,7 @@ samples/samples.md
|
||||
../samples/java/jniviewer/ReadMe.md
|
||||
../samples/ios/UIKitSample/ReadMe.md
|
||||
../samples/webgl/ReadMe.md
|
||||
../samples/glfw/readme.md
|
||||
samples/ocaf.md
|
||||
samples/ocaf_func.md
|
||||
samples/draw_scripts.md
|
||||
|
@ -35,6 +35,8 @@
|
||||
<br>3D Viewer sample with CAD import for Android mobile platform based on Android SDK and JNI layer.
|
||||
* @ref occt_samples_ios_uikit
|
||||
<br>3D Viewer sample for iOS platform based on Apple **UIKit** framework.
|
||||
* @ref occt_samples_glfw
|
||||
<br>A cross-platform 3D Viewer sample using **GLFW** library.
|
||||
|
||||
@page samples__tutorials Tutorials and Demos
|
||||
- @subpage samples__novice_guide
|
||||
@ -54,3 +56,4 @@
|
||||
- @subpage occt_samples_webgl
|
||||
- @subpage samples_java_android_occt
|
||||
- @subpage occt_samples_ios_uikit
|
||||
- @subpage occt_samples_glfw
|
||||
|
@ -1,4 +1,10 @@
|
||||
GLFW: 3D Viewer (C++|GLFW) {#occt_samples_glfw}
|
||||
==================
|
||||
|
||||
A sample demonstrating usage of OCCT 3D Viewer within a window created using GLFW.
|
||||
|
||||
Use CMake to build the sample.
|
||||
|
||||
Platforms: Windows, macOS, Linux
|
||||
|
||||
Required: glfw
|
||||
|
Loading…
x
Reference in New Issue
Block a user