Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jam1garner/discord-forge
Discord bot for converting to and from Smash Ultimate's formats
https://github.com/jam1garner/discord-forge
Last synced: 4 days ago
JSON representation
Discord bot for converting to and from Smash Ultimate's formats
- Host: GitHub
- URL: https://github.com/jam1garner/discord-forge
- Owner: jam1garner
- License: mit
- Created: 2019-04-22T05:29:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-20T22:27:06.000Z (almost 2 years ago)
- Last Synced: 2025-01-03T02:53:58.892Z (5 days ago)
- Language: Rust
- Size: 7.62 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Discord Forge
A Discord bot for converting smash ultimate and smash for wii u filetypes.
![](https://cdn.discordapp.com/attachments/447940880922574848/570386121385574400/unknown.png)
## Build Requirements
* Rust nightly
```
rustup install nightly
```
* Recent `openssl` version
* `cmake` (see below)
* `libsamplerate` (see below)Ubuntu dependency setup:
```
sudo apt install -y cmake libsamplerate-dev libclang-dev
```## Building
Needs openssl 1.10+, may require a `cargo clean` before rebuilding if getting ssl errors even after installing.
```
cargo +nightly build
```use the %update command within discord to install the needed non-static dependencies. See %help for more information.