Newest Lime Graphic Library
- (Fist stable version) https://github.com/Duiccni/Logic-Sim
- (Optimized version with some line drawing bugs) https://github.com/Duiccni/LGL-C-Graphics-Library
- (Lastest version without bugs (i wish (i need a tester) https://github.com/Duiccni/GHMO-Library
- Same things as https://github.com/Duiccni/LGL-C-Graphics-Library (Old one) BUT way more optimized and i found lot of fricking big bugs i fixed them dont worry.
graphics::surface* bad_apple
= graphics::read_binary_into_surface("image-2.bin", graphics::RBIS_24B /* graphics::RBIS_AUTO */);
// graphics::reverse_colors(*bad_apple);
graphics::black_and_white(*bad_apple);
graphics::slight_blur(*bad_apple);