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

Remote resources #23

Open
4rknova opened this issue Jul 25, 2018 · 0 comments
Open

Remote resources #23

4rknova opened this issue Jul 25, 2018 · 0 comments
Assignees

Comments

@4rknova
Copy link
Owner

4rknova commented Jul 25, 2018

Fetch missing files from remote location via HTTP request

eg.

object_name = {
source = ./resources/model.obj
remote = http://server_url.com/model.obj
}

The parser will first check if the file referenced by source exists and if not it will attempt to fetch the file from the url referenced in remote

Candidate Libraries:
cpp-httplib (MIT)

@4rknova 4rknova self-assigned this Jul 25, 2018
@4rknova 4rknova added this to the 3.0 milestone Jul 25, 2018
@4rknova 4rknova modified the milestones: 3.0, 4.0 Aug 15, 2018
@4rknova 4rknova removed this from the 4.0 milestone Sep 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant