VFS #3
	
		Labels
		
	
	
	
	
		No Label
		
			
	
	
	invalid
		
			kind
bug
		
			kind
feature
		
			kind
meta
		
			kind
refactoring
		
			priority
blocker
		
			priority
high
		
			priority
low
		
			priority
medium
		
		
	
		No Milestone
		
	
	
		
		
		
			No project
			
				
			
		
	
	
	
	
	
		No Assignees
		
			
		
	
	
	
		1 Participants
		
	
	
		
		
			Notifications
			
				
			
		
	
	
		
		
	
	
	Due Date
	No due date set.
			
				Dependencies
				
				
		
	
	
	No dependencies set.
			Reference: kevin/rtengine#3
			
		
	
		Loading…
	
		Reference in New Issue
	
	Block a user
	
	No description provided.
		
		Delete Branch "%!s()"
	 
	Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Idea
Virtual Filesystem that allows us to rewrite paths. Turn "virtual paths" (for example shaders/static_object.pipeline) to "physical paths" (engine_assets/shaders/static_object.pipeline).
Should allow us to separate engine-files and game files, without having to differentiate where they come from and is a fundamental step towards mod support.
Needs figuring out
How would this interact with resources and (future work) packaged resources?