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
  • valfuzz: modern testing and fuzzing library
  • oak: a feature-rich thread-safe C++23 logger library
  • viotecs: the engine's ECS

Highlights:

  • santOS: a general purpose microkernel for i386
  • Baldo scanner: antivirus daemon for linux using a kernel module
  • tenno-tl: secure and thread safe c++26 STL alternative
  • broutines: goroutines and coroutines implemented in C
  • chttps: https server in C with server-side rendering
  • cchecker: borrow checker in C++
  • go-ebpf: example usage of eBPF in go
Web / Other

Web:

Rust:

Misc:

Setup:

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++ 6

  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. 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

  5. santOS santOS Public

    This project aims to build a general purpose operating system supporting the i386 architecture.

    C 8

  6. 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++ 2