Browse Source

Update README.md

Egor Mozgovoy 3 years ago
parent
commit
03b984a5df
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/README.md

+ 4 - 4
src/README.md

@@ -13,9 +13,9 @@ Decouples the state of a document from the UI.
     - [x] ChunkPool multithreading support
     - [x] ChunkPool multithreading support
     - [x] Dispose that returns borrowed chunks
     - [x] Dispose that returns borrowed chunks
     - [ ] Finalizers that return borrowed chunks
     - [ ] Finalizers that return borrowed chunks
-    - [ ] GetLatestChunk resolution parameter
+    - [x] GetLatestChunk resolution parameter
         - [x] Support for different chunk sizes in chunkpool
         - [x] Support for different chunk sizes in chunkpool
-        - [ ] Preview rendering for different chunk sizes
+        - [x] Rendering for different chunk sizes
         - [x] Read only interface for Chunk
         - [x] Read only interface for Chunk
     - [x] CommitedChunkStorage (used to store chunks for undo)
     - [x] CommitedChunkStorage (used to store chunks for undo)
         - [ ] Write chunks to the hard drive?
         - [ ] Write chunks to the hard drive?
@@ -62,7 +62,7 @@ Decouples the state of a document from the UI.
         - [ ] Clip to layer below support
         - [ ] Clip to layer below support
         - [ ] Layer mask support
         - [ ] Layer mask support
         - [ ] Low-res rendering
         - [ ] Low-res rendering
-        - [ ] Don't render chunks outside viewport
+        - [ ] Don't render chunks outside viewport (done, no ui)
         - [x] Support for rendering a subset of the structure (for merging selected layers, referring to selected layer, etc.)
         - [x] Support for rendering a subset of the structure (for merging selected layers, referring to selected layer, etc.)
         - [ ] Caching for folders
         - [ ] Caching for folders
         - [ ] Caching for everything below current layer
         - [ ] Caching for everything below current layer
@@ -99,7 +99,7 @@ Decouples the state of a document from the UI.
         - [ ] Layer mask manipulation
         - [ ] Layer mask manipulation
 - ViewModel
 - ViewModel
     - [ ] Action filtering
     - [ ] Action filtering
-    - [ ] Viewport movement as an action
+    - [x] Viewport movement as an action
 - Not sure
 - Not sure
     - [ ] Pipette tool
     - [ ] Pipette tool