:rhombus: Summer Rhombus picture competition 2026

Summer Rhombus :rhombus: picture competition 2026

Competition: Make an image with Rhombus this summer! Win stickers!

  1. While the rules require the use of Rhombus, they do not exclude using Racket or Racket libraries with Rhombus or the Rhombus FFI

  2. I suggest the Rhombus pict library but you can use whatever you like!

What will you win? I'll send Rhombus stickers to the top 10 winners!

Closing date: Friday 18 September 2026.
Winners will be announced at the (sixteenth RacketCon) 3-4 October 2026.

Rules

  • Entries must use Rhombus
  • Entries must be include all code amd instructions required to generate the picture.
  • Entries may be animated or interactive, but this is not required.
  • Entries must be licenced under the same terms as the Racket and Rhombus oprne source projects.
  • Incorporating fish into your emtry may earn bonus points.
  • Entries must be submitted via email to spdegabrielle+pict@gmail.com (you may attach or provide link to source code)
  • You can enter as many times as you like.
  • Closing date: Friday 18 September 2026.
  • 10 winners will be selected from submissions (Winners will be announced/displayed at RacketCon)
  • Postal address must be included with entry for delivery of prizes(stickers). (In accordance with General Data Protecton Regulations in the United Kingdom, person identifyable information can only be used for the intended purpose. In this case postal addresses will only be used to post stickers to winners via sticker printing services and will be deleted after use)

Notes

There is no entry fee. I am covering the cost of the stickers and postage. If you wish to make a donation please consider sponsoring the Racket Programming Language Foundation. See https://racket-lang.org/rplf.htm

If you have any questions or concerns please contact me. spdegabrielle+pict@gmail.com

Have a good summer holidays!

Stephen

1 Like

New to Rhombus?

Install Rhombus with raco pkg install rhombus-main[1]
then try this in DrRacket:

#lang rhombus
import:
  rhombus/pict open
let body = ellipse(~width: 100, ~height: 50, ~fill: "salmon")
let tail = triangle(~width: 40, ~height: 5, ~fill: "salmon").rotate(0.5 * math.pi)
let eye = ellipse(~width: 8, ~height: 8, ~fill: "black").pad(~left: -92, ~top: -12)
let fish = overlay(
  beside(body, tail),
  eye
)
fish

[1] or follow the instructions at https://rhombus-lang.org/download.html

Inspired by the Summer Rhombus picture competition including animated entries, and the Rhombus pict library supporting animated picts, I've put up this small package for turning those animated picts into GIF files:

1 Like

I couldn't resist using the fabulous fransans_pict.rhm by @SamPhillips to remind you to enter the Summer Rhombus :rhombus: picture competition 2026

2 Likes