Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Rinnegatamante/d3es-vita
Port of Doom 3 for PSVITA. (Based on https://github.com/emileb/d3es-multithread )
https://github.com/Rinnegatamante/d3es-vita
Last synced: 4 months ago
JSON representation
Port of Doom 3 for PSVITA. (Based on https://github.com/emileb/d3es-multithread )
- Host: GitHub
- URL: https://github.com/Rinnegatamante/d3es-vita
- Owner: Rinnegatamante
- License: gpl-3.0
- Created: 2021-07-16T14:46:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-16T15:46:05.000Z (about 2 years ago)
- Last Synced: 2023-02-27T02:42:32.190Z (almost 2 years ago)
- Language: C++
- Homepage:
- Size: 5.11 MB
- Stars: 34
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING.txt
Awesome Lists containing this project
- awesome-psp - d3es-vita - Doom 3 port. (PS Vita-related / Games)
README
# ABOUT
Combination of the excellent _dhewm3_ and _d3wasm_ projects, now with multithreaded frontend and backend renderering.
Forked from:
https://github.com/gabrielcuvillier/d3wasmWith the GLES2 renderer from the awesome D3WASM project:
https://github.com/gabrielcuvillier/d3wasmThe backend is now run in a spearate thread in parallel with the front end. This give apporx 40% speed increase.