This article may meet Wikipedia's criteria for speedy deletion as an article about a real person that does not credibly indicate the importance or significance of the subject.Note that this criterion applies only to articles about people themselves, not about their books, albums, shows, software, etc.See CSD A7. If this article does not meet the criteria for speedy deletion, or you intend to fix it, please remove this notice, but do not remove this notice from pages that you have created yourself. If you created this page and you disagree with the given reason for deletion, you can click the button below and leave a message explaining why you believe it should not be deleted. You can also visit the talk page to check if you have received a response to your message. ContentsNote that this article may be deleted at any time if it unquestionably meets the speedy deletion criteria, or if an explanation posted to the talk page is found to be insufficient.
Note to administrators: this article has content on its talk page which should be checked before deletion. Administrators: check links, talk, history (last), and logs before deletion. Please confirm before deletion that the page doesn't seem to be intended as the author's userpage. If it does, move it to the proper location instead. Consider checking Google.This page was last edited by Joseywales1961 (contribs | logs) at 20:54, 27 September 2025 (UTC) (5 minutes ago) |
![]() | The topic of this article may not meet Wikipedia's notability guideline for biographies .(September 2025) |
Themaister | |
---|---|
Born | 1990 (age 34–35) |
Other names | Hans-Kristian Arntzen |
Education |
|
Occupation | Programmer |
Organization | Arntzen Software AS |
Known for |
|
Notable work |
|
Website | themaister |
Hans-Kristian Arntzen, better known by the pseudonym Themaister, is a programmer who specializes in graphics programming, particularly the Vulkan API. He helped create the cross-platform frontend RetroArch and its Vulkan support. His work on the paraLLEl-RDP for RetroArch pioneered the use of Vulkan compute shaders in video game console emulation. Themaister used them to render computationally intensive low-level emulation on the GPU. This would emulate the Nintendo 64 with the accuracy of a pre-existing, low-level, CPU-based renderer, Angrylion; but with significantly lower hardware requirements and CPU-usage. This approach has since inspired the use of compute shader rendering in other emulators, such as redream, MelonDS, and PCSX2.
In 2010, Themaister created the SSNES interface for the bsnes emulator as an alternative to the existing Qt interface. [1] [2] A couple of years later, the project was renamed RetroArch. Themaister's work on Vulkan enabled RetroArch to be one of the first applications to support Vulkan on the first day of Vulkan's release. [3]
Conceived around 2016, [4] paraLLel was a new libretro core for RetroArch. It had a low-level plugin (paraLLEl-RDP) to emulate the Nintendo 64's RDP (Reality Display Processor), and a dynarec (paraLLEl-RSP) to emulate the Nintendo 64's RSP (Reality Signal Processor). paraLLEl-RDP was designed to use the Vulkan API to render the RDP on the GPU rather than CPU (used by the accurate but slow Angrylion renderer), to reduce CPU bottlenecks. paraLLel started off slow with bugs, [5] but paraLLEl-RSP was rewritten in 2019-2020, [6] and Themaister then rewrote paraLLEl-RDP from scratch using new techniques. [7] [8] With the new RDP renderer, modest mainstream hardware could for the first time emulate the N64 at full speed with the accuracy of Angrylion.
Later in 2020, Themaister added upscaling to paraLLEl-RDP, enabling the accurate, bit-exact emulation to be done at higher resolution, with the N64's native VI post-processing pipeline fully emulated. [9] Even with upscaling's additional computational requirements, consumer PCs could still run this at full speed. The public could finally use mainstream hardware to play the N64 with higher resolution graphics and accurate, low-level emulation. The paraLLEl-RDP and paraLLEl-RSP were subsequently incorporated into the Mupen64Plus-Next core (a successor to the libretro port of Mupen64Plus). Further changes and updates were made to Mupen64Plus-Next, and this core has succeeded the initial paraLLEl core. [10]
Following the emulation achievement, paraLLEl-RDP and paraLLEl-RSP were quickly incorporated into other N64 emulators, such as RMG and Simple64 (both Mupen64Plus derivatives) and the multi-system emulator Ares. Even the old emulator Project64 received a port, though with various accuracy problems or even freezes. [11]
In 2024, Themaister, with the help of a colleague, turned the Vulkan compute shaders approach towards emulating the PlayStation2's "Graphics Synthesizer" (GS). [12] Their new paraLLEl-GS renderer attempts the accuracy of the existing software renderer GSdx (used in PCSX2), while enabling upscaling and supersampling at sufficient speeds on common hardware. paraLLEl-GS has been implemented in the new libretro core LRPS2, a heavily modified version of PCSX2, [13] and a version has been ported to PCSX2 itself.
The results achieved by Vulkan compute shaders in the parallel-RDP led other developers to try a similar approach. The Sega Dreamcast emulator, redream, added a low-level emulation video renderer that uses compute shaders to run on the GPU. [14] In 2024, melonDS, an emulator of the Nintendo DS, added an OpenGL version of a compute shader renderer, to try to combine accurate graphics with support for upscaling and other improvements. [15]
After getting his B.Sc. in Electronics and M.Sc. in Digital Signal Processing, Arntzen worked for Arm Norway for four years. He has done work on SPIR-V for the Khronos Group, and currently runs his own company, Arntzen Software AS. [16]