Working to actually create an iced lumina

This commit is contained in:
Chris Cochrun 2024-10-30 10:34:13 -05:00
parent 0121dfa8f3
commit 084ce2fc32
8 changed files with 3928 additions and 674 deletions

13
test_presentation.lisp Normal file
View file

@ -0,0 +1,13 @@
(slide (image :source "~/pics/frodo.jpg" :fill crop
(text "This is frodo" :font-size 50)))
;; (slide ((background . ((path . "cool.jpg")
;; (kind . Image)))
;; (text . "hi")
;; (font . "quicksand")
;; (id . 0)
;; (font_size . 50)
;; (text_alignment . MiddleCenter)
;; (video_loop . #f)
;; (video_start_time . 0.0)
;; (video_end_time . 0.0)))