orangy
Ruckus
02/24/2019, 10:06 PMorangy
orangy
jw
02/25/2019, 3:21 AMmsink
02/25/2019, 5:11 AMorangy
In-memory for testsš
Zip for reading/writing zips as if theyāre just normal folders preventing the need to special case themThatās something Iām not sure about. It requires some special and non-trivial handling of paths, like if I have
/foo/bar/baz.zip!/a/b/c.txtFileSystemReading resources, on Native from `binaryBlob`sDo you mean specially crafted resource files, like in games (e.g. WAD)?
msink
02/26/2019, 1:09 PMDo you mean specially crafted resource files, like in games (e.g. WAD)No, I mean on JVM - resources from jar, on Native something similar, readonly in-memory filesystem compiled and linked to executable file as map (resname : String -> resvalue: CValues)
msink
02/26/2019, 1:12 PMorangy
processedResourcesorangy
jw
02/26/2019, 1:51 PMbasher
02/26/2019, 5:03 PMbasher
02/26/2019, 5:04 PMorangy
orangy
jessewilson
03/21/2019, 2:56 PMjessewilson
03/21/2019, 2:57 PMjessewilson
03/21/2019, 2:58 PMjessewilson
03/21/2019, 2:59 PMjessewilson
03/21/2019, 2:59 PMjessewilson
03/21/2019, 3:00 PMjw
03/21/2019, 3:04 PMtoString()orangy
PathmyFile.openInput()FileSystemPath\/toString()toString(fs)orangy
PathFilePathFilejessewilson
03/21/2019, 10:56 PMFileSystem.SYSTEM.open(path)jessewilson
03/21/2019, 10:57 PMorangy
FileSystemfun loadData(path: Path)fun Path.loadData()fun Path.loadData(fs: FileSystem)orangy
orangy