Anduin Xue

let today = new Beginning();

Game


存储、计算、显示分离的游戏体验

存储、计算、显示。这是游戏玩得爽的基本要求。 存储指的是你需要一些存储空间用来保存游戏文件。 计算指的是你需要一些优秀的计算资源,例如:显卡、CPU、内存来计算游戏画面 显示指的是你需要一个优秀的显示器(高刷新率、高分辨率、低延迟)来展示游戏画面 显然,大部分人都会在家里组装一台电脑来做这件事,并且认为这理所当然。 file 为什么你不应该组装一台电脑来打游戏? 当然,不分离的体验是非常不错的。设备之间有最低的延迟,最高的性能,最简单的结构。 但是缺点非常明显: 家里可能不止有一台设备。你可能有一台Nas,有一台游戏电脑,有一个平板电脑,有一个笔记本电脑,还有手机。你希望在冬天的时候能够在床上使用平板电脑继续游戏。你又希望你在玩排位比赛的时候使用舒适的键盘鼠标进行游戏。你还想在手机上看别人玩Dota的画面。没事儿的时候你携带笔记本给别人演示你的游戏。 file 你的设备性能不同 设备性能有 …

Game Storage Disk Gaming NVIDIA Steam

Read from joystick output based on C#

Recently I just bought a Thrustmaster TCA airbus throttle. You can buy it here. I want to use this throttle to control the fan speed of the server in my data center. <iframe height="600px" src="https://anduins-site.player.aiur.site/pxl_20221121_015946930_265.mp4" ></iframe> Super easy. Install SharpDX.DirectInput first. dotnet add package SharpDX.DirectInput Run the following code to read from …

Game SharpDX DirectInput Joystick

Setup Minecraft perfect game experience

Brief This article introduces about how I configure my local Minecraft client. This post is for Java edition. Not Bedrock(mobile) edition! Step 1 - Install Java Run the following command with admin: winget install Microsoft.OpenJDK.17 Step 2 - Install Minecraft You can buy Minecraft launcher (Java) at Xbox Store: https://www.xbox.com/en-us/games/store/minecraft-launcher/9pgw18npbzv5#activetab=  …

Configuration Minecraft Game Java

  • 1