#Cbuild

17 messages · Page 1 of 1 (latest)

slender brook
#

https://github.com/ChaseSunstrom/cbuild

I created a better build tool for C and C++. It allows you to create projects, manage dependencies with a good and easy to understand output.
It uses CMake and Vcpkg for building and managing dependencies in workspaces and projects.

GitHub

Contribute to ChaseSunstrom/cbuild development by creating an account on GitHub.

lament juniper
#

Can you explain how your build system is better than current established ones? Also for the love of god, use more than one file to put your code in, no one wants to contribute to a 10000 lines long main.rs

odd mason
#

this is actually like REALLY cool

#

if this actually establishes well then im gonna unironically use this

#

because the C nerds think that cmake is good, but i appreciate the greatness and simplicity of a single, SIMPLE config.

odd mason
#

redbx, how did you even let this happen? lol

#

i can't stand files longer than 1k lines and he put everything in 10k lines

leaden sparrow
#

Yeah, that looks great. Is written in rust. Oohh

odd mason
#

a package manager and builder in the same file, like cargo in rust is AWESOME

slender brook
#

hahaha sorry

#

I havent checked up on this in a while

#

but I fixed all of the issues with it and put everything in different files

#

I was just too lazy to do it lmao

#

also the project is now called cforge:

#

I added the package to crates.io so you can easily install it