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: Source/Documentation/Manual/software-platform.rst
+11-16Lines changed: 11 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -21,21 +21,16 @@ experience.
21
21
Open Rails Game Engine
22
22
======================
23
23
24
-
The Open Rails software is built on Microsoft's XNA game platform using XNA
25
-
Framework 3.1 and .NET Framework 3.5 SP1. Source code is developed in
26
-
Microsoft's Visual C# programming language.
27
-
28
-
The XNA Framework is based on the native implementation of .NET Compact
29
-
Framework for Xbox 360 development and .NET Framework on Windows. It includes
30
-
an extensive set of class libraries, specific to game development, to promote
31
-
maximum code reuse across target platforms. The framework runs on a version
32
-
of the Common Language Runtime that is optimized for gaming to provide a
33
-
managed execution environment. The runtime is available for Windows XP,
34
-
Windows Vista, Windows 7, Windows 8, and Xbox 360. Since XNA games are
35
-
written for the runtime, they can run on any platform that supports the XNA
36
-
Framework with minimal or no modification of the Game engine.
37
-
38
-
.. warning:: A license fee is payable to Microsoft to use XNA Game Studio for Xbox 360 games. At this time, the Open Rails team has not investigated whether the Open Rails software is suitable for Xbox.
24
+
The Open Rails software is built on the MonoGame platform.
25
+
MonoGame is an open source implementation of the Microsoft XNA 4 Framework and provides:
26
+
27
+
- Game framework
28
+
- 2D and 3D rendering
29
+
- Sound effect and music playback
30
+
- Keyboard, mouse, touch, and controller inputs
31
+
- Content building and optimization
32
+
- Math library optimized for games
33
+
39
34
40
35
Frames per Second (FPS) Performance
41
36
===================================
@@ -60,7 +55,7 @@ members' computer systems.
60
55
Resource Utilization
61
56
====================
62
57
63
-
Because Open Rails software is designed for Microsoft's XNA game framework,
58
+
Because Open Rails software is designed for the MonoGame framework,
64
59
it natively exploits today's graphics cards' ability to offload much of the
65
60
display rendering workload from the computer's CPU.
0 commit comments