]> git.jsancho.org Git - gacela.git/commitdiff
Hello world example
authorJavier Sancho <jsf@jsancho.org>
Thu, 19 Jan 2017 00:05:11 +0000 (01:05 +0100)
committerJavier Sancho <jsf@jsancho.org>
Thu, 19 Jan 2017 00:05:11 +0000 (01:05 +0100)
examples/fran.scm
examples/hello_world.bmp [new file with mode: 0644]

index 964bbbccf21450f0dd68633fd66f7acbec1f366f..ea016f37b8541a4be8a3dd393b03272fdd7f49cf 100644 (file)
@@ -28,6 +28,8 @@
 
 ;;; First example
 
+(run-scene (import-bitmap "hello_world.bmp"))
+
 (define red (import-bitmap "red.bmp"))
 (define left-right-red (move-xy wiggle 0 red))
 (run-scene left-right-red)
diff --git a/examples/hello_world.bmp b/examples/hello_world.bmp
new file mode 100644 (file)
index 0000000..def2531
Binary files /dev/null and b/examples/hello_world.bmp differ