mastodon.gamedev.place is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon server focused on game development and related topics.

Server stats:

5.1K
active users

#Quadratic

0 posts0 participants0 posts today

Rect + Pegs Infused

#mathart #mathober #mathober2023 #mathober11 #mathober8 #counting #quadratic

Video youtu.be/4JyAFd7VmkQ

Blogpost: blog.illestpreacha.com/mathobe

AudioVisuals coded in #livecodelab
Tweaked for Visuals

For this combinational prompt, I will be taking my submission for Quadratic: Rect ^ 2 and merging it with a new coded entry for Counting. The counting occurs through different iterations of assessing the time variable

Overlaid sketches that were coded in LiveCodeLab

Poem

Rectangles roaming
Rotating & rolling
Running & rimming along
Reciting the rhymes that belong
Twirling and twisting
Avoiding the mistakes that were tripping
As the angles of the others are tilting
Tiling and tipping
Tipping to the ways as the rectangles are roaming

#creativecoding #coding
#newmedia #scifi #animation
#math #geometricart #geometry #3danimation

#codeart #programming #programmer #newmediaart #creativecodeart
#dailyart #generativeart #artoftheday #instaartist #digitalart #sqaures
#scifiart #worldbuilding

I have some thoughts I'm attempting to write up WRT that quadratic paper (1) shared by @fatlimey. But anyway since probably most peeps seeing this are interested in single precision results....handling that case (if you can promote to doubles) is almost no work (2) at all. (Of course it's all moot if spurious over/underflows aren't a concern)

1) mastodon.gamedev.place/@fatlim

2) gist.github.com/Marc-B-Reynold

Gistsingle precision quadratic via double promotion. avoids spurious over and underflow.single precision quadratic via double promotion. avoids spurious over and underflow. - f32_quadratic_hq.c