It is very quiet

:bed::sleeping_face::zzz:

How would it be AI? Wouldn't that make the forum artificially active, with robots talking to robots?

…oh, perhaps AI is solving all the problems instead of the forums. Let's try a test…

How to vertically center text in Tumult Hype?

To vertically center text within a text box or container in Tumult Hype, you can adjust the line height within the text box itself or use CSS properties like display: flex and align-items: center on the parent container. Alternatively, you can use CSS Grid layout with align-items: center.

Uh, that didn't exactly work in Hype…

center-text.zip (10.4 KB)

…in the Hype app it wasn't centered, but the text was vertically centered when previewed in the browser.


How to add Howler.js to Tumult Hype?

To add Howler.js to Tumult Hype, follow these steps:

  • Include the Howler.js library:
    • Download the Howler.js library from its official website or a CDN.
    • Drag and drop the howler.min.js file into the Resource Library in your Hype project. Alternatively, you can add the following code within the <head>tag:

It continues with code and more details. I didn't test it. What I found interesting was the first link, which leads here… Create Audio playlist with Howler.js

…and ironically the conversation seems to get derailed when AI is involved. :grinning_face_with_smiling_eyes:


But, AI is certainly a concern for the health of the web. Lately, the AI Summary in Google has been pretty good overall and I've been visiting websites less. If websites can't make money, they won't create content. I've been seeing less advertisements on Google too. I think using AI like this might break the Internet. It's already annoying how a lot of content is getting hidden behind logins.

I did a podcast about the problem… AI Is Here, Now What?! :robot::man_shrugging:t2:

…one funny part was asking Google's AI why Google should be broken up. It actually gave an answer. :grinning_face_with_smiling_eyes:

And yet, aside from Google search results, I'm not really using AI. I already turned off Apple Intelligence on my main computer because the extra storage space is more valuable to me than the AI features.

It did make a semi-decent skateboarding chicken though. :grinning_face_with_smiling_eyes:


But, is AI is able to solve advanced problems…

How to add Phaser Box2D to Tumult Hype?

I'm not feeling happy about the answer…

3. Integrate with JavaScript:

  • Create a new "Action Script" or modify an existing one in Hype to interact with Phaser Box2D.
  • Use JavaScript to:
    • Create a Box2D world.
    • Add physics bodies (like sprites) to the world.
    • Configure their properties (like mass, shape, and whether they are static or dynamic).
    • Update the physics simulation on each frame.

Wouldn't that negate the reason for using Hype? How exactly do I create a Box2D world and add Physics bodies? There were no code examples with the answer.


Anyway, I was thinking the lack of a major Hype update in almost six years is the main reason for the lack of activity. I suppose AI could solve some common problems with Hype, but it seems to hit a wall pretty quick.

3 Likes