Coder Social home page Coder Social logo

vscode-fmod-js's Introduction

fmod-vscode-js

Is a Visual Studio Code extension that allows to execute javascript in a FMOD Studio project via the FMOD Scripting API over TCP/IP.

Installation

To install the extension download the .vsix file of latest release and install it manually from a terminal using:

code --install-extension vscode-fmod-js-<version>.vsix

Note: For the time being I don't intend to distribute this extension via the VSCode marketplace as I don't know what this entails in terms of costs.

Usage

Running FMOD: Attach will attempt to attach to an open FMOD Studio project using the host configured in the settings which defaults to 127.0.0.1.

On success, an output window is opened for the open connection and a notification is displayed (in case no notification is shown, check your notication settings).

Running FMOD: Run or pressing CTRL+Enter will send the current text buffer/file to the FMOD Studio project to execute.

If a text selection exists, only the selection is sent.

Note: The extension checks if the file language is set to javascript and does not sent anything to FMOD if that's not the case.

The result will be displayed in the FMOD JS output window.

FMOD: Detach will close the remote connection.

demo

Extension Settings

This extension contributes the following settings:

fmod-js.remote.host

The host to connect to. Defaults to localhost.

Note: I have not tested remote connections on local networks, in theory should workโ„ข.

Contributing

This project welcomes contributions.

License

This project is licensed under a MIT license, see LICENSE.md.

Copyright of the FMOD icon belongs to Firelight Technologies Pty Ltd.

vscode-fmod-js's People

Contributors

michaelhartung avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.