Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Glue3DNew to Visual Studio Code? Get it now.
Glue3D

Glue3D

glue3d

|
11 installs
| (2) | Free
glue3d support for turbowarp
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Glue3D

Glue3D is a custom scripting language for game and 3D project development, designed for clean structure and readable syntax.

[!IMPORTANT] You need to use Droplets Utils to import .glue3d files Currently in Beta


Features

  • Custom syntax highlighting for .glue3d files
  • Autocomplete snippets for core engine blocks
  • Structured control flow:
    • for / endfor
    • if / endif
    • repeat / endrepeat
  • Engine modules:
    • game
    • physics
    • model
    • sound
    • interface
    • editor
    • terminal
    • file
  • Built-in wait keyword
  • Comment support (// comment)

Example

// Basic example

for i in range 10
    game.start()
    physics.update()
    wait 1
endfor

if score > 100
    sound.play()
endif
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft