Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fudgepop01/spark
A complete web-based editing solution for super smash bros brawl (work in progress... like... there's a lotta work ahead of me omg)
https://github.com/fudgepop01/spark
Last synced: 8 days ago
JSON representation
A complete web-based editing solution for super smash bros brawl (work in progress... like... there's a lotta work ahead of me omg)
- Host: GitHub
- URL: https://github.com/fudgepop01/spark
- Owner: fudgepop01
- Created: 2019-05-24T17:39:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T18:03:22.000Z (almost 2 years ago)
- Last Synced: 2024-04-28T04:08:40.202Z (9 months ago)
- Language: TypeScript
- Size: 382 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Spark!
---
## What is it
This is an ambitious online tool created by fudgepop01.
It aims to be an online variant of PSA / PSACompressor. This will enable those on linux, mac, and windows to have a nice moveset-editing experience without using wine or any other tools of the sort.---
## Planned Features
- an editor powered by Microsoft's Monaco Editor that will enable a development experience far-closer to an IDE with:
- autocompletion
- code-hints
- preprocessor scripts
- these would allow for named variables, for instance
- automatic indentation
- syntax highlighting
- built-in documentation
- usage of variables will be shown globally
- the recognized ones will have a description of what it stands for / does
- each script can have user-created documentation (comes as a separate .txt file when downloaded)
- a fully configurable syntax
- if the defaults aren't your thing, change the config files and voilà
- ex. AsyncTimer() ==> Asynchronous Timer()
- labelled bone IDs---
## TODO:
- literally everything