python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
What is the purpose of "angle %= 2 * math.pi;" in the bellow code?
I am running this example from Flame engine source, and I wonder what is the purpose of angle %= 2 * math.pi; in the update method. Commenting it also doesn't affect the circular animation of rectangl...

Davoud
Votes: 0
Answers: 2
Fullscreen with flame 1.1.0
Is there a way to use fullscreen window mode in Flame 1.1.0 (under Windows Desktop)? There is no Util class from version 1.0.0 any more and the Flame.device.fullScreen(); call does not work, no matter...
Christian
Votes: 0
Answers: 1
Hexagon in PolygonComponent - Flame (flutter)
I am not sure how can I draw a hexagon for PolygonComponent.
I found something in doc but I don't understand what should I do for hexagon.
The PolygonComponent is the most complicated of the ShapeCom...
kelvinchiyin
Votes: 0
Answers: 1