diff options
author | admin <contact@optics-design.com> | 2025-04-25 21:17:07 +0200 |
---|---|---|
committer | admin <contact@optics-design.com> | 2025-04-25 21:17:07 +0200 |
commit | 4b3b08ecadf8604062c7f801668e641cb024e309 (patch) | |
tree | 93614c08b9cfabff25e5c790fcfd50d31663ef53 /README.md |
First Commit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..0b1e7bb --- /dev/null +++ b/README.md @@ -0,0 +1,30 @@ +# OpDeC - Optics Design in C
+Copyright (C) 2025 https://optics-design.com
+
+## Overview
+My playground for trying stuff in optics design.
+
+## Features
+- None really. I doubt anyone will find this useful.
+
+## License
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as
+published by the Free Software Foundation, either version 3 of the
+License, or (at your option) any later version.
+
+See the [COPYING](COPYING) file for the full license text.
+
+## Third-Party Components
+This software uses the following third-party libraries:
+- SDL2 - zlib license
+- SDL2_ttf - zlib license
+
+Each component maintains its own license. See respective license files for details.
+
+## Acknowledgements
+
+The following contributions were assisted by Claude AI (Anthropic):
+- Documentation and README structure.
+- Code optimization suggestions.
+- Interface design recommendations.
|