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

Rendering Text takes forever #17

Open
UlyssesZh opened this issue Mar 27, 2024 · 0 comments
Open

Rendering Text takes forever #17

UlyssesZh opened this issue Mar 27, 2024 · 0 comments

Comments

@UlyssesZh
Copy link

import { Application, Assets, Text } from '@pixi/node';
await Assets.init();
const app = new Application();
app.stage.addChild(new Text('test'));
app.renderer.render(app.stage);

Stuck forever with @pixi/node 7.2.0 on Linux.

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