Am I late to the game? Just launched my C++ app for Windows
Does the same job
all alternatives →- ICIntroducting C+2012 · github.com · ▲148
- CCC/C++ Development Environment for Emacs2014 · tuhdo.github.io · ▲146
- OCOnline C/C++ Code Browser2016 · code.woboq.org · ▲72
- AMA Modern C/C++ build tools (Simple, Fast, Cross-platform)2019 · xmake.io · ▲89
- IBI built a Cargo-like build tool for C/C++Apr 2026 · github.com · ▲177
I love C and C++, but setting up projects can sometimes be a pain. Every time I wanted to start something new I'd spend the first hour writing CMakeLists.txt, figuring out find_package, copying boilerplate from my last project, and googling why my library isn't linking. By the time the project was actually set up I'd lost all momentum. So, I built Craft - a lightweight build and workflow tool for C and C++. Instead of writing CMake, your project configuration goes in a simple craft.toml: [project] name = "my_app" version = "0.1.0" language = "c" c_standard = 99 [build] type = "executable"…
- OCOnline C/C++ to assembly visualizer [Weekend Project]2012 · assembly.ynh.io · ▲149
More life & fun this month
the category →- TL
Life & fun · 10d ago · louisabraham.github.io

Photosynthesis fires two of your iPhone
Life & fun · 29d ago · photosynthesis.camera
SoloUno▲310Take control of hair pulling, nail biting & skin picking
Life & fun · 28d ago · solouno.io

Scroll through all 43,252,003,274,489,856,000 reachable Rubik's Cube permutations.
Life & fun · 26d ago · everycube.alen.is


Hi HN, I built Eigendrum, a web tool that solves the 2D wave equation for arbitrary shapes so you can hear what they sound like as drums. How it works: * Solves -∇²u = λu using finite element analysis (Kφ = λMφ) on a triangle mesh. * Validated to <0.1% error against closed-form solutions for circles (Bessel zeros) and rectangles. * Sound model factors in strike location, Rayleigh damping, and mallet width. * Includes Kac drums I & II to demonstrate identical sound spectra from different geometries. * No frameworks, build steps, or dependencies. Repo and tests:…
Life & fun · 27d ago · baselashraf81.github.io
Launched alongside, June 2014
the whole month →
- WD
Life & fun · 2014 · wavepot.com

- WP
Life & fun · 2014 · blog.evilwindowdog.com
- CA
Life & fun · 2014 · jessepollak.github.io
- FJ
Life & fun · 2014 · github.com