@@ -10,7 +10,6 @@ If you get a "could not find" error when compiling the examples, this could be c
10
10
# Details
11
11
12
12
## OpenGL
13
-
14
13
Collection of classes and examples that are mainly related to OpenGL implementations
15
14
16
15
| Example | Description |
@@ -22,9 +21,9 @@ Collection of classes and examples that are mainly related to OpenGL implementat
22
21
| uopengl_ascii_font.pas | DOS-stile ASCII-Font to easily show texts in OpenGL windows |
23
22
| uopengl_graphikengine.pas | Class to load and render graphics into the OpenGL window |
24
23
| 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 |
25
25
26
26
## TCP_IP
27
-
28
27
Collection of classes and examples that are mainly related to Serial and Network communications
29
28
30
29
| Example | Description |
@@ -38,7 +37,6 @@ Collection of classes and examples that are mainly related to Serial and Network
38
37
| utcp.pas | abstract wrapper for TLTcp (need L-net) |
39
38
40
39
## data_control
41
-
42
40
Collection of classes and examples corresponding to data processing, math and corresponding stuff
43
41
44
42
| Example | Description |
@@ -56,8 +54,8 @@ Collection of classes and examples corresponding to data processing, math and co
56
54
| utokenizer.pas | generic lexer class to lex strings into tokens |
57
55
| uuart_deprecated.pas | wrapper for synaser.pas (see Synapse) |
58
56
| uvectormath.pas | Math library for multidimensional things (e.g. OpenGL, Matrix ..) |
59
- ## graphics
60
57
58
+ ## graphics
61
59
Collection of classes and examples corresponding to graphic / image processing
62
60
63
61
| Example | Description |
@@ -67,8 +65,8 @@ Collection of classes and examples corresponding to graphic / image processing
67
65
| ugraphics.pas | collection of algorithms to manipulate images and do color calculations |
68
66
| ucirclepackchart.pas | LCL-Component to display packed circles |
69
67
| usunburstchart.pas | LCL-Component to display a sunburstchart diagram |
70
- ## sound
71
68
69
+ ## sound
72
70
Collection of classes and examples corresponding to sound / music processing
73
71
| Example | Description |
74
72
| --- | --- |
0 commit comments