Pinned Repositories
algebra_lineal_misc
Miscelanea de varios aspectos interesantes del álgebra lineal
controladores
Repositorio para distintos temas de interés en computer science
FriendVentures
Unreal UMG exercise showing an instance of the Model, View, ViewModel pattern for UI development
parallel_computing_studies
Code and info learned in parallel computing studies
presupuesto-diario
¿Cuanto debo gastar por n dias si tengo x cantidad de dinero?
sph_fluid_simulation
This is a basic water body simulation based on the Smoothed Particle Hydrodynamic (SPH) method with leapfrog integrator for simulate water fluids in 2D from CPU using JavaScript and ThreeJS.
surface_water_simulation
This is a simple surface ocean water simulation based on a sum of sine functions approach to calculate a height map and get dynamically water surface orientation from GPU in a vertex shader.
VolcanoLava
Lava shader experiments in OpenFrameworks for volcano project
romualdo97's Repositories
romualdo97/VolcanoLava
Lava shader experiments in OpenFrameworks for volcano project
romualdo97/FriendVentures
Unreal UMG exercise showing an instance of the Model, View, ViewModel pattern for UI development
romualdo97/AdditionalLibraries
romualdo97/AdvancedModernCppExperiments
Experiments while following the Learn Advanced Modern C++ course by James Raynard https://www.udemy.com/course/learn-intermediate-modern-c/
romualdo97/Apollo-11
Original Apollo 11 Guidance Computer (AGC) source code for the command and lunar modules.
romualdo97/BallWildVentures
Simple rolling game
romualdo97/cmake_getting_started
romualdo97/computer_system_studies
Studies in general topics of computer systems
romualdo97/computer_vision_studies
Repo for computer vision studies
romualdo97/CsharpMultithreadStudies
romualdo97/CSharpYieldKeywordStudies
Experiments to seeking inside the yield keyword and it usefulness on the Unity corutines.
romualdo97/data_mining_studies
Repo for study data mining
romualdo97/FriendsOnlineStatus
romualdo97/fund_manager
Repo for hold code to fund_manager sofware
romualdo97/garbage-collector-exercises
Exercises for course on garbage collector by Dmitry Soshnikov
romualdo97/githubactionslearning
Learning github actions
romualdo97/html-elemental-landing
Landing page for "HTML Elemental" project
romualdo97/javascript_studies
Repo for studies of distinct javascript topics
romualdo97/KrazyKarts
Repo for Udemy multiplayer course project: https://www.udemy.com/course/unrealmultiplayer/learn/lecture/8246302#overview
romualdo97/learning-io-calayer
playing with the CALayer api
romualdo97/learning-ios
Project used to learn iOS development using swift and storyboards
romualdo97/learning-ios-uigesturerecognizer
Repo for following auto on UIGestureRecognizer
romualdo97/misc_projects
Repo for store projects in random topics
romualdo97/multithreaded-kernel-course
Exercises for the multithreaded kernel course by Daniel McCarthy
romualdo97/MyOwnProjectionMatrix
This is a simple OpenGL program written to test my understanding on the OpenGL projection matrix.
romualdo97/opengl-starter
Minimal and simple OpenGL starter project using modern CMake and CPM by @adrianderstroff
romualdo97/opengl_studies
Repo for studies in opengl topics
romualdo97/romualdo97.github.io
Romualdo Villalobos Portfolio Site
romualdo97/TheseusVsMinotaurGame
A Unity mini game for a mini jam session
romualdo97/UnrealStudies
Contains unreal studies from the Unreal Engine 5 C++ Developer: Learn C++ & Make Video Games course