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

Editor UI #2

Closed
5 of 7 tasks
craftablescience opened this issue Sep 20, 2021 · 7 comments
Closed
5 of 7 tasks

Editor UI #2

craftablescience opened this issue Sep 20, 2021 · 7 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@craftablescience
Copy link
Owner

craftablescience commented Sep 20, 2021

The main view should have:

  • Edit View (edit a world)
  • Game View (play the game)
  • Code View (edit scripts)

Additional windows:

  • Resource Viewer
  • Docked Console
  • Entity Tree
  • Inspector

...and possibly more that I haven't thought of yet

@craftablescience craftablescience changed the title Add main panel Feature: Main Panel Sep 20, 2021
@craftablescience craftablescience self-assigned this Sep 20, 2021
@craftablescience craftablescience added the enhancement New feature or request label Sep 20, 2021
@craftablescience craftablescience removed their assignment Aug 13, 2022
@craftablescience craftablescience changed the title Feature: Main Panel Editor UI Aug 13, 2022
@ashifolfi ashifolfi self-assigned this Aug 16, 2022
@ashifolfi ashifolfi pinned this issue Sep 25, 2022
@ashifolfi
Copy link
Collaborator

Code View shall be implemented using the suggestion in #29

@ashifolfi ashifolfi mentioned this issue Sep 25, 2022
@ashifolfi ashifolfi linked a pull request Sep 25, 2022 that will close this issue
@ashifolfi
Copy link
Collaborator

image

had to use ImGuiColorTextEdit instead of Zep due to Zep being seemingly straight up incompatible with our setup but we now have a basic script editor implementation. no anglescript syntax highlighting at the moment but it shouldn't be too difficult to implement

@craftablescience craftablescience moved this from Todo to In Progress in Chira Engine Sep 26, 2022
@ashifolfi
Copy link
Collaborator

The resource browser just needs to have it's crashing issue fixed and a few more things implemented

  • Texture thumbnails
  • Image thumbnails
  • make the icons functional
  • drag and drop to editor windows and from outside sources in
  • fix the sub directory crash issue

@ashifolfi
Copy link
Collaborator

the code editor is mostly done. pretty much being fully implemented aside from:

  • functional open, new, save buttons
  • AngelScript highlighting
  • Multi file support

@ashifolfi
Copy link
Collaborator

as for the entity outliner?
I still need to figure out how to make a proper tree system in ImGui for that one

@ashifolfi
Copy link
Collaborator

progress will be tracked via the pr. do not expect those checkboxes here to be filled out in time with the pr

@ashifolfi ashifolfi removed a link to a pull request Jan 4, 2023
@ashifolfi ashifolfi linked a pull request Jan 4, 2023 that will close this issue
7 tasks
@craftablescience craftablescience added this to the 0.1.0 milestone May 8, 2023
@craftablescience
Copy link
Owner Author

Closing in favor of #51

@github-project-automation github-project-automation bot moved this from In Progress to Done in Chira Engine May 8, 2023
@craftablescience craftablescience unpinned this issue May 8, 2023
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
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants