| Crates.io | maylib |
| lib.rs | maylib |
| version | 0.3.4 |
| created_at | 2025-03-30 16:47:19.378568+00 |
| updated_at | 2025-04-08 13:44:32.572495+00 |
| description | A rust-native raylib alternative with multiple window support |
| homepage | |
| repository | https://github.com/ApplePieCodes/maylib |
| max_upload_size | |
| id | 1612560 |
| size | 427,398 |

I made multi-window raylib because I needed multiple windows in raylib.
While Maylib is based on raylib, it is not a fork. I just used raylib as a reference
Requirements
note that libraries like sdl2, sdl2-ttf, etc. need to be installed for the triplet you are building for also note that cargo test must be run with the --test-threads 1 argument. This is because sdl will crash if you have multiple instances in one process