mirror of
https://github.com/Abdess/retrobios.git
synced 2026-06-29 13:52:48 +00:00
12 lines
394 B
YAML
12 lines
394 B
YAML
|
|
emulator: 3DEngine
|
||
|
|
type: utility
|
||
|
|
source: "https://github.com/libretro/libretro-3dengine"
|
||
|
|
cores: [3dengine]
|
||
|
|
systems: []
|
||
|
|
files: []
|
||
|
|
notes: >
|
||
|
|
Tech demo rendering a 3D scene using software rasterization.
|
||
|
|
Demonstrates libretro hardware-accelerated rendering capabilities.
|
||
|
|
Self-contained core with all geometry and textures built in.
|
||
|
|
No content file, BIOS, or system directory files required.
|