No description
  • TypeScript 99.6%
  • Rust 0.2%
  • JavaScript 0.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2024-09-05 12:45:20 -04:00
.github/workflows Update workflows 2021-12-25 12:28:36 +02:00
client_cache Created working Archive reader 2019-07-25 22:08:19 +03:00
images Update readme 2019-08-13 12:03:00 +03:00
osrs Update packages + fix 2021-12-25 12:18:50 +02:00
page A bit more refactoring on scene 2019-08-13 12:03:00 +03:00
test_files Added ImageRGB 2019-07-26 14:41:50 +03:00
types A bit more refactoring on scene 2019-08-13 12:03:00 +03:00
wasm Update packages + fix 2021-12-25 12:18:50 +02:00
.babelrc Added working react hot reload 2019-07-30 11:30:08 +03:00
.dockerignore Dockerize setup 2021-12-25 14:58:12 +02:00
.gitignore Created working Archive reader 2019-07-25 22:08:19 +03:00
.prettierrc Load scene 2019-07-27 17:10:04 +03:00
.terserrc A bit more refactoring on scene 2019-08-13 12:03:00 +03:00
docker-compose.yml Dockerize setup 2021-12-25 14:58:12 +02:00
Dockerfile Downgrade Rust to 1.56.1 to successfully build 2024-09-05 12:45:20 -04:00
index.html A bit more refactoring on scene 2019-08-13 12:03:00 +03:00
indexOld.html Implemented ParallelExecutor 2019-07-30 15:59:31 +03:00
jest.config.js Added archive tests 2019-07-25 23:33:53 +03:00
package-lock.json Update packages + fix 2021-12-25 12:18:50 +02:00
package.json Update packages + fix 2021-12-25 12:18:50 +02:00
readme.md Update readme.md 2023-02-23 12:33:02 +02:00
test-rsa.pem Dockerize setup 2021-12-25 14:58:12 +02:00
tsconfig.json A bit more refactoring on scene 2019-08-13 12:03:00 +03:00
webpack.config.babel.js Added working react hot reload 2019-07-30 11:30:08 +03:00

Runescape 377 Web client

It is a bit out of date on packages and rust version. Might need to catch up on it

Demo of version with WebGL: https://play.rsps.app/

Setup with docker compose

  • Make sure you have docker and docker-compose installed
  • Clone https://github.com/reinismu/apollo in folder next to runescape-web-client-377 (docker-compose.yml will search it there)
  • Run docker-compose up
  • Open http://localhost:8500/
  • ...
  • Profit