Skip to content

Commit 722d3f8

Browse files
update docu
1 parent 8df4f86 commit 722d3f8

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ If you get a "could not find" error when compiling the examples, this could be c
1010
# Details
1111

1212
## OpenGL
13-
1413
Collection of classes and examples that are mainly related to OpenGL implementations
1514

1615
| Example | Description |
@@ -22,9 +21,9 @@ Collection of classes and examples that are mainly related to OpenGL implementat
2221
| uopengl_ascii_font.pas | DOS-stile ASCII-Font to easily show texts in OpenGL windows |
2322
| uopengl_graphikengine.pas | Class to load and render graphics into the OpenGL window |
2423
| uopengl_spriteengine.pas | Class to render multiple imageparts within defined delta times |
24+
| uopengl_truetype_font.pas | Class to render truetype fonts to OpenGL windows |
2525

2626
## TCP_IP
27-
2827
Collection of classes and examples that are mainly related to Serial and Network communications
2928

3029
| Example | Description |
@@ -38,7 +37,6 @@ Collection of classes and examples that are mainly related to Serial and Network
3837
| utcp.pas | abstract wrapper for TLTcp (need L-net) |
3938

4039
## data_control
41-
4240
Collection of classes and examples corresponding to data processing, math and corresponding stuff
4341

4442
| Example | Description |
@@ -56,8 +54,8 @@ Collection of classes and examples corresponding to data processing, math and co
5654
| utokenizer.pas | generic lexer class to lex strings into tokens |
5755
| uuart_deprecated.pas | wrapper for synaser.pas (see Synapse) |
5856
| uvectormath.pas | Math library for multidimensional things (e.g. OpenGL, Matrix ..) |
59-
## graphics
6057

58+
## graphics
6159
Collection of classes and examples corresponding to graphic / image processing
6260

6361
| Example | Description |
@@ -67,8 +65,8 @@ Collection of classes and examples corresponding to graphic / image processing
6765
| ugraphics.pas | collection of algorithms to manipulate images and do color calculations |
6866
| ucirclepackchart.pas | LCL-Component to display packed circles |
6967
| usunburstchart.pas | LCL-Component to display a sunburstchart diagram |
70-
## sound
7168

69+
## sound
7270
Collection of classes and examples corresponding to sound / music processing
7371
| Example | Description |
7472
| --- | --- |

0 commit comments

Comments
 (0)