maylib 0.2.0

A rust-native raylib alternative with multiple window support
docs.rs failed to build maylib-0.2.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

MayLib

Multi-Window Raylib

Crates.io Downloads (latest version) GitHub forks Crates.io Version

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

TODOS

  • Switch font rendering to fontdue
  • Possibly Migrate to gfx rendering

Features

  • Supports .png, .jpg, .tiff, and .webp images
  • Supports .ttf fonts

Build

Requirements

  • Cargo
  • Vcpkg
  • pkg-config
  • sdl2
  • sdl2-ttf
  • sdl2-gfx
  • sdl2-image

note that libraries like sdl2, sdl2-ttf, etc. need to be installed for the triplet you are building for