https://github.com/flying-dice/dcs-fiddle
DCS Lua Console for the Web
https://github.com/flying-dice/dcs-fiddle
dcs dcs-world digital-combat-simulator lua
Last synced: about 1 year ago
JSON representation
DCS Lua Console for the Web
- Host: GitHub
- URL: https://github.com/flying-dice/dcs-fiddle
- Owner: flying-dice
- License: mit
- Created: 2023-01-23T21:37:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-11T10:07:05.000Z (over 1 year ago)
- Last Synced: 2025-04-09T08:42:50.056Z (about 1 year ago)
- Topics: dcs, dcs-world, digital-combat-simulator, lua
- Language: JavaScript
- Homepage: https://dcsfiddle.pages.dev/
- Size: 1.23 MB
- Stars: 16
- Watchers: 1
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# DCS Fiddle
This website is a text editor and console.

Pressing the `Send` button will submit the command to DCS.
Pressing the `Share` button will encode your script into a shareable link to share your scripts with friends.
Visit the site
https://dcsfiddle.pages.dev/
Visit the docs for full documentation
https://dcsfiddle.pages.dev/docs
## About
This site sends a GET request to the sim over http when the http server is enabled.
See the technical information inside the Docs for more info on the architecture.
## Server Installation
The HTTP server is a downloadable lua script. You will need to create a mission to load and run it.
See the Getting started guide inside the documentation for more information.
https://dcsfiddle.pages.dev/docs
## License
[](LICENSE.md)
## Disclaimer
> The Software and code samples available on this website are provided "as is" without warranty of any kind, either express or implied. Use at your own risk. By pressing proceed you understand these risks.