-
I worked on a snake game few days back. The solo motive of game was to write highly testable code. So, in case of random fruit generation and all the game state needed to be testable. https://github.com/RishabhRD/snake
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
Also I worked on cpptest repository. It was a kind of writing code of unit test framework after reading partial source code of ut. It doesnt work well as it was getting more and more similar to ut only as I was progressing on it. However, it taught me how unidirectional data flow can make the life easier. https://github.com/RishabhRD/cpptest
-
Anyway that repo is here: https://github.com/jwezorek/tessera
-
DiscordCoreAPI
A bot library for Discord, written in C++, and featuring explicit multithreading through the usage of custom, asynchronous C++ CoRoutines.
My Discord bot library! https://discordcoreapi.com!
-
ExprTK
C++ Mathematical Expression Parsing And Evaluation Library https://www.partow.net/programming/exprtk/index.html
-
toml++ was both my first 'public'/open-source project, and my first ever attempt at a parser. There's a few things I'd do differently now if I were to write it from scratch, but I've learned a lot along the way (particularly about making things build 'clean' on multiple platforms).
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
CQC
CQC (Charmed Quark Controller) a commercial grade, full featured, software based automation system. CQC is built on our CIDLib C++ development system, which is also available here on GitHub.