blob: 73661e7dde57f53e9cffd8e5fcbf8fb3c58f62f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# GlaMaC - Glass Map in C
Copyright (C) 2025 https://optics-design.com
## Overview
I always wanted a fast program to view various glass maps, so decided to make one.
## Features
- View and navigate the glass map.
## 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.
|