blob: 53c05689f82d2ad4a863a1d04ba208b68b5b7bfe (
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
glamac
| .clangd
| .gitignore
| compile_flags.txt
| COPYING
| COPYRIGHT
| Makefile
| README.md
| structure.txt
|
+---bin
| gla.exe
| glamac.exe
| SDL2.dll
| SDL2_ttf.dll
|
+---data
| | DISCLAIMER.md
| |
| +---CSV
| | CDGM_infrared_Glasses.csv
| | CDGM_i_line_Glasses.csv
| | CDGM_Optical_Glasses.csv
| | HOYA.csv
| | Ohara_i_Line_Glasses.csv
| | Ohara_Low_Tg.csv
| | Ohara_NANOCERAM.csv
| | Ohara_Non-Browning_Glasses.csv
| | Ohara_Recommended.csv
| | Ohara_Special_Order.csv
| | SCHOTT_Inquiry.csv
| | SCHOTT_Preferred.csv
| |
| \---Excel
| CDGM202409.xlsx
| HOYA20210421.xlsx
| ohara-20240124-6decimal-allglasstypes-2025-1-31.xlsx
| schott-optical-glass-overview-excel-format-en.xlsx
|
+---include
| glamacdef.h
| glamac_events.h
| glamac_render.h
| glamac_view.h
| glass_data.h
|
\---src
+---glamac
| glamac.c
| glamac_events.c
| glamac_render.c
| glamac_view.c
| glass_data.c
|
\---glautils
gla.c
|