top of page
Screenshot 2025-09-02 at 22.52.49.png

Problem:

LazyMansClang exists because I was fed up of compiling multiple C++ source files by hand in Terminal. It was time-consuming and error-prone. Makefiles are also very confusing.

​

UX Solution:

LazyMansClang abstracts away all of the complexity of building from multiple C++ sources. The GUI is easy to read, and the application is system-native, so it doesn't look out of place on modern computers.

​

Result:

C++ beginners (and me) can now compile C++ code stress-free without touching Makefiles.

bottom of page