Skip to content

Commit e932fba

Browse files
Update README.md
1 parent 80bf00b commit e932fba

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,12 @@ These can be found in the `examples` directory, where each of them goes into det
5757

5858
To start out, take a look at `examples/01_quad` which is the most basic setup drawing a single 3D quad.<br>
5959

60-
### API Reference
60+
## Docs
6161

62-
(@TODO: generate docs from comments, add github page for it)
62+
API docs for functions/structs can be found here: https://hailtododongo.github.io/tiny3d/ <br>
63+
In general, it is also recommended to include both libdragon and tiny3d in your include path to get proper auto-completion.
64+
65+
To learn how to write actual games and demos with tiny3d, checkout the example projects under `/examples`.
6366

6467
### GLTF Model import
6568
Tiny3D comes with a build-in model format and an importer for GLTF files.<br>

0 commit comments

Comments
 (0)