4loyak!

Dark?

Welcome to my site! Make yourself comfortable.

> Textures from craftpix.net

Hello!

Alonso M. Carratalá

4loyak! (@aloyak)

Engineering enthusiast and lifelong learner. I have built a lot of things, but I care more about sharing what I learn.

Profile Picture

My Local Time:

Projects

The SK Programming Language

SK is a high-level interpreted language built to handle incomplete, approximate, or partially known information seamlessly. Completly programmed in Rust for safety and speed.

import time

fn temp(base = 0) {
    let temperature = [17..23] // noisy sensor
    print("Temperature is", temperature + base)
}

for day in ["Monday", "Tuesday", "Wednesday"] {
    print("Today is", day)
    print("Time", time.format(time.now()))
    temp(3)
}

The language is designed to be simple and intuitive, and includes all the features you would expect from a modern programming language, such as functions, loops, conditionals, and much more.

View Project Crates.io Docs Github

Origin Engine

Demo Preview

The Origin Engine is a cross-platform true-3D-pixelart game engine buit in C++20 with OpenGL and SDL2. It also features a custom sandbox editor build with ImGui that allows you to easily create and edit your scenes.


The engine features (or will feature) dynamic lighting, and entity-compoent system that works together with a scene system based on json serialization. Basic physics and collisions, Audio system and a fairly easy API. And more!

Sandbox Preview

This Website!

A simple website showcasing my projects and interests. Built to be a fast static site using nes-css and tailwind.

Github

Sistema Diédrico

A tool I created to help me visualize 3D objects in 2D using the "Sistema Diedrico" projection method (for school). Built entirely in C++.

View Project Github

ReadCoach

ReadCoach Preview

A simple RSVP tool that helps you read faster by displaying one word at a time as a fast sequence. It's a fun way to improve your reading speed and focus.

View Project Github

And many more projects on Github!

Github

Contributions

github.com/aloyak

About Me

About

Hey There! I'm 4loyak! (@aloyak),

I enjoy moving around from low-level to high-level technologies and combining them in interesting ways. All while listening to Foo Fighters and Queens of the Stone Age.

I'm completly self-taught, which may be reflected in the 'interesting' way I sometimes write code.

Appart from tech, I also enjoy sports (all of them) and esports as well as languages (human ones) while I dislike Microslop.

Based in Spain.

> I'm always open for conversation and I actually pay attention to my email. So feel free to reach out!

My Favourite Languages

  •  C (and sometimes C++)
  •  Rust
  •  Python

Some tools I use

  •  Git
  •  Blender
  •  Cmake & Premake
  •  Unity Engine

I use different code editors but mostly I use VSCode even though I like Neovim.

Favourite Songs

Last updated: 03/2026

Album Cover 1. Go With The Flow

(Queens of The Stone Age)

Album Cover 2. Walk

(Foo Fighters)

Album Cover 3. No One Loves Me and Neither Do I

(Them Crooked Vultures)

Hackclub

Hackclub Logo

Proud member of Hackclub!
My Profile!