eszotec
Hello there, welcome to my channel eszotec for esoteric contents. I intend to use this channel for sharing/showcasing my experimental side projects. The contents will mostly be related to computer science and softwares in general.

I created an IP tunnel from scratch using Linux TUN device and C!

I switched to RP2040 Zero for my handheld game console

I used PS2 Joystick with my handheld game console : Monoretro

I created a Memory Allocator in C from scratch!

I redesigned my home-built handheld game console! Presenting Monoretro v1.2

I created a network packet sniffer from scratch in C using only raw sockets!

Generating controlled load on Linux CPU cores using just C!

I implemented the classic bricks game for my handheld game console from scratch !!

What is STUN? How does NAT work? Lets create a STUN client from scratch!

Simulating Conway's Game of Life in C using Raylib (No talking)

Calling a Linux system call without using libc! How does user space call kernel routines?

Understanding lights, light sources and surfaces by adding them to my Raytracer!

Zombies, Orphans, Subreaper.....What are these in Linux? Lets try to understand them!

How does Ray Tracing work? Lets understand by implementing it from scratch!

Monoretro: Part 3 - Space invaders: Spawning bullets, shooting enemies

Monoretro: A simple handheld gaming console prototype #shorts

Monoretro: Part 2 - Space invaders: using bitmaps, drawing sprites, Tank and Alien movement

Monoretro: Lets create a handheld gaming console from scratch - Part 1

How do containers on linux work? Lets make one from scratch!

Process creation in Linux with C: is it fork or is it clone?

Building Raylib projects on Linux and MacOS

Voxel Space rendering with Raylib and C

Rendering random worlds with raycasting