# IMGUI_NODE_pyrite64
**Repository Path**: msnh/IMGUI_NODE_pyrite64
## Basic Information
- **Project Name**: IMGUI_NODE_pyrite64
- **Description**: N64 Game-Engine and Editor using libdragon & tiny3d
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2026-04-06
- **Last Updated**: 2026-04-08
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Pyrite64
N64 game-engine and editor using Libdragon and tiny3d.
> Note: This project does NOT use any proprietary N64 SDKs or libraries.
Pyrite64 is a visual editor + runtime-engine to create 3D games that can run on a real N64 console or accurate emulators.
Besides the usual editor, some extra features include:
- Automatic toolchain installation on Windows
- 3D-Model import (GLTF) from blender with [fast64](https://github.com/Fast-64/fast64) material support.
- Support for HDR+Bloom rendering (shown here: www.youtube.com/watch?v=XP8g2ngHftY)
- Support for big-texture rendering (256x256) (shown here: www.youtube.com/watch?v=rNEo0aQkGnU)
- Runtime engine handling scene-management, rendering, collision, audio and more.
- Global asset management with automatic memory cleanup
- Node-Graph editor to script basic control flow
Note that this project focuses on real hardware, so accurate emulation is required to run/test games on PC.
Emulators that are accurate enough include [Ares (v147 or newer)](https://ares-emu.net/) and [gopher64](https://github.com/gopher64/gopher64).
> [!WARNING]
> This project is still in early development, so features are going to be missing.
> Documentation is also still a work in progress, and breaking API changes are to be expected.
## Documentation
Before starting, please read the [FAQ](https://hailtododongo.github.io/pyrite64/docs/faq.html)!
General documentation is available here: [Documentation](https://hailtododongo.github.io/pyrite64/)
This also contains information on how to build the editor.
The source-code for the docs can be found in this repo under `/docs`.
## Showcase
Cathode Quest 64 (YouTube) | Pyrite64 Release Video
## Links
For anything N64 homebrew related,
checkout the N64Brew discord: https://discord.gg/WqFgNWf
## Credits & License
© 2025-2026 - Max Bebök (HailToDodongo)
Pyrite64 is licensed under the MIT License, see the [LICENSE](LICENSE) file for more information.
Licenses for external libraries used in the editor can be found in their respective directory under `/vendored`
Pyrite64 does NOT force any restrictions or licenses on games made with it.
Pyrite64 does NOT claim any copyright or force licenses for assets / source-code generated by the editor.
While not required, please consider crediting Pyrite64 with a logo and/or name in your credits and/or boot logo sequence.