JavaScript

Batch 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...
git

[contains bat]bat for when git says execute “git config –global –add safe.directory”

The purpose  Immediately after cloning a Git repository, you may sometimes see a message from Git that prevents you ...
JavaScript

Webpack 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...
PR
Phaser3

Running Phaser3 tutorial code with comments

The purpose  run the tutorial game for Phaser 3, a 2D game creation engine. Start tutorial game Download code...
Synfig Studio

Importing SVGs into Synfig Studio

The purpose  Import an SVG file, created in Inkscape or a similar program, into Synfig Studio. Why is it necessar...
JavaScript

Start local server from Visual studio code

The purpose  start a local server from Visual Studio Code and check my HTML.  Why is it necessary? You can che...
TypeScript

Steps to set up Visual Studio Code as a TypeScript development environment

The purpose  Developing with TypeScript (TS) using Visual Studio Code. (Creating a free GUI-based development en...
Blender

Synchronizing audio/video in timeline playback(Blender)

The purpose  When animating a 3D model to music/audio, I typically create keyframes while listening to the audio pla...
Blender

To make the shadows smoother(Blender)

The purpose  It smooths the object's shadows, making them look more natural.  Environment Blender:3.4.1 Use...
JavaScript

Determining whether JavaScript is running on a server or locally

The purpose  This Javascript code checks whether it's running on a server or locally. (This is used, for example, to...
Copied title and URL