docs(README.md): add acknowledgement part.

This commit is contained in:
2025-03-21 21:05:56 +01:00
committed by Loïc GUEZO
parent 4449542fe6
commit 8f7677dcb8

View File

@@ -1,2 +1,6 @@
# T3DSR # T3DSR
Lightweight terminal-based 3d renderer of geometric shapes using ASCII characters. Lightweight terminal-based 3d renderer of geometric shapes using ASCII characters.
# Acknowledgments
I would like to give a thanks to [Unity Test project](https://github.com/ThrowTheSwitch/Unity) for providing an excellent tool. Without it, unit testing would have been much more difficult.