Skip to content

Instantly share code, notes, and snippets.

@davexunit
Last active December 14, 2018 13:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davexunit/047915e10246cf7eb5ab59ca08cb8535 to your computer and use it in GitHub Desktop.
Save davexunit/047915e10246cf7eb5ab59ca08cb8535 to your computer and use it in GitHub Desktop.
chickadee hello world example
(use-modules (chickadee)
(chickadee math vector)
(chickadee render font))
(define (draw alpha)
(draw-text "Hello, world!" #v(260.0 240.0)))
(run-game #:draw draw)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment