Sample List

Contents

Sample List

Package Sample name Overview
Core MathSample Math function usage sample.
Graphics TriangleSample Triangle polygon display sample.
TextureSample This sample displays textures.
SpriteSample This sample displays sprites.
SpriteSample2 This sample displays sprites. It uses instance rendering.
SpriteSample3 This sample displays texts using sprites.
PrimitiveSample Display sample of rendered primitives.
PixelBufferSample Off-screen rendering sample with FrameBuffer class.
ShaderCatalogSample Several basic shader samples.
Audio BgmPlayerSample BGM playback sample.
SoundPlayerSample SE playback sample.
Input GamePadSample Gamepad operation sample.
MotionSample Acceleration sensor operation sample.
TouchSample Touch panel operation sample.
Imaging FontSample Font display sample.
ImageSample Image class usage sample.
Environment ClipboardSample Clipboard usage sample.
DialogSample Text input dialog usage sample.
ShellSample Sample that starts other applications.
SystemEventsSample Get system events sample.
SystemParametersSample Get system parameters sample.
StorageSample File save and deletion sample.
PersistentMemorySample This sample uses persistent memory area.
Network HttpSample HTTP communication sample.
SocketSample Socket communication sample.
TwitterSample Twitter application sample.
TwitterStreamingSample Twitter streaming application sample.
Services InAppPurchaseSample This is a basic sample of In-App Purchase. Calls the API function simply with a button.
InAppPurchaseSample2 This is a standard sample of In-App Purchase. A standard processing sequence is implemented.
Device CameraPreviewSample This is a sample that displays camera streaming.
CameraImportSample This is a sample with a dialog feature for taking snapshots.
PhotoImportSample This is a sample with a photo selection dialog feature.
LocationStateSample This is a sample that tracks location information.
Script LuaSample Sample to operate the touch panel using LuaInterface.
LuaTriangleSample This sample displays a triangle polygon using LuaInterface.
GameEngine2D HelloSprite Sample that displays a single sprite on the screen with GameEngine2D.
FeatureCatalog Sample that can check various GameEngine2D features.
ActionGameDemo Side view action type demo game that uses GameEngine2D.
PuzzleGameDemo Puzzle type demo game that uses GameEngine2D.
UI Toolkit HelloWorld Sample displaying character strings on the screen using the UI Toolkit.
UICatalog Sample for viewing widgets and animation effects that can be used by the UI Toolkit.
Overlay Sample overlaying renderings over 3D graphics using the UI Toolkit.
UIAnimation Sample that indicates the usage methods for UIMotion/UIAnimationPlayer.
ScreenOrientation Sample for changing screen orientation.
UIToolkit_template Template sample for when using the UI Toolkit.
DemoClock Clock application sample. The layout is created using the UI Composer.
DemoGameUI Sample showing how to use a game screen and the UI Toolkit together.
DemoWeather Sample of an application displaying the weather forecast.
DemoRssReader Sample of an RSS reader application.
DemoCalendarMaker Application sample that creates wallpaper with an embedded calendar.
Model BasicModelSample Model data load and display sample.
BasicProgramSample Basic shader sample.
Physics2D Physics2DSample This is a 2D physical simulation sample.
WithGameEngine2D Sample to run in coordination with Physics2Dã‚’GameEngine2D.
Physics2DThread Sample to run Physics2D on another thread besides the main thread.
Tutorial Tutorial This is a sample used in the program guide.
SpriteBuffer This is a sample that displays many sprites.
Tips SoundDelaySample Sample indicating problems of device compatibility regarding sound delays.
TouchDelaySample Sample indicating problems of device compatibility regarding touch panel delays.
LoadingThreadSample This sample shows performance improvement by using the multi-core CPU.
SpriteThreadSample This sample shows performance improvement by using the multi-core CPU.
Demo ShootingDemo Horizontal scroll shooting demo game.
FlightDemo Demo game for operating a plane using the motion sensor.
RpgDemo Action RPG-type demo game.
BallMazeDemo Demo game using the motion sensor in which the user rolls a ball, leading it to the goal.
BrickSmashDemo Demo game in which blocks positioned in a circle are knocked down.
SpaceRocksDemo Demo game in which the user evades and destroys meteors.
Physics2dDemo 2D physical simulation demo game.
DefenseDemo Simulation demo game in which a tower is placed and the base is defended.
lib SampleLib This code is shared among the samples and is not directly related to the main features of the samples.