🔨 ForgeBuild ForgeBuild is a C++ build system written in Python. It’s currently in early development — contributions are welcome!
🧠 Why ForgeBuild? CMake wasn’t kind to my neurodiverse brain. It felt verbose, frustrating, and hard to reason about. So I built something better — something that makes sense to me, and hopefully to you too.
🔧 Supported Compilers ForgeBuild currently supports:
- clang++
- g++ More compiler support may be added in future releases.
🚀 Installation Instructions
- Clone this repo: gh repo clone glkdrlgkrlzflnjkgh/ForgeBuild
- Run the init command from the folder where you want your project: py C:/path/to/forgebuild.py --init
- (Use python instead of py if needed.)
- Congrats! You’ve set up a ForgeBuild project!
📝 Contributing IMPORTANT NOTE TO ANYONE WHO WANTS TO CONTRIBUTE By contributing, you give me rights to license your code under the MIT License. This ensures ForgeBuild remains free and open for everyone.
❤️ Made With Love by glkdrlgkrlzflnjkgh and contributors who believe build systems should be kind to your brain.
📄 License ForgeBuild is licensed under the MIT License.