(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.
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
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
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
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