Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cjquines/sdweb
sd, for the web
https://github.com/cjquines/sdweb
Last synced: about 2 months ago
JSON representation
sd, for the web
- Host: GitHub
- URL: https://github.com/cjquines/sdweb
- Owner: cjquines
- Created: 2023-11-25T07:04:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-29T05:52:59.000Z (about 1 year ago)
- Last Synced: 2024-11-24T19:48:07.848Z (about 2 months ago)
- Language: C++
- Homepage: https://cjquines.com/sdweb/
- Size: 2.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sdweb
tested with emcc version 3.1.48
the sd folder should be a near verbatim copy of sd source, except for:
- `.clang-format`
- `sdweb/`to build:
- `cd build` and run `emmake make`
- `cd ../ui` and run `npm run build`
- serve from `dist` folder