A suite of tools for Phantasy Star Online.
Go to file
2019-07-25 22:43:27 +02:00
public Fixed issues with textures and tweaked lighting and ground color in quest renderer. 2019-07-13 21:48:18 +02:00
src Made most simple quest properties editable. 2019-07-25 22:43:27 +02:00
static_generation Refactored BufferCursor into a hierarchy of cursors and a ResizableBuffer to improve code clarity. 2019-07-08 23:56:05 +02:00
test New quests can now be created. The created quests don't have initialization code yet. 2019-07-20 21:18:09 +02:00
.env.development Added log library. 2019-06-21 20:06:55 +02:00
.env.test Fixed bug in prs compression code. Improved prs compression performance by about 5x. Instructions are now written as object code in quest bin files. 2019-07-22 12:31:20 +02:00
.eslintrc.json Improved asm editor performance with a web worker. 2019-07-23 15:54:42 +02:00
.gitignore Add /deployment to .gitignore. 2019-06-22 21:03:46 +02:00
.prettierrc.json Added prettier and unleashed on the code base. 2019-07-02 18:08:06 +02:00
antd.customize.less Tweaked look and feel. 2019-07-24 13:48:01 +02:00
craco.config.js Now using golden-layout in quest editor. 2019-07-23 18:39:47 +02:00
deploy.ps1 Added gh-pages deployment script. 2019-07-12 14:13:08 +02:00
LICENSE Added license. 2019-05-28 18:43:34 +02:00
package.json Fixed bug that would let the camera pan when pressing arrow keys anywhere. 2019-07-24 15:48:39 +02:00
README.md Updated README. 2019-05-28 18:40:48 +02:00
tsconfig-scripts.json Added prettier and unleashed on the code base. 2019-07-02 18:08:06 +02:00
tsconfig.json Added assembler worker code. 2019-07-23 11:03:35 +02:00
yarn.lock Fixed bug that would let the camera pan when pressing arrow keys anywhere. 2019-07-24 15:48:39 +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