gencpp/singleheader
Ed_ db6e8b33eb got intellisense working for the most part...
VScode works withs some issues.
VS2022 fails.
10xEditor works fine.
JetBrains Rider fails due to it not supporting <push/pop>_macro pragmas
2023-08-21 23:07:03 -04:00
..
components Heavy refactor.. 2023-08-03 11:01:43 -04:00
Readme.md Progress towards bootstrap/singleheader generation 2023-07-24 22:19:21 -04:00
singleheader.cpp got intellisense working for the most part... 2023-08-21 23:07:03 -04:00

Singleheader

gen.singleheader.cpp with its own meson.build generates the library as a single header gen.hpp. Following the same convention seen in the gb, stb, and zpl libraries.

( Currently WIP )