Working to actually create an iced lumina
This commit is contained in:
parent
0121dfa8f3
commit
084ce2fc32
8 changed files with 3928 additions and 674 deletions
13
test_presentation.lisp
Normal file
13
test_presentation.lisp
Normal 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)))
|
Loading…
Add table
Add a link
Reference in a new issue