May 8, 2024 A Nonogram Game Using Yew and SVG
Warning: js/wasm, bright screen even in dark mode :)
Warning: js/wasm, bright screen even in dark mode :)
After years of using C++, I changed my snippet for the very common case of a dynamic base class that I use define interfaces, that is, to provide handles to an object as well as access to methods on that objects while still hiding the class layout and method implementations, using C++'s virtual method dispatch.