Difference between revisions of "Revolution SDK"

From Rare Gaming Dump
m (Lavacakes moved page revolution SDK to Revolution SDK over redirect: cleanupCaps.php is retarded)
(10 intermediate revisions by 4 users not shown)
Line 1: Line 1:
The '''Revolution SDK''' was the SDK used to develop Wii games. In short, it is known as the RVL_SDK; this was the usual identifier applied to it after early versions of the SDK where it was identified as the Revolution SDK. It is an extension of the Dolphin (GameCube) SDK. It is no longer available from official sources, since WarioWorld is closed. However, Nintendo's Software Development Support Group (SDSG) still has access to it. Early versions of the SDK consisted of only the WPAD and KPAD libraries, and some early documentation; they were used as extensions/patches for the GameCube SDK.
+
The '''Revolution SDK''' (RVL_SDK) is the SDK used to develop Wii games. It is an extension of the [[Dolphin SDK|Dolphin]] (GameCube) SDK.
  
Versions (TODO):
+
==Versions==
  
* Late 2005 Wii Remote prototype versions
+
(incomplete; not including patches)
  
* 1.0
+
*"RVL_WPAD_KPAD" SDK (patch for [[Dolphin SDK]] used for development on GameCube hardware with prototype [[Wii Remote|Wii Remotes]])
  
* 1.0 patch 1
+
*0.1
 +
*0.2
 +
*0.3
 +
*0.31
 +
*0.32
 +
*1.0 RC1
 +
*1.0
  
* 1.0 patch 2
+
*2.0
  
* 2.0
+
*2.1
  
* 2.1
+
*2.2
 +
 
 +
*2.3
 +
 
 +
*2.4
 +
 
 +
*3.0
 +
 
 +
*3.1
 +
 
 +
*3.2
 +
 
 +
*3.3
 +
 
 +
==Structure==
 +
 
 +
[[File:Rvlsdkroot.png|thumb|right|RVL_SDK 2.1 (scene release) root directory contents with dates.]]
 +
 
 +
 
 +
Sample:
 +
 
 +
*/build (source files to build)
 +
 
 +
*/docs (PDF documents)
 +
 
 +
*/dvddata (sample image/sound data for demo programs)
 +
 
 +
*/include (include files)
 +
 
 +
*/man (HTML manual)
 +
 
 +
*/RVL (Wii executables)
 +
 
 +
*/x86 (PC executables)
 +
 
 +
*Readme
 +
*Shell for Cygwin environment
 +
 
 +
{{Template:WiiNavbox}}
 +
 
 +
[[Category:Wii]]
 +
 
 +
[[Category:SDKs]]
 +
 
 +
[[Category:Development]]

Revision as of 18:14, 3 March 2021

The Revolution SDK (RVL_SDK) is the SDK used to develop Wii games. It is an extension of the Dolphin (GameCube) SDK.

Versions

(incomplete; not including patches)

  • "RVL_WPAD_KPAD" SDK (patch for Dolphin SDK used for development on GameCube hardware with prototype Wii Remotes)
  • 0.1
  • 0.2
  • 0.3
  • 0.31
  • 0.32
  • 1.0 RC1
  • 1.0
  • 2.0
  • 2.1
  • 2.2
  • 2.3
  • 2.4
  • 3.0
  • 3.1
  • 3.2
  • 3.3

Structure

RVL_SDK 2.1 (scene release) root directory contents with dates.


Sample:

  • /build (source files to build)
  • /docs (PDF documents)
  • /dvddata (sample image/sound data for demo programs)
  • /include (include files)
  • /man (HTML manual)
  • /RVL (Wii executables)
  • /x86 (PC executables)
  • Readme
  • Shell for Cygwin environment