1. Home
  2. Browse
  3. minifb

minifb

v2023-09-21#0Latest

MiniFB (Mini FrameBuffer) is a small cross platform library that makes it easy to render (32-bit) pixels in a window.

Install

Run the following Vcpkg command to install the port.

vcpkg install minifb

Usage

minifb provides CMake targets:

find_package(minifb CONFIG REQUIRED)
target_link_libraries(main PRIVATE minifb::minifb)

Dependencies

See source

Version

v2023-09-21#0

Publication

Supports

!uwp

GitHub

emoon/minifb

Homepage

github.com/emoon/minifb

Subtree

71e47c9fb8

License

MIT

Definition

Manifest