Package Details: bgfx-git 1.143.9245-1

Git Clone URL: https://aur.archlinux.org/bgfx-git.git (read-only, click to copy)
Package Base: bgfx-git
Description: Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library.
Upstream URL: https://bkaradzic.github.io/bgfx
Licenses: BSD
Conflicts: bgfx
Provides: bgfx
Submitter: bwrsandman
Maintainer: bwrsandman
Last Packager: bwrsandman
Votes: 1
Popularity: 0.000000
First Submitted: 2021-01-31 03:37 (UTC)
Last Updated: 2026-05-03 00:15 (UTC)

Latest Comments

bwrsandman commented on 2026-05-03 00:19 (UTC)

The author of GENie is the author of bgfx.

They choose to have a monorepo.

This AUR package currently only supports x86_64 (as per the arch entry.)

If someone wants to suggest a solution, I can try to integrate it.

Popolon commented on 2026-05-02 18:42 (UTC) (edited on 2026-05-02 18:48 (UTC) by Popolon)

There is no rule for linux-debug64 nor linux-release64 available rules are:

wasm-debug                     Build - Emscripten Debug
wasm-release                   Build - Emscripten Release
wasm                           Build - Emscripten Debug and Release
linux-gcc-debug64              Build - Linux GCC x64 Debug
linux-gcc-release64            Build - Linux GCC x64 Release
linux-gcc                      Build - Linux GCC x86/x64 Debug and Release
linux-clang-debug64            Build - Linux Clang x64 Debug
linux-clang-release64          Build - Linux Clang x64 Release
linux-clang                    Build - Linux Clang x86/x64 Debug and Release

Tried both linux-gcc-release64 and linux-clang-release64, and it even doesn't manage to found libm.so.6, that is in /usr/lib/ :(

../bx/tools/bin/linux/genie: error while loading shared libraries: libm.so.6: cannot open shared object file: No such file or directory

ps: for this second part bug, genie is an x86_64 (AMD64) binary, my arch are arm64 and riscv64, why for put a binary file in opensource build system ??? There is a genie-git AUR package.