Projects

C+

A modern C library designed to enhance the C language with safety, convenience, and expressiveness. By introducing advanced utilities like error handling, smart memory management, data structures, and macros for loops and type safety, C+ brings C development closer to the standards of modern systems languages like Rust and Zig, all while staying true to C’s lightweight, performance-oriented core.

Repository Docs

Emoria

Emoria is an immersive, survival-based isometric game drawing inspiration from Zelda: Breath of the Wild, Animal Crossing, and Minecraft. Players can expect a blend of exploration, building, farming, and survival mechanics within a visually captivating, interactive world. While the graphical style is still being finalized, the aim is to combine the detailed aesthetic of Ballad of Bellum while retaining pixel-art feel of Spicy Journey, creating a unique look that merges modern game art with nostalgic pixelated graphics.

Floral

Floral is a beginner-friendly programming language designed to introduce foundational programming concepts through a minimalist syntax and a straightforward environment. Floral supports essential features like polymorphism, compile-time memory management using a borrowing and ownership model, and requires no runtime garbage collection, making it both efficient and accessible. It combines simplicity with power, aiming to empower new developers to create and understand complex programs without the overhead of more advanced languages.

Inspirated by Nim and Rust