Hi, I'm Lucas Marta
- Email: [email protected]
I'm a 17-year-old programmer living in California. I enjoy working on lower-level (operating system stuff, backend stuff, etc.) projects in languages like C, C++, Rust & many more. I've been programming since 9-years-old and I hope to eventually put my skills to use for a big fancy company or start my own! Who knows! Currently, I am employed by a fantastic Code Ninja's franchise, where I share my knowledge with those younger than me.
cogito_api- The rust-based backend for William Chastain's philosophy research AI agent. It is a REST API written for pure speed and security using the
actix-webframework. It uses theArgon2idpassword hashing algorithm and a containerized PostgreSQL database with much more fancy stuff implemented as well.
- The rust-based backend for William Chastain's philosophy research AI agent. It is a REST API written for pure speed and security using the
obj- Insanely fast
.objfile importer written in C. This project is more of a show off of my C skills than anything very practical.
- Insanely fast
GFX- An OpenGL rendering engine written in C++. This project implements
VertexStack's, a custom-written.objand.mtlimporter which is insanely fast (not as fast as the C one (obj) but has more features), and the magnum opus is the cross-platform multithreaded shader hot-reloading system! (What a mouthful.) This project is not my priority, but eventually I will return to it.
- An OpenGL rendering engine written in C++. This project implements
cppml- A HTML DSL for C++. This project shows my C++ knowledge and shows the capabilities of metaprogramming and enabling a type-safe and structured manner to write HTML.

