_    ___ ___      _                               
/ \ |_ _/ _ \ ___| |_ _ __ ___ __ _ _ __ ___ ___
/ _ \ | | | | / __| __| '__/ _ \/ _` | '_ ` _ \/ __|
/ ___ \ | | |_| \__ \ |_| | | __/ (_| | | | | | \__ \
/_/ \_\___\___/|___/\__|_| \___|\__,_|_| |_| |_|___/
Twitch
Invidious (YT)

Invidious > Channel > Profesor Retroman

Trending
Profesor Retroman 19800 subscribers    RSS
View channel on YouTube
Videos
Playlists

YT 26 minutes 53 seconds
Profesor Retroman
C y C++ : Compilación manual, extern "C", includes y mangling
YT 35 minutes 37 seconds
Profesor Retroman
C++ : Compilación, enlazado y makefiles básicos (I)
YT 30 minutes 4 seconds
Profesor Retroman
C++ : Compilación y makefiles básicos (II)
YT 16 minutes 58 seconds
Profesor Retroman
C++ : librerías, dynamic link y búsqueda de símbolos de enlace
YT 29 minutes 30 seconds
Profesor Retroman
C++ : Dibujando sprites manualmente con tinyPTC
YT 45 minutes 15 seconds
Profesor Retroman
C++ : Makefiles con macros avanzadas y reglas generadas
YT 33 minutes 40 seconds
Profesor Retroman
C++ : Compilar y enlazar librerías estáticas
YT 13 minutes 38 seconds
Profesor Retroman
C++ : Introducción básica a constexpr y const
YT 31 minutes 10 seconds
Profesor Retroman
C++ : new, delete, excepciones, std::terminate y RAII. Asegurando liberación de recursos
YT 34 minutes 21 seconds
Profesor Retroman
C++ : Gestión de memoria con std::unique_ptr (Smart Pointers)
YT 32 minutes 14 seconds
Profesor Retroman
C++ : Include guards, const member initializers, explicit constructors
YT 36 minutes 18 seconds
Profesor Retroman
C++ : Render System (1): update básico
YT 25 minutes 33 seconds
Profesor Retroman
C++ Entity Manager (1): std::vector reserve
YT 17 minutes 37 seconds
Profesor Retroman
C++ : Entity Manager (2): range-based for, std::fill y emplace_back
YT 21 minutes 9 seconds
Profesor Retroman
C++ : Manager-Render: enlace por referencia, includes y forward declarations
YT 25 minutes 37 seconds
Profesor Retroman
C++ : Render System (2) : fill, copy & iterators
YT 17 minutes 36 seconds
Profesor Retroman
C++ : Depurando con cgdb: reserve vs resize
YT 39 minutes 53 seconds
Profesor Retroman
C++ : Function objects, operator() y lambdas
YT 34 minutes 42 seconds
Profesor Retroman
C++ : Interfaces, override, final, virtual, vtable
YT 33 minutes 17 seconds
Profesor Retroman
C++ : Interfaces puras y destructores virtuales
YT 35 minutes 2 seconds
Profesor Retroman
C++ : Leer ficheros rápido usando iteradores y contenedores
YT 22 minutes 25 seconds
Profesor Retroman
C++ : Sprites con PicoPNG, iteradores y std::memcpy
YT 27 minutes 20 seconds
Profesor Retroman
C++ : Sistemas Physics y Collision en Entity-Component-System
YT 31 minutes 17 seconds
Profesor Retroman
C++ : Componentes ECS, Caché y Branch Prediction
YT 26 minutes 19 seconds
Profesor Retroman
C++ : Por qué separar entidades en componentes en un #ECS
YT 32 minutes 37 seconds
Profesor Retroman
C++ : Component Storage y Physics Component #ECS
YT 40 minutes 7 seconds
Profesor Retroman
C++ : Sistemas #ECS de un único componente
YT 10 minutes 27 seconds
Profesor Retroman
C++ : Formas de asociar entidades y componentes #ECS
YT 18 minutes 17 seconds
Profesor Retroman
C++ : Referencias cruzadas y Template Types
YT 19 minutes 42 seconds
Profesor Retroman
C++ : Identificadores automáticos y miembros static inline
YT 24 minutes 39 seconds
Profesor Retroman
C++ : Revisando la arquitectura ECS implementada hasta ahora
YT 24 minutes 33 seconds
Profesor Retroman
C++ : Componentes que pertenecen a entidades de forma obligatoria
YT 43 minutes 56 seconds
Profesor Retroman
C++ : Structure Bindings, CTAD y auto return type
YT 10 minutes 28 seconds
Profesor Retroman
C++ : Paso eficiente de strings con std::string_view
YT 36 minutes 52 seconds
Profesor Retroman
C++ : Añadiendo componentes de render al motor ECS
YT 24 minutes 40 seconds
Profesor Retroman
C++ : Override, referencias, punteros y copias
YT 38 minutes
Profesor Retroman
C++ : Entidades y búsqueda con std::find if, punteros vs referencias
YT 18 minutes 49 seconds
Profesor Retroman
C++ : const_cast, 'do not repeat yourself' (DNRY), valgrind y copias
YT 8 minutes 22 seconds
Profesor Retroman
C++ : Evitar reglas mnemotécnicas, entender y dominar los detalles
YT 17 minutes 13 seconds
Profesor Retroman
C++ : STL map versus unordered_map
YT 17 minutes 4 seconds
Profesor Retroman
C++ : STL unordered_map, at(), operator[] y find()
YT 14 minutes 36 seconds
Profesor Retroman
C++ : Valores de retorno comprobables con std::optional
YT 24 minutes 58 seconds
Profesor Retroman
C++ : Punteros a función, a metodo, lambdas y static
YT 28 minutes 37 seconds
Profesor Retroman
C++ : Integrando el sistema de Input en el motor ECS
YT 18 minutes 9 seconds
Profesor Retroman
C++ : Game Engine básico en terminal de texto
YT 35 minutes 51 seconds
Profesor Retroman
C++ : Tiempo de vida, stack/heap, temporales, std::unique_ptr y std::move
YT 25 minutes 17 seconds
Profesor Retroman
C++ : Game Engine con Arquitectura por Componentes Básica
YT 36 minutes 2 seconds
Profesor Retroman
C++ : Undefined Behaviour con referencias a std::vector y temporales
YT 20 minutes 55 seconds
Profesor Retroman
C++ : Introduccion básica a las templates
YT 20 minutes 42 seconds
Profesor Retroman
C++ : Identificadores automáticos de componente con templates
YT 20 minutes 31 seconds
Profesor Retroman
C++ : Game Engine por Componentes básico con templates
YT 18 minutes 42 seconds
Profesor Retroman
C++ : Analizando cómo adaptar el ECS a templates
YT 27 minutes 41 seconds
Profesor Retroman
C++ : Creando Vectores de Componentes por tipo (ECS a templates)
YT 35 minutes 4 seconds
Profesor Retroman
C++ : tiempo de vida y unique_ptr persistente (ECS a templates)
YT 25 minutes 2 seconds
Profesor Retroman
C++ : const_cast, NRVO e interfaz polimorfica (ECS a templates)
YT 18 minutes 44 seconds
Profesor Retroman
C++ : Memory leaks, polimorfismo, destructores y dynamic_cast (ECS a templates)
YT 29 minutes 59 seconds
Profesor Retroman
C++ : "Herencia" estática con templates (ECS a templates)
YT 13 minutes 27 seconds
Profesor Retroman
C++ : Game Design, progresión ondulante
YT 26 minutes 35 seconds
Profesor Retroman
C++ : Reestructuración ECS y Creación de Entidades
YT 51 minutes 41 seconds
Profesor Retroman
C++ : Curiously Recurring Template Pattern (CRTP)
YT 2 hours 44 minutes 50 seconds
Profesor Retroman
C++ : Colisiones con Bounding Boxes y Sistemas de Spawn #Videojuegos #ECS #UA [ S12.2020 ]
YT 2 hours 31 minutes 20 seconds
Profesor Retroman
C++ : Comportamientos configurables #Videojuegos #ECS #UA [ S13.2020 ]
YT 2 hours 47 minutes 38 seconds
Profesor Retroman
C++ : Bounding Boxes Jerárquicos. #Videojuegos #ECS #UA [ S14.2020 ]
YT 3 hours 4 minutes 19 seconds
Profesor Retroman
C++ : Health System y Borrado de Entidades #Videojuegos #ECS #UA [ S15.2020 ]
YT 2 hours 57 minutes 45 seconds
Profesor Retroman
C++: Plataformas, física y colisiones #Videojuegos #ECS #UA [ S16.2020 ]
YT 3 hours 27 seconds
Profesor Retroman
C++: Niveles, Física, Cámara y Scroll #Videojuegos #ECS #UA [ S17.2020 ]
YT 3 hours 47 minutes 36 seconds
Profesor Retroman
C++ : Cámara, Rendimiento y JSON vs BIN #Videojuegos #ECS #UA [ S18.2020 ]
YT 3 hours 28 minutes 52 seconds
Profesor Retroman
C++ : Profiling interno y Estados #Videojuegos #ECS #UA [ S19.2020 ]