Android(JAVA)Porting a Node.js web application to Android The purpose Port a Node.js web app into an Android app. (This will not include the server-side/backend.) use th...2024.10.092024.11.30Android(JAVA)
Phaser3Creating multiple HTML files with a Vite + Phaser 3 template. The purpose This Vite + Phaser 3 template, created from the article below, will be configured to build multiple HTM...2024.10.012024.11.30Phaser3
Phaser3Setting up a development environment for Vite + Phaser 3 + Visual Studio Code The purpose This guide describes setting up a Vite environment using Phaser 3, a 2D game engine for Javascript. ...2024.08.102024.11.30Phaser3
JavaScriptBatch file for creating a Vite project The purpose I tried creating a Vite project using the instructions on the page below, but since it often involves m...2024.08.092024.11.30JavaScript
JavaScriptWebpack is too difficult, so I’m using Vite for bundling. The purpose use Vite for bundling. Bundling is the process of combining multiple JavaScript files into a single Jav...2024.08.072024.11.30JavaScript