Skip to content
View Arystos's full-sized avatar

Block or report Arystos

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
Arystos/README.md

Aristide Sessa

๐ŸŽฎ Gameplay & Engine Programmer

roles

Portfolio LinkedIn Location

๐Ÿ‘‹ About me

Gameplay & engine programmer - I build games and real-time systems in C++, Unreal Engine and OpenGL.

  • ๐ŸŽฎ Focused on gameplay & engine programming, low-level C++ and real-time graphics
  • ๐Ÿงฐ I like working close to the metal - custom renderers, shaders, physics and game architecture
  • ๐Ÿ“ Based in Italy ยท open to relocation & remote - gaming first, engineering welcome
  • ๐Ÿ’ฌ Ask me about C++, Unreal Engine, rendering and game architecture
  • ๐ŸŒ Full portfolio, case studies & contact โ†’ aristidesessa.com

๐Ÿ› ๏ธ Tech

tech stack

Engines & graphics: Unreal Engine 5 ยท OpenGL ยท SDL2 ยท HLSL / GLSL Foundations: game loops ยท finite state machines ยท entity systems ยท real-time physics ยท rendering pipeline

๐Ÿš€ Featured Projects

Breakout-Arkanoid ClickingButton - UE5 N-body sim

Advanced Outline Shader UE5 OpenGL 3D Renderer

Mouse in the Woods CMD Snake Game

๐Ÿ”’ Some of my most recent work (e.g. Kariana, Samla) is under NDA - happy to walk through it in an interview.

๐Ÿ“Š Stats

GitHub stats Top languages

contribution snake

๐Ÿ“ซ Get in touch

๐ŸŒ aristidesessa.com - full portfolio, case studies and contact

Let's build something ๐Ÿš€

Pinned Loading

  1. Advanced-Outline-Shader-UE5 Advanced-Outline-Shader-UE5 Public

    Advanced outline / edge-detection post-process shader built in Unreal Engine 5 with custom HLSL materials. Full write-up on aristidesessa.com.

    6

  2. CMD-Snake-Game CMD-Snake-Game Public

    Console-based Snake game in C++ using the Windows API: eat fruit to grow, avoid the walls and yourself, with persistent high-score saving.

    C++

  3. FirstOpenGLProject FirstOpenGLProject Public

    Real-time 3D renderer written from scratch in C++/OpenGL: custom camera, mesh loading, textures, Phong lighting and a reusable shader/VAO/VBO/EBO abstraction.

    C++

  4. Mouse-in-the-Woods Mouse-in-the-Woods Public

    Complete 2D tile-based adventure game in Java/Swing: sprite animation, collision and hitboxes, sound, collectibles, timer and a win screen.

    Java