Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-architecture: get rid of require.js / streamline includes #27

Open
Logodaedalus opened this issue Aug 3, 2019 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@Logodaedalus
Copy link
Contributor

The whole "mapping a json file to a string alias and then putting that alias in an array of strings at the top of Coordinator in the proper order" is a total nightmare.

We might be able to do away with this and re-factor it using ES6 classes (probably most hygienic way?)

Key requirements:

  1. Doesn't introduce weird loading bugs for long file parsing, etc (test with large scenes)
  2. Doesn't require you to type strings in multiple places in the correct order.
@Logodaedalus Logodaedalus added the enhancement New feature or request label Aug 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
0.2.0 Release
  
Awaiting triage
Development

No branches or pull requests

1 participant