Skip to content

Commit 4110131

Browse files
Update documentation
1 parent 0876a14 commit 4110131

File tree

1 file changed

+46
-38
lines changed

1 file changed

+46
-38
lines changed

README.md

Lines changed: 46 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,46 @@
1-
# Introduction
2-
This Repository collects a lot of usefull and mostly not trivial examples that can be used to start a own application.
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.
6-
7-
## Overview
8-
![](Overview.png)
9-
10-
# Details
11-
12-
## OpenGL
13-
14-
Collection of classes and examples that are mainly related to OpenGL implementations
15-
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. |
19-
20-
## data_control
21-
22-
Collection of classes and examples corresponding to data processing, math and corresponding stuff
23-
24-
## graphics
25-
26-
Collection of classes and examples corresponding to graphic / image processing
27-
28-
29-
## Dependencies
30-
Some examples may have dependencies to external libraries here is the collection where to find and download this libraries (as they are not part of this repository):
31-
32-
| libname | Description | Link |
33-
|---|---|---|
34-
| Synapse | Synapse TCP/IP and serial library | http://www.ararat.cz/synapse/doku.php/download |
35-
| DGLOpenGL | OpenGL Header translation | https://github.com/saschawillems/dglopengl |
36-
| MP-Arith | Mathlibrary for big numbers | https://web.archive.org/web/20190628091417/http://www.wolfgang-ehrhardt.de/index.html |
37-
| Lnet | Lightweight Networking Library | https://github.com/almindor/lnet |
38-
1+
# Introduction
2+
This Repository collects a lot of usefull and mostly not trivial examples that can be used to start a own application.
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.
6+
7+
## Overview
8+
![](Overview.png)
9+
10+
# Details
11+
12+
## OpenGL
13+
14+
Collection of classes and examples that are mainly related to OpenGL implementations
15+
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. |
19+
20+
## TCP_IP
21+
22+
Collection of classes and examples that are mainly related to Serial and Network communications
23+
24+
| Example | Description |
25+
| --- | --- |
26+
| Modbus_Diagnostix | Shows a implementation for the MODBUS RTU, MODBUS-TCP and Modbus-TCP RTU version, use to detect address offset and encoding of the Modbus SLAVE |
27+
28+
## data_control
29+
30+
Collection of classes and examples corresponding to data processing, math and corresponding stuff
31+
32+
## graphics
33+
34+
Collection of classes and examples corresponding to graphic / image processing
35+
36+
37+
## Dependencies
38+
Some examples may have dependencies to external libraries here is the collection where to find and download this libraries (as they are not part of this repository):
39+
40+
| libname | Description | Link |
41+
|---|---|---|
42+
| Synapse | Synapse TCP/IP and serial library | http://www.ararat.cz/synapse/doku.php/download |
43+
| DGLOpenGL | OpenGL Header translation | https://github.com/saschawillems/dglopengl |
44+
| MP-Arith | Mathlibrary for big numbers | https://web.archive.org/web/20190628091417/http://www.wolfgang-ehrhardt.de/index.html |
45+
| Lnet | Lightweight Networking Library | https://github.com/almindor/lnet |
46+

0 commit comments

Comments
 (0)