-
EntityComponentSystem Public
Entity Component System implemented using C++20
C++ MIT License UpdatedFeb 10, 2023 -
MatrixExpressionTemplates Public
A toy matrix class which uses expression templates
C++ MIT License UpdatedFeb 4, 2023 -
StackfullObjectPool Public
A thread-safe header-only object pool implemented using unique pointers to store trivially copyable types
C++ MIT License UpdatedFeb 4, 2023 -
KonstxperMultiMap Public
A C++20 constexpr multimap for compile time retrievals
C++ MIT License UpdatedJan 20, 2023 -
RelevantDocumentFinder Public
A thread-safe corpus class for inserting, deleting, and updating documents. Uses tfidf to answer queries.
C++ MIT License UpdatedJan 10, 2023 -
-
constraint_satisfaction Public
A modern C++ library for solving constraint satisfaction problems using various algorithms
C++ UpdatedAug 18, 2022 -
csp_back_end Public
This repository implements a RESTful web service. The service uses the constraint satisfaction library to solve constraint satisfaction problems.
C++ MIT License UpdatedMay 29, 2021 -
csp_front_end Public
This repository uses Angular to implement a graphical user interface for the constraint satisfaction library
TypeScript MIT License UpdatedMay 29, 2021 -
entity_component_system Public
An Entity–Component–System (ECS) framework for developing games with pygame
-
A friendly package for solving constraint satisfaction problems using various algorithms