Phaser3

Prevent page scrolling when the spacebar is pressed(Phaser3)

The purpose  When creating games with Phaser 3, pressing the up and down arrow keys can sometimes unintentionally ca...
nodejs

Passing JSON data from a client to a Node.js server

The purpose  Passing JSON data from client-side JavaScript to a Node.js server. Implementation Client-side imp...
nodejs

Debugging Node.js server code in Visual Studio Code

The purpose  Debug an HTTP server implemented in Node.js using Visual Studio Code. environment Node.js v20.16...
PR
nodejs

Using port 80 with Node.js on Windows

The purpose  The following article launched an HTTP server using Node.js. I read that using Node.js on a Unix-li...
nodejs

Creating a server (module) in Node.js(module)

The purpose  I will create an HTTP server using Node.js. The implementation will use ESM (import) instead of CJS...
Unity

【Unity6】Using the button without setting it up in the Inspector

The purpose  The following article uses buttons set via the Inspector. However, since the buttons are not used w...
Unity

【Unity6】Support for garbled Japanese characters(□ is shown)

The purpose  Troubleshooting Japanese character display issues in Unity's GUI (square boxes instead of text). ...
Uncategorized

Modifying the Gemini filter settings in a NodeJS environment

The purpose  Gemini has filters in place to prevent it from generating violent or sexually explicit content. We ...
nodejs

Gemini and Node.js Playground Summary

The purpose  This is a summary of articles that use Gemini, Google's AI, with NodeJS. Official Art...
Blender

Organizing copied materials in Blender

The purpose  When you copy an object in Blender, its materials are also copied and saved with a new name. While you ...
Copied title and URL