Visual Studio 11 Developer Preview!

Started by
3 comments, last by Tachikoma 12 years, 6 months ago
The new visual studio has been released in a developer preview form, it is pre beta software. Download Link!

Whats new in Visual Studio 11?

check this out guys...

Graphics Tools The following sections describe new and enhanced tools for working with 2D and 3D graphics and game development in Visual Studio 11 Developer Preview.


Asset Viewers and Editors
  • Image and texture editing. Create, inspect, and edit 32-bit compressed images (PNG, JPG, TIFF) and the DirectDraw Surface texture format with a new image editor. The new editor adds support for alpha transparency and textures with mipmaps. For more information, see Working with images and textures.
  • 3D models. Inspect standard 3D model formats (OBJ and Autodesk’s FBX) directly in Visual Studio in order to improve the workflow from artist to developer in a modern content production pipeline. Create basic shapes as placeholder art when prototyping 3D games and applications. For more information, see Working with 3-D models.

DirectX Programmable Shaders (HLSL)
  • Edit and build support for HLSL. Add and compile any kind of HLSL shader in Visual C++ projects with automatic MSBuild support for the Microsoft HLSL Compiler (fxc.exe). Edit HLSL code more easily with syntax coloring, indenting, and outlining.
  • Visual Shader designer. Create advanced pixel shaders using a node-based shader graph designer. The designer provides a full 3D preview of the visual effect at every stage and exports the result as HLSL. For more information, see Working with effects.

DirectX Graphics Debugger
The DirectX Graphics Debugger is a powerful way to debug Direct3D applications. This tool can take a snapshot of a running application, store the Direct3D calls and associated data for a single frame, and recreate the frame step-by-step. This enables you to see the intermediate contents of various buffers and devices, debug individual vertices and pixels, and see which graphics function call takes the most processing time. For more information, see Debugging DirectX Graphics.

A video about these updates. Video Link!

If this post or signature was helpful and/or constructive please give rep.

// C++ Video tutorials

http://www.youtube.com/watch?v=Wo60USYV9Ik

// Easy to learn 2D Game Library c++

SFML2.2 Download http://www.sfml-dev.org/download.php

SFML2.2 Tutorials http://www.sfml-dev.org/tutorials/2.2/

// Excellent 2d physics library Box2D

http://box2d.org/about/

// SFML 2 book

http://www.amazon.com/gp/product/1849696845/ref=as_li_ss_tl?ie=UTF8&camp=1789&creative=390957&creativeASIN=1849696845&linkCode=as2&tag=gamer2creator-20

Advertisement
Seems like they are focusing on game development and parallel computing now. I just hope those features are available in the Express Edition as well :)
Your second poll option is pointless; VS has been the best IDE for Windows development (for it's supported languages) for quite some time now.
*drool* :::downloads:::
The auto-vectorisation stuff looks very interesting. I wish Xcode could catch up with VS (in general).
Latest project: Sideways Racing on the iPad

This topic is closed to new replies.

Advertisement