You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/learning-paths/mobile-graphics-and-gaming/get-started-with-arm-asr/01-what-is-arm-asr.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: What is Arm Accuracy Super Resolution?
2
+
title: What is Arm Accuracy Super Resolution (Arm ASR)?
3
3
weight: 2
4
4
5
5
### FIXED, DO NOT MODIFY
@@ -8,9 +8,9 @@ layout: learningpathall
8
8
9
9
## Introduction
10
10
11
-
[Arm® Accuracy Super Resolution™ (ASR)](https://www.arm.com/developer-hub/mobile-graphics-and-gaming/accuracy-super-resolution) is a mobile-optimized temporal upscaling technique derived from [AMD's Fidelity Super Resolution 2 v2.2.2](https://github.com/GPUOpen-LibrariesAndSDKs/FidelityFX-SDK/blob/main/docs/techniques/super-resolution-temporal.md). Arm ASR extends this technology with multiple optimizations to make the technique suited for the more resource-constrained environment of mobile gaming.
11
+
[Arm® Accuracy Super Resolution™ (Arm ASR)](https://www.arm.com/developer-hub/mobile-graphics-and-gaming/accuracy-super-resolution) is a mobile-optimized temporal upscaling technique derived from [AMD's Fidelity Super Resolution 2 v2.2.2](https://github.com/GPUOpen-LibrariesAndSDKs/FidelityFX-SDK/blob/main/docs/techniques/super-resolution-temporal.md). Arm ASR extends this technology with multiple optimizations to make the technique suited for the more resource-constrained environment of mobile gaming.
12
12
13
-
With an Unreal Engine plug-in available now, open-source library code to integrate into your customized engines, and Unity and Godot plug-ins coming later in the year, you can easily improve frames per second, enhance visual quality, and prevent thermal throttling for smoother, longer gameplay.
13
+
Available as an easy plug-in for Unreal Engine 5.3, 5,4, and 5.5, a Unity plugin coming soon, or as a generic library that you can integrate into other engines, you can easily improve frames per second, enhance visual quality, and prevent thermal throttling for smoother, longer gameplay.
14
14
15
15
## What is Super Resolution?
16
16
@@ -35,9 +35,7 @@ The [Arm ASR experience kit](https://github.com/arm/accuracy-super-resolution) i
35
35
36
36
- The Arm ASR source code so developers can access it fully and even evolve the technology for their needs.
37
37
- Tutorials and sample materials to help developers with the integration of the technology and how to use it.
38
-
- Plugins for multiple game engines
39
-
40
-
Specific repositories for each game engine integration is also available. The following sections will cover those currently available.
38
+
- Plugin for Unreal Engine.
41
39
42
40
## Unreal Engine Plugin
43
41
@@ -47,6 +45,6 @@ The Unreal Engine 5 plugin can be integrated into your project in a matter of mi
47
45
48
46
## Custom engine usage
49
47
50
-
If you are using your own custom engine, you can still integrate Arm ASR using our open-source reference library.
48
+
If you are using your own custom engine, you can still integrate Arm ASR using our generic library.
51
49
52
-
[Using Arm ASR in a custom engine with the Universal SDK](../04-universal-sdk)
50
+
[Using Arm ASR in a custom engine](../04-generic_library)
Copy file name to clipboardExpand all lines: content/learning-paths/mobile-graphics-and-gaming/get-started-with-arm-asr/02-ue.md
+3-8Lines changed: 3 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ This guide describes how to get started with Arm® Accuracy Super Resolution
13
13
14
14
## Before you begin
15
15
16
-
We recommend using Unreal Engine versions 5.3-5.5 or 4.27 through this tutorial. Please get in contact with us at [email protected] if you have any questions.
16
+
We recommend using Unreal Engine versions 5.3-5.5 through this tutorial. Please get in contact with us at [email protected] if you have any questions.
17
17
18
18
## Installing the Arm ASR plugin
19
19
@@ -29,14 +29,9 @@ The following steps describe how to install the Arm ASR plugin in Unreal Engine:
3. Depending on your Unreal Engine version, navigate to the corresponding directory in the cloned repository.
32
+
3. Navigate to the `UE` directory in the cloned repository. This contains directories containing the plugin for each supported version of Unreal Engine.
33
33
34
-
| Unreal Engine version | Directory |
35
-
|-----------------------|-----------|
36
-
| 4.27 | UE-4.27 |
37
-
| 5.3-5.5 | UE-5 |
38
-
39
-
4. Copy the Arm ASR plugin into the `Plugins` folder in the game directory.
34
+
4. From the directory for your version of Unreal Engine, copy the Arm ASR plugin into the `Plugins` folder in the game directory.
0 commit comments