Skip to content
/ 3Dmigoto Public

Chiri's DX11 wrapper to enable fixing broken stereoscopic effects.

License

Notifications You must be signed in to change notification settings

bo3b/3Dmigoto

Folders and files

NameName
Last commit message
Last commit date
Aug 25, 2024
Mar 25, 2019
Apr 7, 2020
Jan 10, 2018
Nov 9, 2019
Nov 9, 2019
Nov 9, 2019
Nov 9, 2019
Feb 19, 2019
Apr 7, 2020
Aug 27, 2023
Apr 6, 2020
Aug 4, 2024
Apr 7, 2020
Nov 9, 2019
Feb 19, 2019
Aug 30, 2023
Aug 4, 2024
Apr 7, 2020
Jun 6, 2019
Aug 30, 2023
Apr 7, 2020
Sep 20, 2017
Sep 20, 2017
Feb 1, 2014
Dec 1, 2019
Nov 9, 2019
Feb 25, 2025
Dec 1, 2019
Feb 15, 2015
Nov 5, 2019
Mar 5, 2019
Mar 22, 2018
Apr 7, 2020
Feb 6, 2018
Jul 3, 2015
Apr 18, 2018
Feb 28, 2019
Mar 5, 2019
Jan 31, 2018
Mar 25, 2019
Feb 1, 2014
Mar 18, 2014
Nov 17, 2019
Apr 25, 2016
Aug 27, 2023
Aug 27, 2023
Mar 4, 2019
Dec 1, 2019
Dec 1, 2019

Repository files navigation

image

####Chiri's wrapper to enable fixing broken stereoscopic effects in DX11 games.

This includes the entire code base, and it will compile, link, and run in it's current state.

This is not the end-user version of the tool, this is for people developing the code by fixing bugs, adding new features, or documenting how to use it.

The current project is set up using Visual Studio 2017 Community, so anyone can do development for free.

To get started do:

  1. Install IE 10 or 11. VS2017 apparently requires this, but might have been fixed recently.
  2. Download VS2017 Community for Windows Desktop. http://www.visualstudio.com/en-us/downloads#d-community
  3. Install VS2017 and be sure to select:
    • "Programming Languagues" -> "Visual C++"
    • "Windows and Web Development" -> "Universal Windows App Development Tools" -> "Windows 10 SDK (10.0.10240)"
  4. Run VS2017.
  5. TEAM menu, Connect. Opens the Connect page for cloning.
  6. Use Clone menu, and enter the repository: https://github.com/bo3b/3Dmigoto.git
  7. Change the source-code destination to where you prefer, and then click Clone.
  8. Double click your new local repository to set it active (if you have others.)
  9. At the home menu in Team Explorer, double click StereovisionHacks.sln to open the solution.
  10. Switch to Solution Explorer, and wait for it to parse all the files.
  11. Hit F7 to build the full solution.
  12. Output files are in .\x64\Debug (3 dll and 1 .ini)

#####If you have any questions or problems don't hesitate to contact me.

Big, big, impossibly big thanks to Chiri for open-sourcing 3Dmigoto.