Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stuart6854 committed Nov 23, 2023
1 parent 99ffee3 commit a9a9f13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ bool wasRead = fs.ReadFile(newFileId, dataObj);
## Planned Features
- Add data compression threshold eg. only compress data greater than ~0.5MB
- Currently write data to temp file to get binary size. Neeed to see if it is faster to write binary data to a vector instead
- Archive files - Combine multiple (existing) files into a single archive file
- File importing - Call Filesystem::ImportFile(filename) which gets a FileImporter assigned to file ext and reads, processes and writes a new file
- Files that were imported track the source filename - allows for reimport, which would potentially allow for asset/resource hot-reloading

0 comments on commit a9a9f13

Please sign in to comment.