Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 329 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 329 Bytes

Sub0Pub

C++ Type-based Subscriber-Publisher messaging model for embedded, desktop, games, and distributed systems

Compilation

@note Work in-progress

All-Platforms

./configure && cmake --build ./build

Windows Makefiles

./configure -G 'Unix Makefiles' && make -C ./build -j && make -C ./build test