CppCon 2015: Vittorio Romeo “Implementation of a component-based entity system in modern C++”
—
Presentation Slides, PDFs, Source Code and other presenter materials are available at:
—
An alternative to deep inheritance trees for game and application architecture design is “composition“. Separating data (in independent components) from logic (in independent systems) allows the code to be more reusable and more efficient, alongside additional benefits. Using modern C 11 and C 14 features, it is possible to design an efficient and user-friendly component-based entity system library, with intuitive syntax and convenient cost-free abstractions.
—
Vittorio Romeo is an Italian 20 year old Computer Science student at “Università degli Studi di Messina“. He began programming at a very young age and soon became a C enthusiast. While following the evolution of the C standard and embracing the newest features, he worked on several open-source projects, including modern general-purpose libraries and free
1 view
35
15
2 years ago 01:54:00 1
Can C++ be 10x Simpler & Safer? - Herb Sutter - CppCon 2022
2 years ago 01:04:46 1
CppCon 2015: Vittorio Romeo “Implementation of a component-based entity system in modern C++”
4 years ago 01:12:27 1
CppCon 2015: Andrei Alexandrescu “std::allocator...”
5 years ago 01:00:11 2
CppCon 2015: Kate Gregory “Stop Teaching C“
6 years ago 01:40:46 1
CppCon 2015: Bjarne Stroustrup “Writing Good C++14”
6 years ago 00:09:39 7
CppCon 2015: Huu Nguyen “C++ Requests - Curl for People“
7 years ago 01:29:54 1
CppCon 2015: Chandler Carruth “Tuning C++: Benchmarks, and CPUs, and Compilers! Oh My!“
7 years ago 01:03:44 28
CppCon 2015: Timur Doumler “C++ in the Audio Industry”
8 years ago 00:56:27 1
CppCon 2015:Marshall Clow “Type Traits - what are they and why should I use them?“
9 years ago 00:16:19 2
CppCon 2015: Atila Neves “Emacs as a C++ IDE“
9 years ago 00:14:47 1
CppCon 2015: Greg Law “ Give me 15 minutes & I’ll change your view of GDB“
9 years ago 00:15:15 1
CppCon 2015: Piotr Padlewski “C++ devirtualization in clang“
9 years ago 00:11:33 1
CppCon 2015: Kyle Markley “Extreme Type Safety with Opaque Typedefs“
9 years ago 00:14:18 1
CppCon 2015: Jens Weller “How I integrated TinyMCE into my Qt Application“
9 years ago 00:10:38 1
CppCon 2015: Milian Wolff “Heaptrack: A Heap Memory Profiler for Linux“