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

feat: add back-end for Asset management #63

Draft
wants to merge 18 commits into
base: dev
Choose a base branch
from
Draft

Conversation

Thyodas
Copy link
Member

@Thyodas Thyodas commented Dec 11, 2024

Closes #61

This pull request includes multiple changes aimed at improving the build process, adding new features, and updating documentation. The most important changes include adding a new Asset Manager window to the editor, updating the build configuration, and enhancing the documentation with a troubleshooting guide.

New Features:

  • Added multiple assets handling class

Build Configuration Updates:

  • Modified CMakeLists.txt to set NEXO_BUILD_TESTS to ON and prevent Visual Studio from creating per-config subdirectories [1] [2].
  • Added installation step for Mesa on Windows in .github/workflows/build.yml. Huge bug that made the tests always pass on the Windows Runner.

Documentation Enhancements:

  • Added a comprehensive troubleshooting guide in docs/troubleshooting/troubleshooting.md and referenced it in README.md [1] [2].

@Thyodas Thyodas added the enhancement New feature or request label Dec 11, 2024
@Thyodas Thyodas requested a review from Copilot December 11, 2024 15:29
@Thyodas Thyodas self-assigned this Dec 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 59 out of 76 changed files in this pull request and generated no suggestions.

Files not reviewed (17)
  • CMakeLists.txt: Language not supported
  • config/default-layout.ini: Language not supported
  • editor/CMakeLists.txt: Language not supported
  • editor/main.cpp: Language not supported
  • editor/src/ADocumentWindow.hpp: Language not supported
  • editor/src/DocumentWindows/AssetManagerWindow.cpp: Language not supported
  • editor/src/DocumentWindows/AssetManagerWindow.hpp: Language not supported
  • editor/src/DocumentWindows/ConsoleWindow.cpp: Language not supported
  • editor/src/DocumentWindows/ConsoleWindow.hpp: Language not supported
  • editor/src/DocumentWindows/MainScene.cpp: Language not supported
  • editor/src/DocumentWindows/MainScene.hpp: Language not supported
  • editor/src/DocumentWindows/SceneTreeWindow.cpp: Language not supported
  • editor/src/DocumentWindows/SceneTreeWindow.hpp: Language not supported
  • editor/src/Editor.cpp: Language not supported
  • editor/src/Editor.hpp: Language not supported
  • editor/src/IDocumentWindow.hpp: Language not supported
  • editor/src/SceneManagerBridge.cpp: Language not supported
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: Todo
Development

Successfully merging this pull request may close these issues.

1 participant