NVPlay: Difference between revisions
Jump to navigation
Jump to search
Created page with "'''NVPlay''' is a tool designed to allow raw-level communication with graphics hardware, focusing on early Nvidia GPUs from the mid to late 1990s." |
m Correct typo in URL |
||
| (7 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
'''NVPlay''' is a tool designed to allow | {{Infobox software | ||
| screenshot = Nvplay_6.png | |||
| caption = A screenshot of NVPlay after completing some tests on an Nvidia Riva 128 | |||
| developer = [https://github.com/starfrost013/ Connor Hyde (starfrost)] | |||
| latest preview version = 1.0-rc3 | |||
| latest preview date = {{Start date and age|2025|12|26|df=y}} | |||
| repo = {{URL|https://github.com/starfrost013/nvplayground/}} | |||
| operating system = [[wikipedia:MS-DOS|MS-DOS]], [[wikipedia:Windows 3.x|Windows 3.x]] and [[wikipedia:Windows 9x|Windows 9x]] | |||
| programming language = [[wikipedia:C (programming language)|C]] | |||
| genre = [[wikipedia:Device driver|Driver]], [[wikipedia:Read-eval-print loop|REPL]] | |||
| license = [[wikipedia:MIT License | MIT License]] | |||
}} | |||
'''NVPlay''' is a tool designed to allow low-level communication with and control of graphics hardware, focusing on early Nvidia GPUs from the mid to late 1990s. It is a tool intended for developers to aid emulation efforts. The program will initialise your installed GPU in an entirely freestanding way without any drivers and has several modes that allow different methods to control your graphics hardware. | |||
By default, NVPlay runs in a REPL loop that lets you run a set of commands that do register-level GPU I/O. | |||
Latest revision as of 22:35, 26 December 2025
| NVPlay | |
|---|---|
![]() A screenshot of NVPlay after completing some tests on an Nvidia Riva 128 | |
| Developer | Connor Hyde (starfrost) |
| Preview release | 1.0-rc3
/ 26 December 2025 |
| Repository | github |
| Written in | C |
| Operating system | MS-DOS, Windows 3.x and Windows 9x |
| Type | Driver, REPL |
| License | MIT License |
NVPlay is a tool designed to allow low-level communication with and control of graphics hardware, focusing on early Nvidia GPUs from the mid to late 1990s. It is a tool intended for developers to aid emulation efforts. The program will initialise your installed GPU in an entirely freestanding way without any drivers and has several modes that allow different methods to control your graphics hardware.
By default, NVPlay runs in a REPL loop that lets you run a set of commands that do register-level GPU I/O.
