Skip to content

Megabyteceer/thing-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Vasilii Kostin
Feb 25, 2025
732d44e · Feb 25, 2025
Nov 16, 2024
Feb 25, 2025
Mar 30, 2024
Dec 24, 2024
Apr 17, 2024
Jan 9, 2025
Dec 19, 2024
Dec 19, 2024
Mar 22, 2024
Mar 22, 2024
Dec 24, 2024
Dec 24, 2024
Dec 19, 2024

Repository files navigation

Thing-editor 2.0b

Editor migrated to typescript and many other improvements.

Editor screenshot

Visual game editor based on typescript, pixi.js, and vite.js.

installation:

For Windows user you can download standalone work ready build by official link: https://pixel-cave.com/thing-editor-win10-64-2.0b.zip

Mac and Linux installation:

Install ffmpeg and ffprobe and then use next commands to instal Thing-Editor:

git clone https://github.com/Megabyteceer/thing-editor.git
cd thing-editor
npm i

launch:

Open thing-editor.code-workspace as a workspace in vscode. Accept all recommended tasks and extensions, and launch [Editor] debug configuration.

Editor will start as Electron application with vscode debugger attached.

Other way to launch editor:

Use run-win10.bat file for Windows or run-ubuntu.sh for Linux or Mac

Or use terminal commands inside thing-editor folder:

npx vite &
npx electron "./thing-editor/electron-main"

Sponsored:

BGaming

Documentation

For detailed documentation please check our Wiki for thing-editor v1.0.