Hello World

Jul 6, 2025


Welcome to My Blog

This is my first blog post! I will just test functionality in this post, and write up how I implemented post functionality in a future post.

Code Example

def hello_world():
    print("Hello, World!")
    return True

More Examples

This is a blockquote with some important information.

Check out this link for more info.

Here's some bold text and italic text.

Lists

Unordered list:

  • Item 1
  • Item 2
  • Item 3

Ordered list:

  1. First item
  2. Second item
  3. Third item

Equations

This is an inline equation: E=mc2E = mc^2.

In web animations, we often use trigonometric functions. The general form of a sine wave is:

y(x,t)=Asin(kxωt+ϕ)y(x,t) = A \sin(kx - \omega t + \phi)

Where:

  • AA is the amplitude
  • kk is the wave number
  • ω\omega is the angular frequency
  • ϕ\phi is the phase shift

This equation is perfect for creating smooth, natural animations in Three.js!

That's all for now!

Build based on Takuya Matsuyama.