
I wonder how my rascas package would be named there :sweat_smile:

called his gasket

Figured I’d share this because it took like half the night: ResourceBundles in Hocon

Latest entry in summer competition

Inspired by Escher

Being #random and pictures are the topic. Watched parts of a live stream were Inigo Quilez using nothing but math formulas made a little, happy, jumping guy with lights and shadows from nothing but math formulas. Very impressive: https://www.youtube.com/watch?v=Cfe5UQ-1L9Q

MetaPict diagram using formulas rendered by pdflatex:

Getting there.

wow - nice find!

@soegaard2 clearly you should just port mathjax to racket

@samth @soegaard2 new banner at https://www.reddit.com/r/Racket/ looks great:smiley::100:

@soegaard2 Does https://racket.slack.com/archives/C06V96CLD/p1565879225146000 count as MetaPict of the day?

Why not.

@samth I’ve used (set-curve-pict-size 256 256)
; A version with a spotlight at..
(def light (pt 0.5 0.6))
(define logo-for-save (freeze (draw (brushcolor "white" (fill (rectangle (pt -1 -1) (pt 1 1))))
(brushgradient (radial-gradient light 0 light 2 blue-gradient)
(draw (fill blue-curve)))
(color red (fill red-left-curve))
(color red (fill red-middle-curve)))))
(save-pict "logo.png" logo-for-save)
to make…

possible logo for r/racket ? @samth

@soegaard2 thanks posted to r/racket and twitter. Need to do a collage/video of summer-comp-entries. I’ll try #lang video
by @leif :smiley:

slideshow.vid


@dimitri.lozeve has joined the channel


@samdphillips and https://twitter.com/spdegabrielle/status/1162155116624928769?s=21

@spdegabrielle set the channel topic: Anything goes - currently images made with Racket…

@spdegabrielle set the channel purpose: A place for fun stuff and off-topic discussion/things you’d prefer to keep out of more focused work-related channels.


raco video -v --fps 25 --disable-audio --video-codec H.264 slideshow.vid

#lang video
#:properties (hash "width" 1920
"height" 1080)
(playlist (clip "images/world.png" #:properties (hash "length" 1))
(fade-transition 0.5)
(multitrack
(clip "images/world.png" #:properties (hash "length" 2))
(overlay-merge 180 130 256 256)
(clip "images/outlinelogo.png" #:properties (hash "length" 2)))
(fade-transition 1.5)
(multitrack
(clip "images/world.png" #:properties (hash "length" 5))
(overlay-merge 180 130 256 256)
(clip "images/logo.png" #:properties (hash "length" 5))
)
(fade-transition 1.5)
(multitrack
(clip "images/world.png" #:properties (hash "length" 5))
(overlay-merge 30 100 600 300)
(clip "images/hello.png" #:properties (hash "length" 5))
)
(fade-transition 0.5)
(clip "images/quilt.png" #:properties (hash "length" 5))
(fade-transition 0.5)
(clip "images/face.png" #:properties (hash "length" 5))
(fade-transition 0.5)
(clip "images/racket-lightsaber.png" #:properties (hash "length" 5))
(fade-transition 0.5)
(clip "images/world.png" #:properties (hash "length" 5))
(fade-transition 0.5)
(clip "images/logo.png" #:properties (hash "length" 5))
(fade-transition 0.5)
(multitrack
(clip "images/world.png" #:properties (hash "length" 5))
(overlay-merge 50 120 500 300)
(clip "images/racket-cap.png" #:properties (hash "length" 5))
))