4loyak!
Dark?
Welcome to my site! Make yourself comfortable.
> Textures from craftpix.net
Hello!
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.
Origin Engine
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!
This Website!
A simple website showcasing my projects and interests. Built to be a fast static site using nes-css and tailwind.
GithubSistema 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 GithubReadCoach
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 GithubAnd many more projects on Github!
Github
Contributions
github.com/aloyakAbout 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
| 1. Go With The Flow (Queens of The Stone Age) |
|
|---|---|
| 2. Walk (Foo Fighters) |
|
| 3. No One Loves Me and Neither Do I (Them Crooked Vultures) |