Initial commit

This commit is contained in:
Leni Aniva 2025-04-09 23:02:55 -07:00
commit bdc92baf5f
Signed by: aniva
GPG Key ID: 4D9B1C8D10EA4C50
6 changed files with 1549 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
.*
!.gitignore

1523
Manifest.toml Normal file

File diff suppressed because it is too large Load Diff

16
Project.toml Normal file
View File

@ -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"

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# Boundary Bad Apple!!
Boundary-aware Bad Apple!! animation generation

BIN
examples/frame.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

5
src/BoundaryBadApple.jl Normal file
View File

@ -0,0 +1,5 @@
module BoundaryBadApple
greet() = print("Hello World!")
end # module BoundaryBadApple