gabriellanzer
I am a math enthusiast, musician, and full-time programmer with a heavy bias toward low-level programming and Computer Graphics.
EACanada | Brazil
Pinned Repositories
AndroidGargabeCollectionExperiment
LibFenrir
A Objects Oriented API for OpenGL built upon GLFW. It has Integration with GLM and Assimp.
NUNet
NUNet stands for (Not Unity's Network) and it is a simple to use multi-threaded C# network abstraction layer. It abstracts TCP and UDP connections per client by introducing an easy to use API. Network packets are managed through queues and are made available through callbacks in both NUClient and NUServer classes.
OSRS-ML-Bot
An Old-School Runescape Machine-Learning Bot
Ravine
Ravine is a graphics framework built with Vulkan, GLFW, ImGUI and GLM.
Ravine-ECS
Low cache miss ECS architecture.
Ravine-ECS-Showdown
Showdown for comparation of DOD and OOD approaches. Very basic implementation designs, many issues as these are early prototypes.
UE4NetworkTool
This repository is the UE4 Network Tool initiative. A tool that provides support to launch Unreal Dedicated server from the .uproject and analyze network related data (aka.: sequence of frame snapshots).
TRayTracer
Pure C++ and Compute Shader RayTracer, with GLFW for showing the result on a proper Window.
UNInput
gabriellanzer's Repositories
gabriellanzer/Ravine
Ravine is a graphics framework built with Vulkan, GLFW, ImGUI and GLM.
gabriellanzer/Ravine-ECS
Low cache miss ECS architecture.
gabriellanzer/NUNet
NUNet stands for (Not Unity's Network) and it is a simple to use multi-threaded C# network abstraction layer. It abstracts TCP and UDP connections per client by introducing an easy to use API. Network packets are managed through queues and are made available through callbacks in both NUClient and NUServer classes.
gabriellanzer/Ravine-ECS-Showdown
Showdown for comparation of DOD and OOD approaches. Very basic implementation designs, many issues as these are early prototypes.
gabriellanzer/OSRS-ML-Bot
An Old-School Runescape Machine-Learning Bot
gabriellanzer/UE4NetworkTool
This repository is the UE4 Network Tool initiative. A tool that provides support to launch Unreal Dedicated server from the .uproject and analyze network related data (aka.: sequence of frame snapshots).
gabriellanzer/LibFenrir
A Objects Oriented API for OpenGL built upon GLFW. It has Integration with GLM and Assimp.
gabriellanzer/AndroidGargabeCollectionExperiment
gabriellanzer/BezierCurve-UnityDemo
A simple scene implementing bezier curve using casteljau algorithm.
gabriellanzer/Biathlon-Game
This is a simple game project with C++, using LibUnicornio library for educational purposes. It has been developed with the supervision of our Programming Teacher Fernando Marson from Unisinos, Brazil.
gabriellanzer/BinaryBot
Binary Bot using JS Websocket calls.
gabriellanzer/gabriellanzer
gabriellanzer/gabriellanzer.github.io
A repo to host my portfolio website files.
gabriellanzer/gpu-fft
gabriellanzer/JSUnitTest
A repo for holding NUXT project with Jasmin Unit test, for a TDD class exercise.
gabriellanzer/OpenGL-Transform-Matrices
Project a simple and interactive App to show how transformation matrices work. Built with OpenGL, using GLAD, GLFW, ImGUI and GLM.
gabriellanzer/Ravine-ECS-Benchmark
Benchmark comparing EnTT and Ravine-ECS storage access.