Skip to content

Plugin list

List of my plugins

Version of phaser3

Please upgrade your phaser3 to version >= 3.80.0.

  1. Achievements: Achievements in a csv table.
  2. Alpha mask image: Load a texture, then apply an alpha mask from another texture.
  3. Anchor: Set size and position based on visible window.
  4. Arcade-TCRP/Player: Run commands on step of Arcade.
  5. Arcade-TCRP/Recorder: Store commands with step of Arcade.
  6. AwaitLoader: Await custom task in preload stage.
  7. Away time: Get time from previous closing application to now.
  8. BBCode-text: Drawing text with BBCode protocol.
  9. Board: Core object of Board system.
  10. Board/Field of view: Visible testing, to find field of view.
  11. Board/Hexagon map: Create tile positions in hexagon/triangle/parallelogram geometry in hexagon grid.
  12. Board/Match: Get matched chess.
  13. Board/Mini board: Chess Container, to rotate/mirror/drag chess together.
  14. Board/Monopoly: Move through path tiles.
  15. Board/Move To: Move chess towards target position with a steady speed.
  16. Board/Path finder: Find moveable area or moving path.
  17. Board/Shape: Grid (polygon) shape object.
  18. Board/Tilemap: Create board from tilemap.
  19. Board/Tile texture: Create canvas-texture of tile.
  20. Bounds: Clamp or wrap position of game object inside target bounds.
  21. Bracket parser: A lite-weight bracket parser.
  22. Bracket parser2: A lite-weight bracket parser.
  23. Buff data: Data manager with buffs.
  24. Build arcade object: Create arcade body, and inject arcade object methods.
  25. Bullet: Move game object toward current angle of game object, with a constant speed.
  26. Button: Fires 'click' event when touch releasd after pressed.
  27. Canvas: Drawing on canvas.
  28. CanvasInput: An invisible Input DOM element to receive character input and display on DynamicText.
  29. Canvas/Circular progress: Circular progress bar on canvas.
  30. Canvas/Line progress: Horizontal line progress bar filled with gradient color on canvas.
  31. Canvas/Round rectangle: Round rectangle on canvas.
  32. Canvas image data: Get image data from texture, or text object.
  33. Circle mask image: Load a texture, then apply a circle mask.
  34. Click outside: Fires 'clickoutside' event when pointer-down or pointer-up outside of game object.
  35. Clock: A clock to count elapsed time.
  36. Character cache: Generate bitmapfont from text game object, or bbcode text game object.
  37. Color/TintRGB: Attach tintR, tintG, tintB, and tintGray properties to a game object.
  38. Conditions table: Check conditions to find passed tests listed in a csv table.
  39. ContainerLite: Control the position and angle of children game objects.
  40. Containerlite-perspective: Snapshot children of containerlite, to a perspective render texture.
  41. Containerlite-skew: Snapshot children of containerlite, to a skew render texture.
  42. CSV-scenario: Run script in csv format.
  43. CSV-to-hash-table: Hash table indexed by (col-key, row-key) from csv string.
  44. Cursor at bound: Map position pf cursor to cursor key state.
  45. Curve/Spiral: Spiral curve.
  46. Cut Jigsaw Image: Cut image into pieces for jigsaw application.
  47. Drag: Drag game object.
  48. Drag-rotate: Get dragging angle around a specific point.
  49. Drop down: Drop down game object below another target game object.
  50. Dynamic text: Control position, angle of each character drawn on a canvas.
  51. Ease-data: Easing data value of game object's data-manager.
  52. Ease-move: Ease-move game object.
  53. Effect properties: Attach properties to a game object or camera, to add/remove/control builtin preFX or postFX effects.
  54. Eight direction: Move game object by cursor keys, with a constant speed.
  55. Event promise: Return a promise of an event.
  56. Expression parser: Parse expression string into function.
  57. Fade-out-destroy: Fade out game object then destroy it.
  58. Fade-volume: Fade-in/fade-out volume of sound.
  59. File chooser: Create a transparent file chooser button.
  60. File drop zone: Create a div element for dropping file(s).
  61. Firebase/Broadcast: Broadcast real-time messages, using firebase-database.
  62. Firebase/Files: Save JSON data, using firebase-firestore.
  63. Firebase/ID-alias: Map an unique ID to another unique ID, using firebase-firestore.
  64. Firebase/Item-table: 1d/2d/3d table, using firebase-database.
  65. Firebase/Leaderboard: Descending sort scores, using firebase-firestore.
  66. Firebase/Messages: Store messages in firebase-firestore.
  67. Firebase/Online-user-list: Online user list, using firebase-database.
  68. Firebase/Single-room: Chat room, using firebase-database.
  69. Flash: Flashing (set invisible then visible) game object.
  70. Flip: Flipping game object to another face by scaling width/height.
  71. Frame manager: Draw frames on canvas texture, or dynamic texture.
  72. FSM: Finite state machine.
  73. Fuzzy: A wrap of fuzzy logic.
  74. Gashapon: Pick random item from box.
  75. Geom/Hexagon: Hexagon geometry object.
  76. Geom/Rhombus: Rhombus shape and methods.
  77. Gesture/Pan: Get pan events of a game object.
  78. Gesture/Pinch: Get scale factor from 2 dragging touch pointers.
  79. Gesture/Press: Get press events of a game object.
  80. Gesture/Rotate: Get spin angle from 2 dragging touch pointers.
  81. Gesture/Swipe: Get swipe events of a game object.
  82. Gesture/Tap: Get tap/multi-taps events of a game object.
  83. Grid align: Align objects on quadrilateral or hexagon grid.
  84. Grid cut image: Grid cut image texture to frames, then create image game objects from these frames.
  85. Grid table: Viewer of grid table, to manipulate game object of each visible cell.
  86. Hidden input text: An invisible Input DOM element to receive character input and display on text game object.
  87. Image box: Keep aspect ratio of image game object after scale-down resizing.
  88. Input text: Input DOM element.
  89. Interception: Predict the intersection position of two game objects with constant moving speed.
  90. In touching: Fires 'intouch' event every tick when pressing on a game object.
  91. Layer manager: A container of Layer game objects.
  92. Level counter: Map level value from experience value, by callback or a number array.
  93. Life time: Destroy game object when time-out.
  94. Line: Draw a line with start/end/body textures.
  95. Live2d: Display live2d model.
  96. Loading animation scene: Start loading animation scene, stop this scene when loading complete.
  97. Loading-progress: Pop-up dialog for loading-progress, then scale-down this dialog.
  98. LocalForage/Files: Save JSON data, using localforage.
  99. LocalStorage/Data: Sync data from data manager to local-storage.
  100. LZ-string: Compress string using LZ-based compression algorithm.
  101. Markdown event sheets: Event sheets contains main condition(s) and actions, in simple markdown format (headings, code block).
  102. Modal promise: Modal behavior wrapped into promise.
  103. Mouse-wheel to up/down: Map mouse-wheeling to (up/down) cursor key state.
  104. Mouse-wheel scroller: Emit scroll event when mouse-wheeling.
  105. Move to: Move game object towards target position with a steady speed.
  106. Nine patch: Stretchable image.
  107. Nine patch2: Stretchable image. Has better performance than nine-patch.
  108. Particles-along-bounds: Emit particles along bounds of game object.
  109. Particles/Bitmap-zone: Particles' emitter zone from canvas bitmap of text/canvas game object.
  110. Path follower: Set position of game object on a path.
  111. Perlin: Perlin2/Perlin3 noise and simplex2/simplex3 noise.
  112. Perspective/Card: A container with two perspective-images.
  113. Perspective/Carousel: A container with cards.
  114. Perspective/Image: Image with perspective rotation.
  115. Perspective/ImageCarousel: Display list of images.
  116. Perspective/Render texture: Render texture with perspective rotation.
  117. Perspective/Sprite: Play animation on perspective-image..
  118. PNG appender: Append user data below tail of PNG data, or extract this user data from PNG data.
  119. polar-coordinate: Attach polarOX, polarOY, polarRotation, polarAngle, and polarRadius properties to a game object.
  120. Pop up: Scale up game object.
  121. Quad/Image: Image with 4 or 9 vertex control points.
  122. Quad/Render texture: Render texture with 4 or 9 vertex control points.
  123. Quest: Question manager.
  124. Raycaster: Raycaster between obstacles.
  125. Random place: Place objects randomly inside an area without overlapping.
  126. Real-time timers: Start and counting timer by real-time timestamp.
  127. Repeat Image: Stamp image repeatly on canvas.
  128. Restorable data: Restorable data manager.
  129. RotateTo: Rotate game object towards target position with a steady speed.
  130. Rotate: Rotate game object continually with a steady speed.
  131. Run-commands: Run commands in array.
  132. Scale-down-destroy: Scale down game object then destroy it.
  133. Scale outer: Scroll and zoom camera to make default game window fit the display area, in RESIZE scale mode.
  134. Script-tag loader: Load script tag in preload stage.
  135. Scroller: Drag content. Slow down when dragging released, pull back when out of bounds.
  136. Sequence: Run sequence commands in array.
  137. Shader/Barrel: Barrel post processing filter.
  138. Shader/Color-replace: Replace color post processing filter.
  139. Shader/Cross-stitching: Cross-stitching post processing filter.
  140. Shader/Dissolve: Dissolve transition post processing filter.
  141. Shader/Drop-shadow: Drop-shadow post processing filter.
  142. Shader/Fish-eye: Fish-eye post processing filter.
  143. Shader/Glow-filter: Glow post processing filter.
  144. Shader/Glow-filter: Glow post processing filter, ported from pixi.
  145. Shader/Gray-scale: Gray scale post processing filter.
  146. Shader/Horri-fi: 6-in-1 post processing filter.
  147. Shader/Hsl-adjust: Adjust color in HSL domain, post processing filter.
  148. Shader/Inverse: Inverse color post processing filter.
  149. Shader/Kawaseblur: Kawase-blur post processing filter.
  150. Shader/Outline: Outline post processing filter, ported from pixi.
  151. Shader/Pixelation: Pixelation post processing filter.
  152. Shader/Shockwave: Shockwave post processing filter.
  153. Shader/Split: Split image into 4 parts.
  154. Shader/Swirl: Swirl post processing filter.
  155. Shader/Toonify: Draw outlines and quantize color in HSV domain, post processing filter.
  156. Shader/Warp: Warp post processing filter.
  157. Shake-position: Shake position of game object.
  158. Shape/Checkbox: Checkbox input with drawing checker path animation.
  159. Shape/Circular progress: Circular progress bar shape.
  160. Shape/Cover: Rectangle shape covered full window, and block all touch events.
  161. Shape/Custom progress: Custom progress bar shape.
  162. Shape/Custom shapes: Custom shapes on shape.
  163. Shape/Full window rectangle: Rectangle shape covered full window.
  164. Shape/Line progress: Horizontal line progress bar shape.
  165. Shape/Round-Rectangle: Round rectangle shape.
  166. Shape/Spinner: Loading animations on shape.
  167. Shape/Toggle-switch: Toggle-switch input.
  168. Shape/Triangle: Trangle shape inside a rectangle bounds.
  169. Shatter/Image: Shatter image to triangle faces.
  170. Shatter/Render texture: Shatter render texture to triangle faces.
  171. Ship: Move game object as a space ship by cursor keys.
  172. Skew/Image: Skewable Image.
  173. Skew/RenderTexture: Skewable render texture.
  174. Slider: Drag thumb on a slider bar.
  175. State manager: Another version of Finite state machine.
  176. Step: Interpolate points between previous position and current position with fixed step length.
  177. Tag-player: Text commands to control sprites, texts, sound effect or backgroun music.
  178. Tag-text: Displays text with multi-color, font face, or font size with tags.
  179. TCRP/Player: Run commands on time.
  180. TCRP/Recorder: Store commands with time.
  181. Text/Edit: Create an input text object above a text object to edit string content.
  182. Text/Typing: Typing text on text object.
  183. Text/Page: Display text page by page on text object.
  184. Text/Translation: Apply translated string (i18next) to text object.
  185. Text player: Typing characters on dynamic text, waiting click or key enter, play sound effect or backgroun music.
  186. Touch event stop: Stop touch events propagation.
  187. Touch state: Store current touch input properties.
  188. Transition image: Transit texture to another one.
  189. Transition image pack: Transit texture to another one, with some pre-build effects.
  190. UI/Badge label: A container with badges above a main item.
  191. UI/Buttons: A container with a group of buttons.
  192. UI/Chart: Draw chart on canvas.
  193. UI/Color components: Edit color value by RGB, or HSV input fields.
  194. UI/Color input: Color value input field.
  195. UI/Color picker: Pick color value from H and SV palettes.
  196. UI/Confirm action: Create a modal confirm dialog temporary, invoke callback after clicking button.
  197. UI/Confirm action button: Create a modal confirm dialog temporary, invoke callback after clicking button.
  198. UI/Confrim dialog: Using json style to create confirm dialog.
  199. UI/Dialog: A container with a title, content, buttons and backgrounds.
  200. UI/Drop down list: A label can open a drop-down list panel.
  201. UI/Exp bar: Disply experience bar on NameValueLabel.
  202. UI/File selector button: A transparent file chooser button above a Label.
  203. UI/Fixwidthbuttons: A container with a group of fix-width buttons.
  204. UI/Fixwidthsizer: Layout children game objects into lines.
  205. UI/Folder: A container with a title, foldable child, and background.
  206. UI/Grid buttons: A container with a group of buttons in grids.
  207. UI/Grid sizer: Layout children game objects in grids.
  208. UI/Gird table: A container with a grid table, slider, and scroller.
  209. UI/Holy grail: Layout elements in Holy grail style.
  210. UI/Image input label: A container with a canvas icon, text, and background. Click icon to popup a (image) file chooser dialog, display selected image on canvas.
  211. UI/Knob: A knob button based on circular progress.
  212. UI/Label: A game object container with an icon, text, and background.
  213. UI/Menu: A container with buttons and sub-menu.
  214. UI/Name-value label: A container with name text, value text in a row, with a horizontal line progress bar, 1d an icon, background.
  215. UI/Number bar: A container with an icon, slider, text, and background.
  216. UI/Overlap sizer: Layout children game objects overlapped.
  217. UI/Pages: A container with pages, only current page is visible.
  218. UI/Perspective card: A container with front and back faces.
  219. UI/Scroll-able panel: A container with a panel, slider, and scroller.
  220. UI/Scroll bar: A container with slider, two buttons, and background.
  221. UI/Simple drop down list: Using plain object to create drop down list.
  222. UI/Simple label: Using json style to create label.
  223. UI/Simple title label: Using json style to create title label.
  224. UI/Simple text box: Using json style to create text box.
  225. UI/Sizer: Layout children game objects.
  226. UI/Slider: A container with a track, indicator, thumb and background.
  227. UI/Split panels: A container with left(top) panel, right(bottom) panel, splitter, and background. Drag splitter to resize with left(top) panel, right(bottom) panel.
  228. UI/Tab-pages: A container with tabs and pages, only current page is visible.
  229. UI/Tabs: A container with 4 groups of buttons around a center panel.
  230. UI/Text area: A container with a text, slider, and scroller.
  231. UI/Text area input: A container with a canvasInput, and slider.
  232. UI/Text box: A container with an icon, (typing and paging) text, and background.
  233. UI/Title label: A container with title, text in two rows, and an icon, background.
  234. UI/Toast: Show text message for a short while.
  235. UI/Tweaker: Fine-tuning properties of target object.
  236. Unique item list: List of unique items. Support array and set methods.
  237. Viewport-coordinate: Attach vpx, vpy properties to a game object, to set position according to proportion of viewport.
  238. Virtual joystick: Simulate cursor keys according to touch events.
  239. Wait events: Wait fired events or callbacks.
  240. Webfont-loader: Load web font by google webfont loader in preload stage.
  241. XOR: Encrypt or decrypt string by XOR algorithm.
  242. YML-Achievements: Achievements in a YAML table.
  243. YML-Conditions table: Check conditions to find passed tests listed in a YAML table.
  244. Youtube player: Play youtube video on iframe.