Skip to content

Commit e072cb9

Browse files
update readme.md
1 parent 3f41057 commit e072cb9

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
11
# Introduction
22
This Repository collects a lot of usefull and mostly not trivial examples that can be used to start a own application.
33

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.
66

77
## Overview
88
![](Overview.png)
99

1010
# Details
1111

12-
1312
## OpenGL
1413

1514
Collection of classes and examples that are mainly related to OpenGL implementations
1615

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. |
2019

2120
## data_control
2221

0 commit comments

Comments
 (0)