Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VFS support #199

Merged
merged 7 commits into from
Mar 22, 2022
Merged

VFS support #199

merged 7 commits into from
Mar 22, 2022

Conversation

aleokdev
Copy link
Contributor

WIP. Basis for 0.11.0. Closes #37.

@aleokdev aleokdev added this to the 0.11.0 milestone Mar 21, 2022
@aleokdev aleokdev marked this pull request as draft March 21, 2022 18:51
@aleokdev aleokdev changed the base branch from master to 0.11 March 21, 2022 21:07
Copy link
Member

@bjorn bjorn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like a nice approach and it's great to see the resulting cleanup!

I'm curious to see an example with a custom reader. But what should it be based on? I had a quick look, but it seems physfs-rs development is dead and gvfs has also not seen any activity in 3 years.

src/error.rs Outdated Show resolved Hide resolved
src/loader.rs Outdated Show resolved Hide resolved
src/loader.rs Outdated Show resolved Hide resolved
src/map.rs Outdated Show resolved Hide resolved
@aleokdev
Copy link
Contributor Author

Looks like a nice approach and it's great to see the resulting cleanup!

I'm curious to see an example with a custom reader. But what should it be based on? I had a quick look, but it seems physfs-rs development is dead and gvfs has also not seen any activity in 3 years.

vfs is the one I've seen most libs using, including ggez.

@aleokdev aleokdev marked this pull request as ready for review March 22, 2022 10:46
@aleokdev aleokdev merged commit e176b4b into mapeditor:0.11 Mar 22, 2022
@aleokdev aleokdev deleted the vfs-support branch March 22, 2022 11:15
@bjorn bjorn mentioned this pull request Mar 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Options for more easily opening a map with external files from a special source
2 participants