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

Latest commit

 

History

81 Commits
Feb 13, 2014
Apr 1, 2014
Apr 1, 2014
Mar 11, 2014
Apr 1, 2014
Apr 1, 2014
Apr 1, 2014
Apr 1, 2014
Apr 1, 2014
Apr 1, 2014
Apr 1, 2014
Mar 21, 2014
Apr 1, 2014
Apr 1, 2014
Apr 1, 2014
Apr 1, 2014
Mar 31, 2014
Apr 1, 2014
Feb 1, 2014
Feb 1, 2014
Mar 23, 2014
Feb 1, 2014
Mar 11, 2014
Mar 11, 2014
Feb 3, 2014
Feb 1, 2014
Feb 14, 2014
Apr 1, 2014
Feb 1, 2014
Feb 1, 2014
Mar 18, 2014
Mar 11, 2014
Mar 22, 2014

Repository files navigation

3Dmigoto

####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 2013 Express, so anyone can do development for free.

To get started do:

  1. Install IE 10 or 11. VS2013 apparently requires this, but might have been fixed recently.
  2. Download the Windows 8 SDK. VS2013 only includes the 8.1 SDK and we need 8.0. These are only header files and libraries, no toolsets are included. http://msdn.microsoft.com/en-us/windows/desktop/hh852363.aspx
  3. Download VS2013 Express for Windows Desktop. http://www.visualstudio.com/en-us/downloads#d-express-windows-desktop
  4. Run VS2013 and it should automatically find Update 1 to install.
  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 .\Debug (16 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.