Luță Vlad-Alexandru

Education

Student at University of Bucharest 2nd year

Computer Science

Graduated National College Ion Luca Caragiale Bucharest (2022)

Mathematics and Computer Science Bilingual English

Step IT Academy

2 Year IT Course

Certificates

2020

Database Design and Programming With SQL Oracle Academy

2019

Cambridge Assessment English C1 Level

2018

ECDL Profile Certificate

Awards and other activities

2021

Devhacks - Romania

4th

2021

InfoEducatie National Contest Judge - Romania

2019

Devhacks - Romania

1st

2019

IV European Conference of Research Area of CHR - Bolognia

2019

InfoEducatie National Contest - Romania

2nd

2019

JA Company of the Year International Final - France

2019

JA Company of the Year National Final - Romania

1st

2019

Gamecelerator 6.0 - Romania

2nd

2018

GREPIT - Romania

3rd

Skills

EXPERIENCED

C++, C

PROFICIENT

GLSL, PYTHON

ENTRY-LEVEL

CMAKE, ASEMBLEY, JAVA, SQL

Projects

GL3D

Single header 3D graphics C++ library written from scratch with opengl. Features: PBR deferred rendering with multiple scattered immage based lighting, model loading, animations, shadows (cascaded shadows), bloom, FXAA, HDR, ACES tonemapping, Adaptive resolution.

GL2D

Single header 2D graphics C++ library written from scratch with opengl. Features: Basic 2D drawing, framebuffers, particle system, font rendering, texture rendring.

MinecraftGL

Implemented Minecraft in C++ with opengl. Features: Basic chunk system trees biomes and save system.

MemGrab

A cheat engine for windows and linux. Features: Graphical interface made with imgui, open processes, search their memory and modify it.

MidnightArrow

The game that I am currently working at. I'm planning to release it on Steam.

Java-3D-viewer

Project for Java university course. A basic 3D IBL-PBR renderer implemented with opengl.

Chip8

A basic Chip8 interpreter written in C.

MultiPlayerGame

A basic multiplayer game written in C++ with ENet library.

FreeListAllocator

Basic C++ memory allocator.

PinnedVector

C++ vector like container for windows and linux that can resize in O(1) complexity using virtual memory.