Skip to Content

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's avatar NancyLi1013
  • Phil Christensen's avatar Phil Christensen
  • Billy O'Neal's avatar Billy O'Neal
  • Weihang Ding's avatar Weihang Ding

# Changelog

  • 71e47c9 [minifb] Bump to 2023-09-21 (#35857)
  • 9aa9cc5 [minifb] Bump to 2023-02-03 (#29316)
  • b295670 Bulk convert control files. (#19986)
  • 09a647a Delete use of vcpkg_test_cmake and vcpkg_common_functions. (#13065)
  • e62d136 [vcpkg] Add Supports: field. Use contents of triplets instead of names for dependency resolution. (#8601)
  • 408990c [minifb] Add new port (#7766)

# Source