mirror of
https://git.coom.tech/drummyfish/small3dlib.git
synced 2024-11-20 20:29:58 +01:00
Add Doxyfile
This commit is contained in:
parent
e1104df78f
commit
64ffc4f019
2 changed files with 2429 additions and 2 deletions
|
@ -25,7 +25,7 @@ TODO
|
|||
- **Many compile-time options** to tune the performance vs quality.
|
||||
- **Similar to OpenGL** in principle, but simpler, easier to use, with higher-level features.
|
||||
- **Tools** (Python scripts) for converting 3D models and textures to C array format used by the library.
|
||||
- **Well commented** and formatted code.
|
||||
- **Well commented** and formatted code. Automatic documentation (comments + provided Doxyfile).
|
||||
- Completely **free of legal restrictions**, do literally anything you want.
|
||||
|
||||
**NOTE**: Backwards compatibility isn't a goal of this libraray. It is meant to
|
||||
|
@ -84,4 +84,4 @@ Everything is CC0 1.0 + a waiver of all other IP rights (including patents). The
|
|||
|
||||
Please support free software and free culture by using free licenses and/or waivers.
|
||||
|
||||
If you'd like to support me or just read something about me and my projects, visit my site: [www.tastyfish.cz](http://www.tastyfish.cz/).
|
||||
If you'd like to support me or just read something about me and my projects, visit my site: [www.tastyfish.cz](http://www.tastyfish.cz/).
|
||||
|
|
Loading…
Reference in a new issue