ext_easy impl + demo + fixes
This commit is contained in:
parent
1036d97ec6
commit
ec26aa89e7
33 changed files with 2796 additions and 40 deletions
11
README.md
11
README.md
|
@ -1,12 +1,7 @@
|
|||
# GRBC
|
||||
GRaphite Build Configurator
|
||||
|
||||
## About
|
||||
GRBC was developed because I hate CMake. I liked the build systems built for zig, and jai, but wanted something for C++. I also enjoyed how Vulkan extensions were managed and took insipiration from them to make grbc extensible.
|
||||

|
||||
|
||||
## Benifits
|
||||
* GRBC is fast, almost no wait time for build.ninja generation
|
||||
* GRBC scripts are easy to read, and predictable
|
||||
* GRBC produces ninja files which can be ran without grbc installed
|
||||
* GRBC has cmake interop, so libraries using cmake can still be used
|
||||
* GRBC is well documented
|
||||
## About
|
||||
GRBC is a portable project generator for C/C++. By default it comes with a ninja generator but can be modified to support other formats if you wish.
|
Loading…
Add table
Add a link
Reference in a new issue