Initial commit
This commit is contained in:
commit
bdc92baf5f
|
@ -0,0 +1,2 @@
|
||||||
|
.*
|
||||||
|
!.gitignore
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,16 @@
|
||||||
|
name = "BoundaryBadApple"
|
||||||
|
uuid = "11d578d1-f426-4683-8b86-f4abdfd9f58c"
|
||||||
|
authors = ["Leni Aniva <aniva@stanford.edu>"]
|
||||||
|
version = "0.1.0"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
|
||||||
|
Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0"
|
||||||
|
Luxor = "ae8d54c2-7ccd-5906-9d76-62fc9837b5bc"
|
||||||
|
VideoIO = "d6d074c3-1acf-5d4c-9a43-ef38773959a2"
|
||||||
|
|
||||||
|
[compat]
|
||||||
|
FileIO = "1.17.0"
|
||||||
|
Images = "0.26.2"
|
||||||
|
Luxor = "4.2.0"
|
||||||
|
VideoIO = "1.1.1"
|
|
@ -0,0 +1,3 @@
|
||||||
|
# Boundary Bad Apple!!
|
||||||
|
|
||||||
|
Boundary-aware Bad Apple!! animation generation
|
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
|
@ -0,0 +1,5 @@
|
||||||
|
module BoundaryBadApple
|
||||||
|
|
||||||
|
greet() = print("Hello World!")
|
||||||
|
|
||||||
|
end # module BoundaryBadApple
|
Loading…
Reference in New Issue