MiniFB (Mini FrameBuffer) is a C/C++ library that makes it easy to render pixels in a window.
MiniFB (Mini FrameBuffer) is a small cross platform library that makes it easy to render (32-bit) pixels in a window.
An example is the best way to show how it works:
struct mfb_window *window = mfb_open_ex("my display", 800, 600, WF_RESIZABLE);
if (!window)
return 0;
buffer = (uint32_t *) malloc(800 * 600 * 4);
do {
int state;
// TODO: add some fancy rendering to the buffer of size 800 * 600
state = mfb_update_ex(window, buffer, 800, 600);
if (state < 0) {
window = NULL;
break;
}
} while(mfb_wait_sync(window));
Depends (1)
Requires (1)
Builds
toolchain |
public-0.15.0 |
config |
macos_12-gcc_12.1_homebrew-static_O3 / x86_64-apple-darwin21.6.0 |
timestamp |
2023-01-23 14:22:43 UTC (07 17:39:30 days ago) |
result |
error (update) | log | rebuild |
toolchain |
public-0.15.0 |
config |
macos_12-gcc_12.1_homebrew-O3 / x86_64-apple-darwin21.6.0 |
timestamp |
2023-01-23 14:21:13 UTC (07 17:41:00 days ago) |
result |
error (update) | log | rebuild |
toolchain |
public-0.15.0 |
config |
macos_12-gcc_12.1_homebrew / x86_64-apple-darwin21.6.0 |
timestamp |
2023-01-23 14:19:43 UTC (07 17:42:30 days ago) |
result |
error (update) | log | rebuild |
toolchain |
public-0.15.0 |
config |
macos_12-clang_13.1-static_O3 / x86_64-apple-darwin21.6.0 |
timestamp |
2023-01-23 14:18:15 UTC (07 17:43:57 days ago) |
result |
error (update) | log | rebuild |
toolchain |
public-0.15.0 |
config |
macos_12-clang_13.1-O3 / x86_64-apple-darwin21.6.0 |
timestamp |
2023-01-23 14:16:46 UTC (07 17:45:27 days ago) |
result |
error (update) | log | rebuild |
toolchain |
public-0.15.0 |
config |
windows_10-msvc_17.2-static_O2 / x86_64-microsoft-win32-msvc14.3 |
timestamp |
2023-01-23 14:16:07 UTC (07 17:46:06 days ago) |
result |
success | log | rebuild |
toolchain |
public-0.15.0 |
config |
windows_10-clang_14.0_llvm_msvc_17.2_lld / x86_64-microsoft-win32-msvc14.3 |
timestamp |
2023-01-23 14:15:21 UTC (07 17:46:52 days ago) |
result |
error (update) | log | rebuild |
toolchain |
public-0.15.0 |
config |
windows_10-msvc_16.11-static_O2 / x86_64-microsoft-win32-msvc14.2 |
timestamp |
2023-01-23 14:15:18 UTC (07 17:46:55 days ago) |
result |
success | log | rebuild |
toolchain |
public-0.15.0 |
config |
macos_12-clang_13.1 / x86_64-apple-darwin21.6.0 |
timestamp |
2023-01-23 14:15:16 UTC (07 17:46:56 days ago) |
result |
error (update) | log | rebuild |
toolchain |
public-0.15.0 |
config |
windows_10_devmode-msvc_16.11 / x86_64-microsoft-win32-msvc14.2 |
timestamp |
2023-01-23 14:15:13 UTC (07 17:46:59 days ago) |
result |
error (update) | log | rebuild |
toolchain |
public-0.15.0 |
config |
windows_10-gcc_11.2_mingw_w64-static_O2 / x86_64-w64-mingw32 |
timestamp |
2023-01-23 14:15:08 UTC (07 17:47:04 days ago) |
result |
success | log | rebuild |
toolchain |
public-0.15.0 |
config |
windows_10-msvc_17.2-O2 / x86_64-microsoft-win32-msvc14.3 |
timestamp |
2023-01-23 14:15:07 UTC (07 17:47:05 days ago) |
result |
error (update) | log | rebuild |
toolchain |
public-0.15.0 |
config |
windows_10-clang_13.0_llvm_msvc_16.11_lld / x86_64-microsoft-win32-msvc14.2 |
timestamp |
2023-01-23 14:15:03 UTC (07 17:47:10 days ago) |
result |
error (update) | log | rebuild |
toolchain |
public-0.15.0 |
config |
windows_10-clang_14.0_llvm_msvc_17.2-static_O2 / x86_64-microsoft-win32-msvc14.3 |
timestamp |
2023-01-23 14:14:57 UTC (07 17:47:16 days ago) |
result |
error (update) | log | rebuild |
toolchain |
public-0.15.0 |
config |
windows_10-clang_13.0_llvm_msvc_16.11-static_O2 / x86_64-microsoft-win32-msvc14.2 |
timestamp |
2023-01-23 14:14:52 UTC (07 17:47:20 days ago) |
result |
error (update) | log | rebuild |
toolchain |
public-0.15.0 |
config |
windows_10-msvc_16.11-O2 / x86_64-microsoft-win32-msvc14.2 |
timestamp |
2023-01-23 14:14:47 UTC (07 17:47:26 days ago) |
result |
error (update) | log | rebuild |
toolchain |
public-0.15.0 |
config |
windows_10-msvc_17.2 / x86_64-microsoft-win32-msvc14.3 |
timestamp |
2023-01-23 14:14:44 UTC (07 17:47:29 days ago) |
result |
error (update) | log | rebuild |
toolchain |
public-0.15.0 |
config |
windows_10-gcc_11.2_mingw_w64-O2 / x86_64-w64-mingw32 |
timestamp |
2023-01-23 14:14:20 UTC (07 17:47:53 days ago) |
result |
error (update) | log | rebuild |
toolchain |
public-0.15.0 |
config |
linux_debian_11-clang_14.0_libc++-static_O3 / x86_64-linux-gnu |
timestamp |
2023-01-23 14:14:06 UTC (07 17:48:06 days ago) |
result |
error (update) | log | rebuild |
toolchain |
public-0.15.0 |
config |
windows_10-clang_14.0_llvm_msvc_17.2-O2 / x86_64-microsoft-win32-msvc14.3 |
timestamp |
2023-01-23 14:14:05 UTC (07 17:48:08 days ago) |
result |
error (update) | log | rebuild |
toolchain |
public-0.15.0 |
config |
windows_10-msvc_16.11 / x86_64-microsoft-win32-msvc14.2 |
timestamp |
2023-01-23 14:14:01 UTC (07 17:48:12 days ago) |
result |
error (update) | log | rebuild |
toolchain |
public-0.15.0 |
config |
linux_debian_11-clang_14.0_libc++-O3 / x86_64-linux-gnu |
timestamp |
2023-01-23 14:13:58 UTC (07 17:48:15 days ago) |
result |
success | log | rebuild |
toolchain |
public-0.15.0 |
config |
windows_10-gcc_11.2_mingw_w64 / x86_64-w64-mingw32 |
timestamp |
2023-01-23 14:13:50 UTC (07 17:48:22 days ago) |
result |
error (update) | log | rebuild |
toolchain |
public-0.15.0 |
config |
windows_10-clang_13.0_llvm_msvc_16.11-O2 / x86_64-microsoft-win32-msvc14.2 |
timestamp |
2023-01-23 14:13:47 UTC (07 17:48:25 days ago) |
result |
error (update) | log | rebuild |
toolchain |
public-0.15.0 |
config |
macos_11-clang_13.0 / x86_64-apple-darwin20.5.0 |
timestamp |
2023-01-23 14:13:44 UTC (07 17:48:28 days ago) |
result |
error (update) | log | rebuild |
toolchain |
public-0.15.0 |
config |
windows_10-clang_14.0_llvm_msvc_17.2 / x86_64-microsoft-win32-msvc14.3 |
timestamp |
2023-01-23 14:13:44 UTC (07 17:48:29 days ago) |
result |
error (update) | log | rebuild |
toolchain |
public-0.15.0 |
config |
windows_10-clang_13.0_llvm_msvc_16.11 / x86_64-microsoft-win32-msvc14.2 |
timestamp |
2023-01-23 14:13:38 UTC (07 17:48:35 days ago) |
result |
error (update) | log | rebuild |
toolchain |
public-0.15.0 |
config |
linux_debian_11-gcc_12.1-static_O3 / x86_64-linux-gnu |
timestamp |
2023-01-23 14:13:34 UTC (07 17:48:39 days ago) |
result |
error (update) | log | rebuild |
toolchain |
public-0.15.0 |
config |
linux_debian_11-gcc_12.1-ndebug_O3 / x86_64-linux-gnu |
timestamp |
2023-01-23 14:13:28 UTC (07 17:48:44 days ago) |
result |
error (update) | log | rebuild |
toolchain |
public-0.15.0 |
config |
linux_debian_11-clang_14.0_libc++ / x86_64-linux-gnu |
timestamp |
2023-01-23 14:13:28 UTC (07 17:48:45 days ago) |
result |
success | log | rebuild |
toolchain |
public-0.15.0 |
config |
linux_debian_11-clang_14.0-static_O3 / x86_64-linux-gnu |
timestamp |
2023-01-23 14:13:17 UTC (07 17:48:56 days ago) |
result |
error (update) | log | rebuild |
toolchain |
public-0.15.0 |
config |
freebsd_13-clang_13.0-static_O3 / x86_64-freebsd13.1 |
timestamp |
2023-01-23 14:13:06 UTC (07 17:49:07 days ago) |
result |
error (update) | log | rebuild |
toolchain |
public-0.15.0 |
config |
linux_debian_11-gcc_12.1-O3 / x86_64-linux-gnu |
timestamp |
2023-01-23 14:13:02 UTC (07 17:49:11 days ago) |
result |
error (update) | log | rebuild |
toolchain |
public-0.15.0 |
config |
linux_debian_11-emcc_3.1.6 / wasm32-emscripten |
timestamp |
2023-01-23 14:13:01 UTC (07 17:49:12 days ago) |
result |
error (update) | log | rebuild |
toolchain |
public-0.15.0 |
config |
linux_debian_11-gcc_12.1 / x86_64-linux-gnu |
timestamp |
2023-01-23 14:12:55 UTC (07 17:49:18 days ago) |
result |
error (update) | log | rebuild |
toolchain |
public-0.15.0 |
config |
linux_debian_11-gcc_11.3 / x86_64-linux-gnu |
timestamp |
2023-01-23 14:12:51 UTC (07 17:49:21 days ago) |
result |
error (update) | log | rebuild |
toolchain |
public-0.15.0 |
config |
linux_debian_11-clang_14.0-O3 / x86_64-linux-gnu |
timestamp |
2023-01-23 14:12:47 UTC (07 17:49:25 days ago) |
result |
success | log | rebuild |
toolchain |
public-0.15.0 |
config |
linux_debian_11-clang_14.0 / x86_64-linux-gnu |
timestamp |
2023-01-23 14:12:41 UTC (07 17:49:32 days ago) |
result |
success | log | rebuild |
toolchain |
public-0.15.0 |
config |
linux_debian_11-clang_13.0_libc++ / x86_64-linux-gnu |
timestamp |
2023-01-23 14:12:36 UTC (07 17:49:37 days ago) |
result |
success | log | rebuild |
toolchain |
public-0.15.0 |
config |
linux_debian_11-clang_13.0 / x86_64-linux-gnu |
timestamp |
2023-01-23 14:12:33 UTC (07 17:49:39 days ago) |
result |
success | log | rebuild |
toolchain |
public-0.15.0 |
config |
freebsd_13-clang_13.0-O3 / x86_64-freebsd13.1 |
timestamp |
2023-01-23 14:12:31 UTC (07 17:49:41 days ago) |
result |
error (update) | log | rebuild |
toolchain |
public-0.15.0 |
config |
freebsd_12-clang_10.0 / x86_64-freebsd12.3 |
timestamp |
2023-01-23 14:12:27 UTC (07 17:49:45 days ago) |
result |
error (update) | log | rebuild |
toolchain |
public-0.15.0 |
config |
freebsd_13-clang_13.0 / x86_64-freebsd13.1 |
timestamp |
2023-01-23 14:12:25 UTC (07 17:49:47 days ago) |
result |
error (update) | log | rebuild |