Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexpineda/cascbridge
http file server and UI for casclib
https://github.com/alexpineda/cascbridge
Last synced: 10 days ago
JSON representation
http file server and UI for casclib
- Host: GitHub
- URL: https://github.com/alexpineda/cascbridge
- Owner: alexpineda
- License: mit
- Created: 2022-09-29T01:10:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-01T20:13:08.000Z (about 1 year ago)
- Last Synced: 2024-11-15T22:12:11.871Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 7.33 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CASCBridge - Starcraft Local Asset Server
An http file server and UI for `CASC` archive data. Used for blacksheepwall.tv but can be used for any other prupose as well.
[Download, extract, and run the application](https://github.com/alexpineda/cascbridge/releases), assign the port, assign your Starcraft directory and press `Start`.
![image](https://github.com/alexpineda/cascbridge/assets/586716/03f5b7ba-b183-426e-8cba-8f89ea3848e6)
## Javascript Usage Example
```ts
const animBuffer = await fetch("http://localhost:8080/anim/main_000.anim").then(res => res.arrayBuffer());
```