Skip to content
View San7o's full-sized avatar
🪐
Imagine
🪐
Imagine

Highlights

  • Pro

Block or report San7o

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
San7o/README.md

San7o

I write lots of libraries

🛠️ My Projects

C++23 Graphics Engine:

  • Brenta Engine: the engine's main repo
  • oak: a feature-rich thread-safe C++23 logger library
  • valfuzz: modern testing and fuzzing library
  • viotecs: the engine's ECS

Highlights:

  • Baldo scanner: antivirus daemon for linux using a kernel module
  • tenno-tl: secure and thread safe c++23 STL alternative
  • ssap: local password encryption manager in Rust
  • regEZ: fully constexpr regex matcher implementation in modern C++
  • modern-cpp-template: a template for c++ libraries
Web / Other

Web:

Rust:

Misc:

Styles:

Pinned Loading

  1. Brenta-Engine Brenta-Engine Public

    An Entity Component System 3D engine written in C++ with OpenGL. This engine is designed to provide a modular and flexible architecture for game development and simulations: you can run simultation…

    C++ 5

  2. valFuzz valFuzz Public

    valFuzz (or val-di-Fuzz) is a modern cross-platform, multi-threaded testing, fuzzing and benchmarking library for C++17 onwards. Quickly benchmark and produce reports in a CSV file, already shippin…

    C++

  3. tenno-tl tenno-tl Public

    A library inspired by the C++23 standard library, compatible with C++17 language onwards. It aims to provide constexpr and thread-safe containers with security in mind. You can expect most of the a…

    C++

  4. oak oak Public

    A feature-rich, thread-safe C++23 logger with no external dependencies. Log to file, unix and network sockets, serialization, configure logging dynamically using config files, use colors for differ…

    C++ 1

  5. Baldo-Scanner Baldo-Scanner Public

    An antivirus damenon and kernel module written in C++ for Linux operating systems. It incorporates static malware analysis capabilities through signatures and rules, a simple firewall and a sandbox…

    C++ 4

  6. viotecs viotecs Public

    The Entity Component System of the Brenta Engine. Simple, effective, modern.

    C++