80s toys - Atari. I still have
HomeBlogAbout Me

Is Halo Online Capable To Run On Parallels For Mac



Today Chromebook, Android Phone, and Android Tablet Users Can Access Virtual Windows Desktops and Apps via Parallels Remote Application Server, Plus Access Remote Windows PC and Mac Computers via Parallels Access

BELLEVUE, Wash., July 6, 2020—Parallels, a global leader in cross-platform solutions, has partnered with Google to leverage Parallels’ 21 years of engineering experience seamlessly blending operating systems (OSes) to create Parallels® Desktop for Chromebook Enterprise. It is the world’s first desktop virtualization solution that enables full-featured Windows applications to run in virtual machines on Chromebooks without rebooting or an internet connection, which will be released later this year.

Parallels Desktop users collectively run more than 200,000 Windows applications—and with Parallels Desktop 16, they can run even more applications. Improved and Faster Graphics 1 Parallels Desktop 16 delivers up to 20% faster DirectX 11 graphics and improved OpenGL 3 support for both Windows and Linux. Jul 06, 2020. 18 hours ago. In this case, Parallels Desktop will use the resources of the built-in Mac built-in graphics. Working with discrete graphics card. If your Mac has discrete graphics, Parallels Desktop can use the macOS 'Automatic graphics switching' for its virtual machine(s). Screen shot in macbook pro. To learn more about the feature, please visit the Apple's KB HT202043.

Enterprises, businesses, and individuals today use a variety of computers, tablets, and phones to get work done from the office, home, and remotely. Operating systems and the number of available applications—hosted on devices, in the cloud, on premises, and in data centers—have grown exponentially. Ease-of-use, flexibility and mobility are critical elements of computing productivity—both online and offline. Regardless of the OSes and devices people love and use the most, the ability to run full-featured Windows applications is still a requirement for most businesses.

'Parallels Desktop for Chromebook Enterprise will make it simple for IT administrators to provision Chromebooks with Windows virtual machines and the required full-featured Windows applications employees need to run,” said Nick Dobrovolsiky, Parallels Senior Vice President of Engineering and Customer Support. “IT admins will be able to easily manage familiar automated corporate Windows image deployments they prepare, provision, and automatically provide to their employees. Those virtual machines are fully capable Windows installations; admins can install applications, manage them remotely, and support users with familiar tools—just like they do with physical Windows PCs.”

Pictured above: Windows 10, Windows Start Menu, Outlook, and PowerPoint are running, with Microsoft Office and other full-featured Windows apps installed, in a Parallels Desktop for Chromebook Enterprise virtual machine on Chrome OS.

Check out new features and resources that help make the business case to switch to Chrome Enterprise here on Google’s Chrome Enterprise blog. You can also register here to receive updates about Parallels Desktop for Chromebook Enterprise before and after it launches this fall.

Additionally, Parallels has already enabled Chromebook, Android, iOS, PC, and Mac devices to access and run full-featured apps on virtual Windows desktops, as well as Windows and macOS apps running on remote Windows PC and Mac computers, for years via Parallels Remote Application Server (Parallels RAS) and Parallels Access.

Click here to see the above demo video from 2014. It shows how, both then and today, Parallels Access makes it simple to use native touch gestures on Android phones and tablets to easily work and be productive with full-featured Windows applications and files running on a remote PC.

Right now, everyone can go online to parallels.com/access, Google Play, or the App Store to download a free full-featured trial of Parallels Access. It lets you remotely access up to five Windows PC or Mac computers, including all of their full-featured Windows and macOS applications and files, from anywhere via an unlimited number of Android tablets and phones, iPhones, iPads, and any HTML5 web browser (including Chrome on a Chromebook).

Parallels RAS, a separate powerful and easy-to-use virtual Windows desktop and application delivery solution, enables an IT admin with basic knowledge of a Windows terminal server to get up and running in less than 10 minutes—in the cloud on Amazon Web Services or Microsoft Azure, in the data center, and/or on premises. And in less than one day, enterprises and businesses can start deploying virtual Windows desktops and applications to any device—Chromebook, Android, Mac, iPad, iPhone, Windows PC, and any device with an HTML5 web browser—to immediately enable employees to securely and productively work from wherever they are located.

For a Windows application that does lots of complex or 3D graphics, there are two popular Windows APIs used by the developers of these applications: DirectX or OpenGL. Together with the graphics card in your Mac, these APIs determine the performance of these applications in a Windows VM running in Parallels Desktop® for Mac.

Since so many Windows CAD/CAM applications and Windows games use DirectX or OpenGL, we try to improve support for these two APIs in almost every Parallels Desktop major release. I focused on OpenGL in an earlier blog post, and here I will focus on DirectX.

DirectX

First a little background:

Microsoft DirectX is a collection of application programming interfaces (APIs) for handling tasks related to multimedia, especially game programming and video, on Microsoft platforms. Originally, the names of these APIs all began with Direct, such as Direct3D, DirectDraw, DirectMusic, DirectPlay, DirectSound, and so forth. The name DirectX was coined as a shorthand term for all of these APIs (the X standing in for the particular API names) and soon became the name of the collection. …

“Direct3D (the 3D graphics API within DirectX) is widely used in the development of video games for Microsoft Windows and the Xbox line of consoles. Direct3D is also used by other software applications for visualization and graphics tasks such as CAD/CAM engineering. As Direct3D is the most widely publicized component of DirectX, it is common to see the names “DirectX” and “Direct3D” used interchangeably.”

[from Wikipedia]

There is a fascinating book about the behind-the-scenes story of the development of DirectX: “Renegades of the Empire: How Three Software Warriors Started a Revolution Behind the Walls of Fortress Microsoft” (Michael Drummond, Crown Publishers, 1999). DirectX is widely credited with being the single most important reason that Windows became the dominate gaming platform (prior to consoles like Xbox and PlayStation).

Is Halo Online Capable To Run On Parallels For Mac Windows 10

DirectX Versions

You might be wondering about DirectX versions. While there have been versions from 1.0 (in 1995) to 12.0 (in 2015), the only versions really in use today are 10, 11, and 12. Typically, DirectX versions are tied to a particular Windows release. DirectX 10 was in Windows Vista (or later), DirectX 11 in Windows 7 (or later), and DirectX 12 in Windows 10. A game written with DirectX 10, for example, will usually run in a version of Windows later than Vista.

Here are some of the games for DirectX 10, Direct X 11, and Direct X 12:

DirectX 10DirectX 11DirectX 12
From WikipediaFrom WikipediaFrom Wikipedia

Parallels Desktop and DirectX Versions

DirectX 10 is enabled by default in Parallels Desktop 13. (This includes DirectX 9 support, too.) There is a DirectX setting you want to use in the Configuration dialog for your VM, but this is primarily used for troubleshooting. (See figure 1.) As you can see, the DirectX versions supported are 9 and 10. There is no option for DirectX 11.

Figure 1

Why isn’t DirectX 11 supported in Parallels Desktop?

One of the mandatory DX11 features is called “compute shaders.” The name “shaders” usually refers to graphical functions that calculate the appropriate color and brightness for an image, but “compute shaders” are quite different. Compute shaders help the programmer to more easily take full advantage of the many processors on today’s graphics cards, primarily by broadening shader capabilities beyond pure graphics to more general calculations, which can be done on a graphics chip. Microsoft publisher for mac uk.

Parallels implements DirectX emulation by translating it to the equivalent OpenGL function, since OpenGL is implemented in the macOS®. Unfortunately, the version of OpenGL in the macOS does not have compute shaders. There is nothing for Parallels Desktop to map DirectX shaders to in the OpenGL framework in the macOS.

The macOS does support another style of compute shaders in the OpenCL framework. (Don’t let the similarity in the names “OpenGL” and “OpenCL” make you think they’re similar. They aren’t. In fact, they are competing “standards.”) Unfortunately, however, OpenCL on Mac isn’t as robust and doesn’t cooperate well with OpenGL.

Besides compute shaders, there are other features missing in OpenGL on macOS, which means there are additional “feature parity holes” with DirectX. There’s simply not enough functionality to translate DX11 to in the functions available in the macOS.

Apple® started pushing its own Metal API recently, which is universal for Mac computers. Only time will tell if Metal will give the Parallels Desktop programmers what they need to support DirectX 11. Stay tuned, but don’t get your hopes up for any major change in the near future.

Setting Expectations

Mac as alexa receiver. I wish I could tell you that Parallels Desktop can magically turn your four-year-old MacBook Air® into a high-end PC gaming rig with a $3000, liquid-cooled graphics card, but that is never going to happen.

Parallels Desktop can enable your Mac to run most Windows applications, some games, and some CAD/CAM applications. But this comes at a cost. The more demanding applications you run in a VM, the more resources (CPUs and memory) that VM should be assigned—and the more powerful your Mac should be. The more graphics performance you expect, the more powerful the graphics card (or graphics processor GPU) in your Mac needs to be. Also keep in mind that graphics in Mac computers are predominantly integrated; only more expensive models sport discreet chips. Overall, Mac GPUs are low to middle range by Windows PC standards.

Success Stories

The hard work of the Parallels engineering team has resulted in a number of successes with Windows applications using DirectX. In particular, the DirectX work included in Parallels Desktop 13 resulted in some new applications running quite well in Parallels Desktop. Here are some videos of these successes, and a list of other DirectX applications that work well with Parallels Desktop 13.

Overwatch, a first-person shooter from Blizzard – Here is a short video of an Overwatch game session playing in Parallels Desktop 13 on a Mac. (See video 1.) There have also been other blog posts here about Overwatch.

Video 1

Mac

Batman: Arkham Origins, an action adventure game from WB Games Montréal – Here is a shortened video of a Batman: Arkham Origins game session playing in Parallels Desktop 13 on a Mac. (See video 2.) You can see the entire session at full resolution (1920 x 1080, 954 MB) here.

Is Halo Online Capable To Run On Parallels For Mac Free

Video 2

Crysis 3, a first-person shooter from Crytek – Here is a shortened video of a Crysis 3 game session playing in Parallels Desktop 13 on a Mac. (See video 3.) The fact that Crysis 3 plays so well in Parallels Desktop 13 is a nice surprise, since Crysis 3 requires Direct X 11. Although Parallels Desktop 13 doesn’t support DX11, this particular game works. You can see the entire session at full resolution (1920 x 1080, 1.37 GB) here.

Is Halo Online Capable To Run On Parallels For Mac Download

Video 3

Is Halo Online Capable To Run On Parallels For Mac Pro

Predicting the Performance of a DirectX Application

Unfortunately, there is no easy way to predict whether a particular Windows DirectX game or application will work well in Parallels Desktop. If you are already a Parallels Desktop customer, just try it. Lucky rose app.

If you are not yet a Parallels Desktop customer, we have a trial version that you can download and install. You can also get Windows 10 installed in Parallels Desktop 13 at no charge. So try out the application or game you are interested in and see if it meets your performance needs. If it does, great! You can then purchase both Parallels Desktop and Windows to use that application. If it does not, you haven’t spent any money.

In addition, we have a forum thread where people add the DirectX applications that they would like to see supported.

I hope this blog post explains the DirectX support in Parallels Desktop 13. Please let us know in the comments about your experiences with the performance of Windows applications in Parallels Desktop 13.

Want to try DirectX applications with Parallels Desktop 13? Download a free 14-day trial!





Is Halo Online Capable To Run On Parallels For Mac
Back to posts
This post has no comments - be the first one!

UNDER MAINTENANCE