libxd icon indicating copy to clipboard operation
libxd copied to clipboard

A simple 2D graphics library for C++.

Results 2 libxd issues
Sort by recently updated
recently updated
newest added

Non virtual destructors in base classes results in undefined behavior. `~Shape()` should be marked as virtual to make the destruction of derived types well defined

Thanks, @bernhardfritz for your excellent work! I recent encounter problems when trying the examples. The canvas works fine but when I exit the window, there will be a segmentation fault....