Lukas Klingsbo

Results 86 issues of Lukas Klingsbo

# Description This PR implements raytracing and raycasting for the built-in hitboxes. Depends on #1787 and #1788 Left to do: - [x] Raytracing with result (trivial) - [x] Raytracing example...

# What could be improved It would be great to have a bridge package that implemented support for lottie animations. # Why should this be improved Lottie is an open...

enhancement

# What could be improved Currently `Component.absoluteCenter` creates at least two `Vector2` objects. Maybe we could pass in an optional `Vector2? out` argument that can be used if it is...

enhancement

# What could be improved We should generate the diagrams in the docs instead of using static images # Why should this be improved It improves the ability to see...

documentation

# Current bug behaviour When using the `ImageComposition` in Flutter 3.0.1 it results in a black image, but seemingly not in 2.10.0 (Pasha tried that). # Expected behaviour The actual...

Flutter issue

# Current bug behaviour If you scale the parent of a hitbox it doesn't always work, due to that we don't know the absolute transform up to that hitbox location...

bug

# Problem to solve Since we are creating many `Vector2` objects in the code base our performance would benefit from having a pool for `Vector2`. # Proposal The syntax should...

enhancement

# Problem to solve We closed #1263 since we don't want to duplicate functionality already provided by other packages in the dart ecosystem and since it wasn't necessary for anything...

enhancement

Is it possible to make the indentation checker follow this http://docs.scala-lang.org/style/declarations.html#multiple-parameter-lists ? So that it doesn't complain on things like: ``` protected def forResource(resourceInfo: Any) (f: (JsonNode) => Any) (implicit...

feature

### Is there an existing issue for this? - [X] I have searched the existing issues. ### Version 1.5.2 ### Description When first releasing versions with `--prerelease` it properly generates...

bug
triage