StageXL
StageXL copied to clipboard
A fast and universal 2D rendering engine for HTML5 and Dart.
I'm a lot more interested in game development with Dart, Is this still an active initiative?
I'm a lot more interested in game development with Dart, now that Flutter is not in beta. . . and I recall a mention in StageXL somewhere about supporting flutter...
I'd like to create a sound meter to show the sound level, like this: https://ourcodeworld.com/articles/read/413/how-to-create-a-volume-meter-measure-the-sound-level-in-the-browser-with-javascript or https://webaudioapi.com/samples/visualizer/. I am not trying to visualize the input voice, but the level of...
Somewhere between Dart 2.3 / Webdev 1.0.1 and the latest Dart 2.6.2 / Webdev 2.5.2, calling almost every getter on a TextField seems to throw an error when debugging in...
The images on stage look roughly double the size, and are offset on x and y axis (to the right and down) @1x works fine.
The following code throws an error after clicking the sprite when it goes to add the second event listener. ```dart _test = new Sprite() ..graphics.rect(0, 0, 400, 400) ..graphics.fillColor(Color.Blue) ..addEventListener(MouseEvent.CLICK,...
As, StageXL imports 'dart:html', it can not be used in [console application](https://www.dartlang.org/tutorials/server/cmdline) or in [aqueduct back-end](https://aqueduct.io/). As to check if point is present in polygon doesn't need 'dart:html', so is...
I have a query regarding stage rendering feature. Let us say there are plenty of objects on my game and few objects that are having animation(for example graphics gets updated...
SoundTransform.pan has no effect and panning does not seem to be implemented in web_audio_api_mixer.dart or audio_element_mixer.dart. Thanks for this great library!