Hacktoberfest 3

This page summarizes the projects mentioned and recommended in the original post on dev.to

Kargo - Stop Scripting Promotions. Start Shipping with Kargo
Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now.
akuity.io
sponsored
AppSignal - Monitoring that respects your time & budget
APM, error tracking, and dashboards for modern web apps. Ten-minute setup, transparent flat pricing, and support from engineers who actually use the product.
www.appsignal.com
sponsored
  1. pataro

    A generic and modular Roguelike game on top of libtcod - I'll be back soon, just need a break!

    Progress on one front but roadblocks on another. After my post yesterday outlining my plans to add serialization to Pataro I ran into some issues with calling the archive class in cereal wherein the call wouldn't go through due to an incorrect number of arguments. This happened with both vector and size_t data members, and I'm still investigating why.

  2. Kargo

    Stop Scripting Promotions. Start Shipping with Kargo. Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now.

    Kargo logo
  3. cereal

    A C++11 library for serialization

    Progress on one front but roadblocks on another. After my post yesterday outlining my plans to add serialization to Pataro I ran into some issues with calling the archive class in cereal wherein the call wouldn't go through due to an incorrect number of arguments. This happened with both vector and size_t data members, and I'm still investigating why.

  4. Cockatrice

    A cross-platform virtual tabletop for multiplayer card games

    In the meantime I picked up work on Cockatrice again, which is a platform for playing tabletop card games online. They have a really robust community on discord and gitter which was a great asset in figuring out building the program. I had to get Qt and NSIS, the other tools like CMake, git and Vcpkg I had already from other open source endeavours.

  5. Cockatrice

    A cross-platform virtual tabletop for multiplayer card games (by gusmccallum)

    After some messing around with command prompt to figure out the right arguments I had the vcpkg dependencies installed, and set up the path to Qt in the CMakeCache. Finally, I had the project built and ready to work on. At that point I went back to look at the issue, Issue #4332 and realized I didn't really even have to build the program. The issue was one with the wording of an error message being confusing, and I was able to fix it just by changing that message.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Hacktoberfest 4

    6 projects | dev.to | 2 Nov 2021
  • Ser20, a C++20 fork of cereal

    3 projects | /r/cpp | 19 Dec 2022
  • Added reflection to C++ just to make my game work.

    2 projects | /r/gamedev | 27 Oct 2022
  • Is there any good binary serializer & deserializer for C / C++?

    5 projects | /r/cpp_questions | 4 Jun 2022
  • Hacktoberfest 5

    7 projects | dev.to | 4 Nov 2021