ComingUp
A C/C++ IDE written in C from scratch with zero dependencies

A C/C++ IDE written in C from scratch with zero dependencies

Mar 23, 2026 Developer Tools

Gallery

A C/C++ IDE written in C from scratch with zero dependencies

About

I’ve spent the last ~2 years building a C/C++ IDE for Windows entirely in C99. My goal was to eliminate the bloat of the modern Visual Studio environment keeping its core features.Key Technical Highlights:Zero Dependencies: Just the Windows APIPerformance: Starts in 0.1ms on a twelve year old machine. It handles projects with 500k+ lines without UI lag or indexing stutters.Integrated Tools: Includes a custom-built debugger, profiler, and Intellisense engine designed for speed.Portability: It’s a single executable. No installer required.I built this because I was tired of waiting 10 seconds for Visual Studio to "wake up" and seeing my RAM disappear just to boot it up. It’s currently hosted on itch.io while I gather funds to set up a dedicated site.

Comments (0)

No comments yet. Be the first to comment!