diff --git a/.gitignore b/.gitignore index bb460e7..59e2947 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ xcuserdata/ DerivedData/ .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata +Package.resolved diff --git a/Images/naive_nice.png b/Images/naive_nice.png new file mode 100644 index 0000000..7a09139 Binary files /dev/null and b/Images/naive_nice.png differ diff --git a/README.md b/README.md index 13c511c..4aae898 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ _SwiftNiceScale_ is part of the [OpenAlloc](https://github.com/openalloc) family ## NiceScale + + Adapted from pseudo-code in *Graphics Gems, Volume 1* by Andrew S. Glassner (1995). Using the example from the book: ```swift