We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8294c4 commit 213a144Copy full SHA for 213a144
.gitignore
@@ -5,3 +5,4 @@
5
xcuserdata/
6
DerivedData/
7
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
8
+Package.resolved
Images/naive_nice.png
28.5 KB
README.md
@@ -8,6 +8,8 @@ _SwiftNiceScale_ is part of the [OpenAlloc](https://github.com/openalloc) family
9
## NiceScale
10
11
+<img src="https://github.com/openalloc/SwiftNiceScale/blob/main/Images/naive_nice.png" width="1049" height="319"/>
12
+
13
Adapted from pseudo-code in *Graphics Gems, Volume 1* by Andrew S. Glassner (1995). Using the example from the book:
14
15
```swift
0 commit comments