Difference between revisions of "Redream"

From Emulation General Wiki
Jump to navigation Jump to search
(grammar)
(External links: 2 comparison videos. redream is now much better than old nullDC.)
Line 36: Line 36:
  
 
==External links==
 
==External links==
*[https://github.com/inolen/redream/wiki/Compatibility Compatibility Wiki] ([https://redream.io/games/ Official])
+
* [https://github.com/inolen/redream/wiki/Compatibility Compatibility Wiki] ([https://redream.io/games/ Official])
*[https://discordapp.com/invite/zuEAVTG Discord chat channel] for redream
+
* [https://discordapp.com/invite/zuEAVTG Discord chat channel] for redream
*[https://twitter.com/inolen Twitter news feed] for redream
+
* [https://twitter.com/inolen Twitter news feed] for redream
*[https://www.youtube.com/channel/UCMqaMG7GgKMd7KNA9aVM8fA/search?query=redream Youtube channel] officially linked to redream's website ([https://www.youtube.com/playlist?list=PLph9xgFt_cC3L-D0TXduEM548TcPKT8Id PL])
+
* [https://www.youtube.com/channel/UCQd41NXoRw8zjHV73Kef8sw Youtube channel] ([https://www.youtube.com/playlist?list=PLph9xgFt_cC3L-D0TXduEM548TcPKT8Id Test PL])
*[https://www.youtube.com/watch?v=AmVFDfpW38I Showcase - Order Independent Transparency implementation on Redream] (Jun 3, 2018)
+
* [https://www.youtube.com/watch?v=AmVFDfpW38I Showcase - Order Independent Transparency implementation on Redream] (Jun 3, 2018)
 +
* [https://www.youtube.com/watch?v=nX51fpuNrAw nullDC 1.0.4 vs. Redream 1.2.6 - Emulator Comparison] (Hyper. Aug 13, 2018.)
 +
* [https://www.youtube.com/watch?v=eUaTIK55Mmk&list=PLEtk6GvDeuAV6qcGgImYwyhv3Ca8blu2b&index=1 Shenmue - PC vs Dreamcast Emulators (REDREAM, DEMUL) Comparison video #1] (Emulators for PC. Aug 24, 2018.)
  
 
[[Category:Emulators]]
 
[[Category:Emulators]]

Revision as of 21:04, 6 October 2018

Redream
Redream.png
Developer(s) Anthony Pesch
Latest version 1.5.0 (Windows, macOS, Linux, Raspberry Pi)
1.2.07 (Android)
Active Yes
Platform(s) Windows, Linux, macOS
Emulates Dreamcast
Website http://redream.io/
Source code GitLab (Closed)
GitHub (Former source)

redream is a Dreamcast emulator. It was formerly licensed under GPL3 but then went closed source in January 2018.[1] There are two editions of redream: Lite and Premium. Lite is free to everyone but you need to sign up an account to download it, while Premium is payware but added high-definition rendering compared to Lite. The emulator is one of the few if not the only Dreamcast emulator that can run without a BIOS; however, using a BIOS is highly recommended as some games may have bugs as the replacement BIOS is not currently perfect.

System Requirements

Operating system: Windows 7+ 64-bit, macOS 64-bit or Linux 64-bit

Processor: x86_64 compatible with AVX2 or SSE2 support

Memory: 512 MB RAM

Graphics: OpenGL 3.1 support (Order-independent transparency support is only available in OGL 4.5 or higher)

Download

Overview

On July 2018, inolen introduced a major change to redream's audio/video synchronization in version 1.2.3 by utilizing a feature called, in his words, "MultiSync". This helps to prevent audible crackling, unexpected latency in audio and skipped or torn frames in video output. The solution does involve some added code complexity and memory bandwidth to handle the extra blits.

"It also has a few more subtle benefits:

  • Lower spec machines have more time to do actual emulation work as the main thread is never blocked by vsync.
  • If the user has vsync force disabled in their control panel, emulation still runs at the correct speed since it's being driven by the audio sync."

References

  1. Statement from inolen. GitLab (2018-01-08)

External links