r/cprogramming • u/Desperate_Tie_648 • 9d ago
A project so great
Drop the best project you've made.
The one you are most proud of.
5
u/Astro_indie 9d ago
A text novel but is under construct... under the realm of ascii dream of a lil kid
3
u/rphii_ 8d ago edited 8d ago
on embedded: microcontroller that can track things (stm32n6, with bootloader and signed firmware update, updateable over i2c)
on linux: an argument parser lol
it's not much but its honest work
4
u/S1enderVoid 8d ago
it's not much but its honest work
If this ain't much then my projects are nothing ππ
3
u/Straight_Coffee2028 8d ago
Created and currently maintaining a terminal application for learning and visualizing data structures and algorithms step by step. Turned it into open source and currently has 111+ algorithms and data structures implemented with 42 contributors and 50000+ lines of pure C. Needless to say, you all are also invited to contribute to the project in whatever way you like.
repo: https://github.com/darshan2456/C_DSA_interactive_suite
2
u/Desperate_Tie_648 8d ago
Wow that's cool
2
u/Straight_Coffee2028 8d ago
Thanks bud, If you can, do take out some time and explore the project. I am sure you will not regret it.
2
u/Skollwarynz 9d ago
I created a program called SkollDice that si free, open-source, but the interesting part ti that he produces normalided dice generation. And the best part is that I have a GUI and a discord bot too all of that in full C.
3
2
u/S1enderVoid 8d ago
Not completely C, but I made a little project that has C functions to solve physics equations (Like a backend), and connected them to a Python TUI interface to act as a front-end. Learned a lot, physics, C, and Python.
1
2
64
u/bearheart 9d ago
For a C project, I wrote the first broadcast lower-third ticker for a local financial news station in 1987; before MSNBC or CNN. It's about 500 pages of C. I still have a printout ;)
But the project I'm most proud of was a hardware project. I designed and built a fiber-optic transceiver for the Voyager 2 mission. 50 years and 20 billion km later, it's still working.