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

Add Editor Layout Loading/Saving #99

Closed
datacrystals opened this issue Mar 6, 2022 · 1 comment · Fixed by #253
Closed

Add Editor Layout Loading/Saving #99

datacrystals opened this issue Mar 6, 2022 · 1 comment · Fixed by #253
Assignees
Labels
enhancement New feature or request

Comments

@datacrystals
Copy link
Member

No description provided.

@datacrystals datacrystals added the enhancement New feature or request label Mar 6, 2022
@datacrystals
Copy link
Member Author

This task should implement functionality where there is a class that loads and writes editor layouts to the "EditorAssets" directory (EditorAssets/Layouts/{Layout Files Here}). These layouts should be formatted using YAML (See the other ERS classes that use YAML::CPP to take care of this). You'll want to store some sort of bool for each window in the editor that enables/disables them as well as the ini generated by imgui.

A useful example might be this: ocornut/imgui#4033

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants