You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,21 @@
1
1
# Introduction
2
2
This Repository collects a lot of usefull and mostly not trivial examples that can be used to start a own application.
3
3
4
-
! Attention !
5
-
If you get a could not find error when compiling the examples, this could be caused by the directory name change during translation and uploading into this repository. Add the missing file's by hand with the project inspector from the IDE.
4
+
## ! Attention !
5
+
If you get a "could not find" error when compiling the examples, this could be caused by the directory name change during translation and uploading into this repository. Add the missing file's by hand with the project inspector from the IDE.
6
6
7
7
## Overview
8
8

9
9
10
10
# Details
11
11
12
-
13
12
## OpenGL
14
13
15
14
Collection of classes and examples that are mainly related to OpenGL implementations
16
15
17
-
### Mapviewer:
18
-
19
-
Include Google maps into your own application using OpenGL as render engine. Chaches maptiles on local drive for offline use.
16
+
| Example | Description |
17
+
| --- | --- |
18
+
| Mapviewer |Include Google maps into your own application using OpenGL as render engine. Chaches maptiles on local drive for offline use.|
0 commit comments