Site icon News Kiosk

Xiaomi Unveils WinPlay Engine With Support for Windows PC Games on Android

Xiaomi Unveils WinPlay Engine With Support for Windows PC Games on Android

Xiaomi might soon allow Windows PC games to run on its lineup of Android tablets, according to a recent teaser shared by the company on social media. It is said to be testing a new system called WinPlay which brings support for Windows games to Xiaomi tablets. While still under development, Xiaomi says that its WinPlay Engine will result in only a marginal GPU performance loss when playing. It is also claimed to support Steam and its large repository of PC games too.WinPlay System Being Tested on Xiaomi Pad 6S Pro 12.4The company showcased its WinPlay Engine in a post on Weibo, the Chinese social media platform. Xiaomi claims it results in a loss of only 2.9 percent in terms of GPU performance when playing games. Since it is under development, Xiaomi is recruiting volunteer testers in China to use its engine. Currently, this program is limited to Xiaomi Pad 6S Pro owners. The device is powered by Qualcomm’s Snapdragon 8 Gen 2 chipset and is paired with up to 16GB of RAM and up to 1TB of UFS 4.0 storage.The WinPlay Engine is powered by Xiaomi’s HyperCore — a self-developed underlying kernel technology platform which is claimed to improve performance, graphics, network, and security. It was introduced with the company’s Android 15-based HyperOS 2 in October.The company’s kernel architecture features a proprietary microarchitecture scheduler, which can reduce the idle time of the CPU by 19 percent. Further, it results in up to 54.9 percent faster app launch speeds on smartphones by optimizing task cycles and memory latency.HyperCore has been developed by a team of over 3,000 engineers to achieve optimization for more than 25,000 scenarios.Xiaomi says its WinPlay Engine will support Steam and its library of games. However, it remains unknown if other storefronts, such as the Epic Games Store and GOG will also be supported.

Credit-Read More

News kiosk Latest Posts

// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts

// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);

// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);

// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;

// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `

${description} Read more

`;

// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}

// Call the function to fetch and display the latest posts
fetchLatestPosts();

News kiosk- Are You Making These Common Mistakes? Click below to Learn More

Secret That Everyone Is Talking About

If you want to dive deeper into the topic, click on Read More:

Gardening with Ecorganicas: Your Source for Organic Gardening Tips
Financial potential with expert tips on budgeting, investing, and saving
Unlock the Hidden Truth: Click to Reveal!

Exit mobile version