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
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 ...2024.08.082024.11.29git
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
Phaser3Running Phaser3 tutorial code with comments The purpose run the tutorial game for Phaser 3, a 2D game creation engine. Start tutorial game Download code...2024.08.042024.11.30Phaser3
Synfig StudioImporting SVGs into Synfig Studio The purpose Import an SVG file, created in Inkscape or a similar program, into Synfig Studio. Why is it necessar...2024.07.152024.11.30Synfig Studio
JavaScriptStart 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...2024.05.062024.11.30JavaScript
TypeScriptSteps 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...2024.05.052024.11.30TypeScript
BlenderSynchronizing 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...2024.02.112024.11.30Blender
BlenderTo make the shadows smoother(Blender) The purpose It smooths the object's shadows, making them look more natural. Environment Blender:3.4.1 Use...2024.01.032024.11.30Blender
JavaScriptDetermining 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...2024.01.022024.11.30JavaScript