Skip to content

Instantly share code, notes, and snippets.

View aykuli's full-sized avatar
🏠
Working from home

Aynur Shauerman aykuli

🏠
Working from home
  • https://stdpr.ru/
  • Moscow
View GitHub Profile
@peterhellberg
peterhellberg / pixel-double-pendulum.go
Last active July 28, 2023 18:00
Double Pendulum rendered by Pixel
package main
import (
"image/color"
"math"
"github.com/faiface/pixel"
"github.com/faiface/pixel/imdraw"
"github.com/faiface/pixel/pixelgl"
)