Wither362

Results 62 comments of Wither362

I think I have an idea for doing it, I’ll create a pull request to do it.

> Digo q con este comando `var field = new DynamicTextField();` puedo poner emojis o no? 🤨 xd Sip, sí que podrías (solamente si la fuente admite emojis)

> A ok 👍 ..... funcionará con el siguiente código?` > > ``` > var rating = new DynamicTextField(); > rating = "🤙" > rating.defaultTextFormat = MarkdownVisualizer.markdownTextFormat; > ``` Creo...

> Another progress note: hough transform works, but needs to filter garbage rays and turn them into line segments. Will probably try implementing a RANSAC-style filter for that. RANSAC-style filter?...

> RANSAC is a method of detecting patterns within a data set, by using random samples from the set, and searching for a predetermined wanted pattern > > RANSAC implementation...

> Cool! About `Color.makeRandom`, shouldn't the default value of the first argument be 255, to match previous behaviour? Iirc, if you just do `Color.makeRandom()` it should generate a color with...

> This looks interesting, I already need to redesign image views to work with arbitrary shapes & functions. This might need to wait though, since this stuff is performance critical...

> Another thing, I think the approach of having more view stats (such as `rounded`) is probably preferred, since it makes the most sense with the current way of calculating...

@ShaharMS, I have a question, how do I use these functions for this code to work:? ```hx MathTools.radiansFromPointToPoint2D(start, end); MathTools.radiansToSlope(radians); MathTools.radiansToDegrees(radians); ``` I’ve seen them in Line2D.hx, and it may...

Squircle? https://en.m.wikipedia.org/wiki/Squircle