Skip to content
View flmarsou's full-sized avatar
🚬
I'd walk a mile for a Camel
🚬
I'd walk a mile for a Camel

Highlights

  • Pro

Block or report flmarsou

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
flmarsou/README.md

Hi there, I'm Flo πŸ‘‹

🦊 About Me

I'm a student at 42 School, I use this space to back up my work and share projects that might come in handy for anyone.

If you find something useful, don’t hesitate to ⭐ my repositories.

πŸ› οΈ Tools

vscode logo β€Šβ€Šβ€Šβ€Š cmake logo

git logo β€Šβ€Šβ€Šβ€Š github desktop logo β€Š cmake logo

opengl logo β€Š opengl logo

πŸ“œ Languages

c logo cpp logo cs logo

Top Langs

πŸ“ˆ Github Stats

πŸ”­ 42 Projects

  • Libft: Custom C library of standard functions, reused across future projects.
  • ft_printf: Reimplementation of the C function printf().
  • GNL: Reads any file line by line, supporting multiple file descriptors simultaneously.
  • Push Swap: Sorts a stack of integers using the fewest possible operations.
  • Minitalk: Inter-process communication through UNIX signals.
  • So Long: 2D grid-based game built with MiniLibX.
  • Philosophers: Dining philosophers problem solved with threads and mutexes.
  • Minishell: Lightweight shell with command parsing, pipes, redirections, and environment variables (made with Andres).
  • Cub3D: Raycasting 3D engine with textures and collision detection, built with MiniLibX (made with RΓ©my).
  • CPP Modules: Series of exercises covering core C++ concepts.
  • IRC: Internet Relay Chat server handling multiple clients and standard commands (made with Andres).
  • Inception: Web stack combining MariaDB, WordPress, and NGINX.
  • Transcendence: Full-stack Pong game with real-time multiplayer (made with Bernardo, Jessica, Peiqi).

  • Scop: 3D object loader and renderer built with OpenGL.
  • Abstract Data: Reimplementation of C++ STL containers and iterators.
  • Libasm: Standard C functions rewritten in x86-64 Assembly.
  • ft_ping: Reimplementation of the ping command.
  • ft_ls: Reimplementation of the ls command.
  • ft_vox:
  • kfs-1: Kernel From Scratch written in C++ with a terminal and a Blackjack game (made with Yessine).
  • malloc: Reimplementation of the C functions malloc(), realloc(), free().

🌌 Personal Projects

  • Game Jam GCC-0: Local co-op platformer made in 48 hours with Godot Engine (made with a few people).
  • OpenGL Sandbox: Falling-sand simulation built with OpenGL.
  • Silk Roguelike: Turn-based roguelike with procedural maze generation built with Silk.NET.
  • OpenGL Voxel: Voxel engine focused on world generation and rendering optimizations (made with Romain).

Pinned Loading

  1. OpenGL_Voxel OpenGL_Voxel Public

    A voxel game written in C++ with OpenGL.

    C++

  2. Silk_Roguelike Silk_Roguelike Public

    A roguelike game written in C# with Silk.NET and OpenGL.

    C#

  3. OpenGL_Sandbox OpenGL_Sandbox Public archive

    A falling-sand game written in C++ with OpenGL and ImGui.

    C++