Top 14 C++ Template Projects
-
Also, we need to somehow generate code based on the collected information. Template engines like go template, mustache, jinja, etc. are great for this. We'll write only a couple of templates, on which we'll generate hundreds of new source code files. I decided to use inja in this project. It's a sort of C++ port on jinja for Python.
-
Project mention: Using only skinchanger in osiris, do I need junkcode / vac bypass / VM protect? | reddit.com/r/Csgohacks | 2021-08-10
the best practice to stay undetected without using vac bypass is to continually change your build, use undetected injector (preferably manual mapping, since vac hooks functions of loadlibrary), remove PE headers upon injection (helps against auto fingerprinting your build), compile-time xorstr (this can be useful as it changes many parts of binary with each build), and -of course- never share your build.
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
Project mention: Can anyone recommend a good paid third person game development course/ tutorial? | reddit.com/r/unrealengine | 2021-09-11
Simple FPS Template
-
plf_colony
An unordered C++ data container providing fast iteration/insertion/erasure while maintaining pointer/iterator validity to non-erased elements regardless of insertions/erasures. Provides higher-performance than std:: library containers for high-modification scenarios with unordered data.
plf::colony
-
protopuf
Protocol Puffers: A little, highly templated, and protobuf-compatible serialization/deserialization header-only library written in C++20
Project mention: protopuf: throw away protoc and describe protobuf schema just by c++ templates! | reddit.com/r/cpp | 2022-05-16You can see some benchmarks in https://github.com/PragmaTwice/protopuf/tree/master/test/benchmark and get the results of it in github actions. But the benchmark is not comprehensive at the moment, and I realized that part of the slowness of protobuf comes from the fact that it checks if the string follows utf8
-
-
-
Scout APM
Less time debugging, more time building. Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
-
-
vec-mat-comp-quat
C++ 2d/3d/4d Vector, 2x2/3x3/4x4 Matrix, Complex Number, Quaternion, and 3d Transformation Classes / Functions (Header Only libraries)
-
-
libtcod-vcpkg-template
A template for C++17 libtcod projects. This template uses Vcpkg to fetch dependencies. Libtcod exists as a submodule which can be set to any revision.
Libtcod's Vcpkg template could work for your conditions. The tools it uses are cross-platform, using VSCode as the IDE rather than Visual Studio, but running CMake manually should work also.
-
-
opengl-imgui-cmake-template
👾 template repo for getting started with opengl together with imgui using cmake
-
Project mention: [cpp20] iterator_interface reducing much of the boilerplate of custom iterators | reddit.com/r/cpp | 2021-06-29
Here is the link to the repo: https://github.com/DNKpp/Simple-Iterator/tree/v1.x
C++ Template related posts
Index
What are some of the best open-source Template projects in C++? This list will help you:
Project | Stars | |
---|---|---|
1 | Inja | 1,083 |
2 | xorstr | 715 |
3 | SimpleFPSTemplate | 500 |
4 | plf_colony | 329 |
5 | protopuf | 103 |
6 | STM32_Base_Project | 57 |
7 | utility-boilerplate-qt | 21 |
8 | gtl | 20 |
9 | vec-mat-comp-quat | 9 |
10 | cmake-sfml-project | 7 |
11 | libtcod-vcpkg-template | 3 |
12 | Leonardo-orientation-tracker | 0 |
13 | opengl-imgui-cmake-template | 0 |
14 | Simple-Iterator | 0 |
Are you hiring? Post a new remote job listing for free.