vorixo
Research Engineer @BSCCNS & Unreal Engine Gameplay Programmer. I love parallelism, multimedia, HPC, GPGPU... I use C and C++ mostly.
Spain
Pinned Repositories
UDLearn
MassSample
My understanding of Unreal Engine 5's experimental ECS plugin with a small sample project.
OBPMark
OBPMark (On-Board Processing Benchmarks)
abilities
Unreal Engine 4 plugin providing lightweight, intuitive and flexible abilities.
caravel_radiation_harden
https://caravel-user-project.readthedocs.io
devtricks
https://vorixo.github.io/devtricks/
ExperimentalArcadeVehicle
Based on Space Dust conference talk. (Free time)
ExperimentalArcadeVehicleSampleProject
Sample project for the Experimental Arcade Vehicle Plugin.
GASDocumentation
My understanding of Unreal Engine 4's GameplayAbilitySystem plugin with a simple multiplayer sample project.
HoverGame
Hovercraft game example in UE4.
vorixo's Repositories
vorixo/ExperimentalArcadeVehicleSampleProject
Sample project for the Experimental Arcade Vehicle Plugin.
vorixo/ExperimentalArcadeVehicle
Based on Space Dust conference talk. (Free time)
vorixo/devtricks
https://vorixo.github.io/devtricks/
vorixo/GASDocumentation
My understanding of Unreal Engine 4's GameplayAbilitySystem plugin with a simple multiplayer sample project.
vorixo/HoverGame
Hovercraft game example in UE4.
vorixo/abilities
Unreal Engine 4 plugin providing lightweight, intuitive and flexible abilities.
vorixo/L-LanguageCodDecod
A simple codifier/decodifier for L language made on C++
vorixo/NormalCalculationCUDA
Using CUDA to calculate normals given a n-n matrix. The lenguage of the comments is Spanish.
vorixo/PredictedMovement
CMC extended for predicted abilities
vorixo/BitOperationsDataPacking
vorixo/SimplifiedLinuxProcessKiller
A simple terminal program that helps the user to kill the desired process.
vorixo/vorixo.github.io
https://vorixo.github.io
vorixo/caravel_radiation_harden
https://caravel-user-project.readthedocs.io
vorixo/AdaboostExample
A simple example of a face recognition algorithm using Adaboost. I'm not adding the whole code. The lenguage of the comments is Spanish.
vorixo/caravel_RT-PseudoRNG
A pseudo random number generator oriented towards random cache placement and replacement for critical real-time processors.
vorixo/CustomDetailsUE4
LearningPurposes
vorixo/MPI-ImageFiltering-EasyBMP
Median, Gaussian and smooth filter using EasyBMP and MPI. The lenguage of the comments is Spanish.
vorixo/OBPMark
On-Board Processing Benchmark Suite
vorixo/OBPMark.github.io
OBPMark Webpages
vorixo/OMP-ImageFiltering-EasyBMP
Median, Gaussian and smooth filter using EasyBMP and OpenMP. The lenguage of the comments is Spanish.
vorixo/ROXAnimNode
vorixo/SEQ-ImageFiltering-EasyBMP
Median, Gaussian and smooth filter using EasyBMP. The lenguage of the comments is Spanish.
vorixo/SimpleTuringMachine
A basic static Turing Machine