A suite of tools for Phantasy Star Online.
Go to file
2019-07-01 15:01:40 +02:00
public Added all standard player models to the model viewer. 2019-06-30 23:55:28 +02:00
src Added various improvements. 2019-07-01 15:01:40 +02:00
static Refactored binary data format code. 2019-07-01 08:53:16 +02:00
test Reformatted most of the code to comply to TypeScript conventions. 2019-05-29 01:37:00 +02:00
.env.development Added log library. 2019-06-21 20:06:55 +02:00
.gitignore Add /deployment to .gitignore. 2019-06-22 21:03:46 +02:00
antd.customize.less Now using ItemPMT.bin and unitxt_j.prs for item kind list. 2019-06-19 22:14:48 +02:00
craco.config.js Customized antd theme. 2019-06-01 17:57:27 +02:00
LICENSE Added license. 2019-05-28 18:43:34 +02:00
package.json Some renaming. 2019-06-26 17:47:53 +02:00
README.md Updated README. 2019-05-28 18:40:48 +02:00
tsconfig-scripts.json Converted drop tables to json. 2019-06-11 14:34:57 +02:00
tsconfig.json Converted all tests to TypeScript. 2019-05-28 22:24:28 +02:00
yarn.lock Added log library. 2019-06-21 20:06:55 +02:00

Phantasmal World

Phantasmal World is a suite of tools for Phantasy Star Online. This project is in a very early stage of development.

For Developers

React is used for the frontend, MobX is used for state management and THREE.js for 3D graphics.

Getting Started

  1. Install Yarn (https://yarnpkg.com/)
  2. cd to the project directory
  3. Launch server on http://localhost:3000/ with yarn start
  4. src/index.tsx is the application's entry point

Tests

Run tests with yarn test.

Production Build

  1. Change the homepage field in package.json if you don't want to deploy to /
  2. Build with yarn build