Search Criteria
Package Details: pyrite64-bin 0.6.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/pyrite64-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | pyrite64-bin |
| Description: | N64 Game-Engine and Editor using libdragon & tiny3d |
| Upstream URL: | https://github.com/HailToDodongo/pyrite64 |
| Licenses: | MIT |
| Conflicts: | libdragon, libdragon-git, libdragon-tools-git, mips64-elf-gcc, tiny3d, tiny3d-git |
| Provides: | libdragon, libdragon-toolchain, mips64-elf-gcc, pyrite64, tiny3d |
| Submitter: | Tomadz |
| Maintainer: | Tomadz |
| Last Packager: | Tomadz |
| Votes: | 3 |
| Popularity: | 1.00 |
| First Submitted: | 2026-02-20 11:35 (UTC) |
| Last Updated: | 2026-04-16 17:08 (UTC) |
Dependencies (8)
- gmp (gmp-hgAUR)
- libmpc (libmpc-gitAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libusb (libusb-gitAUR)
- mpfr (mpfr-gitAUR)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- make (make-gitAUR, make-staticAUR) (make)
Required by (3)
- libdragon-git (requires mips64-elf-gcc)
- libdragon-unstable-git (requires mips64-elf-gcc)
- libmikmod-n64-git (requires libdragon)
Sources (5)
- git+https://github.com/DragonMinded/libdragon.git#branch=preview
- git+https://github.com/HailToDodongo/tiny3d.git
- https://github.com/DragonMinded/libdragon/releases/download/toolchain-continuous-prerelease/gcc-toolchain-mips64-x86_64.deb
- https://github.com/HailToDodongo/pyrite64/releases/download/v0.6.0/pyrite64-linux-0_6_0.zip
- pyrite64.desktop
Latest Comments
Tomadz commented on 2026-04-17 17:03 (UTC)
@TimsinLimbo try running
which gltf_to_t3ddoes that output anything? I unfortunately cannot replicate this error, i've installed this aur package on 3 different arch systems with no problems with it recognizing tiny3dTry these commands and paste their outputs:
ls /opt/libdragon/mips64-elf/lib/libt3d.als /opt/libdragon/mips64-elf/include/t3d/ls /opt/libdragon/include/t3d.mkTimsinLimbo commented on 2026-04-17 05:10 (UTC)
echo $N64_INST returned /opt/libdragon however tiny3d still doesnt show up in toolchain manager
Tomadz commented on 2026-04-16 17:47 (UTC)
Okay i changed the PKGBUILD to export the
N64_INSTenv var + added/opt/libdragon/binto PATH. I tested with clean setup and the app now works without having to reboot.Tomadz commented on 2026-04-16 16:38 (UTC) (edited on 2026-04-16 16:38 (UTC) by Tomadz)
I managed to replicate the "toolchain manager" error, what did to solve it was:
echo $N64_INSTreturned/opt/libdragonAfter that i can now use the app normally. I will take some time research and figure if there is a way to configure the PKGBUILD so that you don't have to reboot your system after install to make it work properly
TimsinLimbo commented on 2026-04-16 02:16 (UTC)
how do you get the toolchain manager to recognize tiny3d
Tomadz commented on 2026-04-15 18:18 (UTC)
@RickMM It's been updated now
RickMM commented on 2026-04-13 23:24 (UTC) (edited on 2026-04-13 23:25 (UTC) by RickMM)
validation fails on gcc-toolchain-mips64-x86_64.deb when trying to install 0.6.0-1
Tomadz commented on 2026-02-20 11:59 (UTC) (edited on 2026-02-25 19:39 (UTC) by Tomadz)
My first AUR package so please be considerate :)
Only thing i can't seem to get working is theN64_INSTenvironment variable warning i get in the "Toolchain" menu, maybe it needs to be another path? TheN64_INSTenv var setup is directly taken from the libdragon-tools-git AUR setup.This seems to fixed in the 0.3.0 version
Otherwise the program seems to work fine, i can create a new project and build + run it with ares-emu.