minifb v2023-09-21
- Created
- Updated
MiniFB (Mini FrameBuffer) is a small cross platform library that makes it easy to render (32-bit) pixels in a window.
# Usage
minifb provides CMake targets:
find_package(minifb CONFIG REQUIRED)
target_link_libraries(main PRIVATE minifb::minifb)
# License
# Supported Platforms
!uwp
- ✅ linux
- ✅ osx
- ✅ windows
- ❌
uwp
# Features
No features defined.
# Dependencies
No dependencies.
# Host Dependencies
No transitive dependencies.
# Dependents
No dependents.
# Host Dependents
No dependents.
# Contributors
- NancyLi1013
- Phil Christensen
- Billy O'Neal
- Weihang Ding