-
-
C_Syscalls Public
Linux syscalls accessible as C functions. Independant library, no requirement.
Shell UpdatedOct 29, 2025 -
C_Common Public
Low-level tool for common memory structure management in C programs, without using addresses as direct user interface.
C GNU Lesser General Public License v2.1 UpdatedOct 29, 2025 -
C_Allocator Public
Allocator in C, independant from any C lib
C GNU Lesser General Public License v2.1 UpdatedOct 28, 2025 -
GLC Public
Graphics Library Core - OpenGL3 C based
C GNU Lesser General Public License v2.1 UpdatedOct 23, 2025 -
C_SHM Public
Simple easy-to-use C library for manipulating linux shared memory (shm).
C GNU Lesser General Public License v2.1 UpdatedOct 23, 2025 -
C_Files Public
Simple easy-to-use C library for manipulating files.
C GNU Lesser General Public License v2.1 UpdatedOct 23, 2025 -
C_Queues Public
Simple easy-to-use C library made to handle queues (some kind of simple linked list).
C GNU Lesser General Public License v2.1 UpdatedOct 23, 2025 -
C_Threads Public
Simple easy-to-use C library for manipulating threads.
C GNU Lesser General Public License v2.1 UpdatedOct 23, 2025 -
C_Processes Public
Simple easy-to-use C library for manipulating processes & subprocesses.
-
C_PNG Public
Simple easy to use C library which allows you to open PNG image files in 1 line. Compatible with S2DE / S3DE.
C GNU Lesser General Public License v2.1 UpdatedOct 23, 2025 -
C_MoreStrings Public
Simple easy-to-use C library adding some operators with strings & string arrays.
C GNU Lesser General Public License v2.1 UpdatedOct 23, 2025 -
C_FIFO Public
FIFO structures in C (First In First Out).
C GNU Lesser General Public License v2.1 UpdatedOct 23, 2025 -
C_Bipipes Public
Simple easy-to-use C library for manipulating pipes in 2-way directions.
C GNU Lesser General Public License v2.1 UpdatedOct 23, 2025 -
-
C_Network Public
Simple easy-to-use C library for manipulating TCP/UDP networks in IPv4/IPv6.
-
S2DE Public
Simple easy-to-use 2D graphic C library using glut (openGL).
-
S3DE Public
Simple easy-to-use 3D graphic C library using glut (openGL). 3D is homemade, no openGL rendering
C GNU Lesser General Public License v2.1 UpdatedOct 23, 2025 -
Bash_Tools Public
A bunch of tools that can be added to your shell to make your life easier.
Shell UpdatedOct 17, 2025 -
-
Skiller Public
[VERY OLD PROJECT] 2D RPG multiplayer game running on the same file system.
Python UpdatedSep 10, 2025 -
-
-
-
3Dby2D Public
High level scripts for translating 3D scenes into 2D display buffers
Python UpdatedJul 5, 2025 -
SimplestPiano Public
Piano application in HTML-Javascript. The simplest of all times, am I right ?
HTML GNU General Public License v3.0 UpdatedJun 28, 2025 -
Config Public
A simple configuration file format, but with a notice.
GNU Lesser General Public License v2.1 UpdatedFeb 21, 2025 -
Dreamlands Public
Data representation file format similar to Yaml.
GNU Lesser General Public License v2.1 UpdatedFeb 21, 2025 -
VisualLinux Public
Visual representation of Linux kernel execution & memory management
C UpdatedNov 2, 2024 -
FFT Public
Fast Fourier Transform program with graphic display. Example given.