This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 417
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#43 New Import/Export system with XML IO format
- Implemented modular IO system for custom formats - Added XML IO format using that system (theoretically working at runtime to save canvas between sessions) - Specify custom format location through Selector or GUI - Allows for custom database access and similar for import/export - Option between extending ImportExportFormat or StructuredImportExportFormat when implementing custom formats - Structured adds a layer of abstraction on the Canvas Data easier for file-based formats - Handles IDs, Serialized Fields, Creation and Access of the complex NodeCanvas structure
- Loading branch information
Seneral
committed
Jul 2, 2017
1 parent
dc85da4
commit 748d990
Showing
12 changed files
with
1,156 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.