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

Architecture rewrite #28

Closed
michalbe opened this issue Aug 25, 2017 · 0 comments
Closed

Architecture rewrite #28

michalbe opened this issue Aug 25, 2017 · 0 comments

Comments

@michalbe
Copy link
Owner

Let's make it possible to imports parts of the engine so it will treeshake better. It should be possible to use final version this way:

import { Box } from 'cervus/shapes';
import { Phong } from 'cervus/material';

const voxel = new Box({ material: Phong });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant