Stefano Cristiano
pagghiu.bsky.social
Stefano Cristiano
@pagghiu.bsky.social
Principal Research Scientist@NVIDIA
(Omniverse Physics)
Author of "Sane C++ Libraries"
https://github.com/Pagghiu/SaneCppLibraries
Videos: https://youtube.com/@Pagghiu
Site: https://pagghiu.github.io
Opinions are my own.
SCExample

WIP example browser showcase for the library

🟢 Based on Dear ImGui and sokol libraries ❤️
🟢 Power Efficient: redraws on SC::Async IO or input events
🟢 Hot-reloaded on the fly through SC::Plugin
🟢 Integrates SC::Async with native event Loop
🟢 Supports macOS, iOS, Linux and Windows
December 23, 2024 at 1:29 AM
🎉 New Sane C++ Libraries Video!

Today I'm implementing an Async Socket Streams abstraction (akin to node.js streams).

So far it can asynchronously read test data from a file, pipe it to a socket, read it from the other socket side and pipe it to a file.

Enjoy the video!

youtu.be/0x6TLV_ig-A
#cpp
November 13, 2024 at 6:14 PM