Skip to content

Commit

Permalink
Deploying to gh-pages from @ fe6a8a6 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
sehugg committed Nov 5, 2023
1 parent ea576a1 commit 6f6f4f0
Show file tree
Hide file tree
Showing 156 changed files with 2,356 additions and 4,509 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,19 @@ The IDE uses custom forks for many of these, found at https://github.com/sehugg?
* https://github.com/sehugg/8bit-tools
* https://github.com/sehugg/awesome-8bitgamedev

## Tool Server (experimental)

This is an experimental feature that relies on a Docker container to provide compiler tools like [llvm-mos](https://github.com/llvm-mos/llvm-mos-sdk).
Right now, you have to run locally and build your own docker container.

```sh
docker build -t 8bitws-server-debian scripts/docker
docker run -p 3009:3009 8bitws-server-debian
echo '{"REMOTE_URL":"http://localhost:3009/build"}' > remote.json
```

Then add "&tool=llvm-mos" to your URL, like
[this](http://localhost:8000/?platform=c64&file=sprite_collision.c&tool=llvm-mos).
You can also rename your C files to have the suffix "-llvm.c".
Right now only the platforms c64, atari8, nes (NROM), and pce are supported.
Not very many of the current examples work with the new toolchain.
4 changes: 2 additions & 2 deletions gen/apple2-4S4D3K4N.js → gen/apple2-YBSXME7B.js

Large diffs are not rendered by default.

File renamed without changes.
4 changes: 2 additions & 2 deletions gen/arm32-ZZE4VEXM.js → gen/arm32-TREQBG5P.js

Large diffs are not rendered by default.

File renamed without changes.
4 changes: 2 additions & 2 deletions gen/astrocade-VLTUF6PT.js → gen/astrocade-HTRRXIK3.js

Large diffs are not rendered by default.

File renamed without changes.
4 changes: 2 additions & 2 deletions gen/atari7800-LNLQFL4H.js → gen/atari7800-TFVORQV6.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
Loading

0 comments on commit 6f6f4f0

Please sign in to comment.