Hugo4IT
Hello! I'm Hugo, I make programs and libraries to make Game Development easier and faster for others.
Hugo4IT
Pinned Repositories
CheatCoder
Easily add cheat codes to your Godot project with a few simple clicks.
ColorLink
A Godot plugin for managing color palettes.
CoolChat
CoolChat is a chat application inspired by Discord, built with the ASP.NET framework and SolidJS for the frontend.
Growser
A web browser made in Godot, just because I can.
Hug
My own wacky programming language, written in Rust
Hugo4OS
Me just experimenting with OS development in Rust
Iconify
Iconify offers an easily accessible Icon picker so you can focus on building a good editor UI without constantly switching tabs to assign them via script.
Vide
Video editing and animation using programming languages!
wgpu_memory
An abstraction over a `wgpu::Buffer` that supports allocating and freeing memory like standard library functions, but for memory on the GPU.
Hugo4IT's Repositories
Hugo4IT/CheatCoder
Easily add cheat codes to your Godot project with a few simple clicks.
Hugo4IT/Iconify
Iconify offers an easily accessible Icon picker so you can focus on building a good editor UI without constantly switching tabs to assign them via script.
Hugo4IT/Vide
Video editing and animation using programming languages!
Hugo4IT/CoolChat
CoolChat is a chat application inspired by Discord, built with the ASP.NET framework and SolidJS for the frontend.
Hugo4IT/Hug
My own wacky programming language, written in Rust
Hugo4IT/ColorLink
A Godot plugin for managing color palettes.
Hugo4IT/Growser
A web browser made in Godot, just because I can.
Hugo4IT/Hugo4OS
Me just experimenting with OS development in Rust
Hugo4IT/rust_mc_proto_async
Minecraft packets protocol in pure rust, patched with async support
Hugo4IT/wgpu_memory
An abstraction over a `wgpu::Buffer` that supports allocating and freeing memory like standard library functions, but for memory on the GPU.
Hugo4IT/ArduinoThing
Hugo4IT/arena
A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.
Hugo4IT/BrickGame
My take on the familiar game of bricks
Hugo4IT/CPO
Because HxD didn't allow me to do it
Hugo4IT/Hugo4IT
Config files for my GitHub profile.
Hugo4IT/Hugo4OS-bootloader
An experimental pure-Rust x86 bootloader (fork)
Hugo4IT/PreonEngine
A modular and extremely easy solution for creating user-interfaces with minimal effort.
Hugo4IT/PygameUILib
A simple, fast GUI solution for Pygame. [WORK-IN-PROGRESS] Please do not use yet, big changes are planned, so your code will probably not work in future versions. PygameUILib only has 1 dependency: pygame. Meaning that this library doesn't require any other library to function. This library also includes a CSS interpreter for styling, this interpreter has a big O notation of O(n) meaning that it is very fast and doesn't scale exponentially based on filesize!
Hugo4IT/PythonEventSystem
Hugo4IT/rust_signals
Tiny library to add signals to Rust, inspired by SolidJS
Hugo4IT/valence
A Rust framework for building Minecraft servers.
Hugo4IT/vide-neo
Hugo4IT/wgsl_plus
A simple preprocessor for WGSL