High-level language for the Overwatch Workshop with support for compilation and decompilation.
Join the discord for help & feedback: https://workshop.codes/discord
Check the wiki to get started: https://github.com/Zezombye/overpy/wiki
Play around with the demo: https://zezombye.github.io/overpy/demo
- Install:
npm install
- Build in dev and test with the demo:
npm run dev
- Build
out/overpy_standalone.js
:npm run package
- Build .vsix for prod:
vsce package
(also builds overpy_standalone.js)