Skip to content

Commit

Permalink
Core : New launcher system
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomrno committed May 30, 2024
1 parent 750d264 commit 086cfbc
Show file tree
Hide file tree
Showing 9 changed files with 482 additions and 57 deletions.
Binary file added .cache/b_all_bases.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .cache/b_app_svc.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .cache/b_operating_systems.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .cache/b_tools_utils.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .cache/operating_system_banner.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 2 additions & 11 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,17 +85,8 @@ install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/lib/
PATTERN "*.inl"
)

install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/.cache/editor.png
DESTINATION ${INSTALL_INCLUDE_DIR}/imgs/)

install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/.cache/icon.png
DESTINATION ${INSTALL_INCLUDE_DIR}/imgs/)

install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/.cache/vortex.png
DESTINATION ${INSTALL_INCLUDE_DIR}/imgs/)

install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/.cache/base_vortex.png
DESTINATION ${INSTALL_INCLUDE_DIR}/imgs/)
install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/.cache/
DESTINATION ${INSTALL_INCLUDE_DIR}/imgs/)

install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/vortex_desktop.desktop
DESTINATION /usr/share/applications/)
31 changes: 31 additions & 0 deletions build/in_system/imgui.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
[Window][DockSpaceWindow]
Pos=0,0
Size=1550,850
Collapsed=0

[Window][Project managers]
Pos=1,58
Size=1548,791
Collapsed=0
DockId=0xCDC34B94,0

[Window][Debug##Default]
Pos=60,60
Size=400,400
Collapsed=0

[Window][Example Window]
Pos=373,58
Size=826,641
Collapsed=0
DockId=0xCDC34B94,0

[Window][Example Window2]
Pos=1,58
Size=370,641
Collapsed=0
DockId=0xCDC34B94,1

[Docking][Data]
DockSpace ID=0xCDC34B94 Window=0x41896AB8 Pos=1210,695 Size=1548,791 CentralNode=1 Selected=0x26217AFD

0 comments on commit 086cfbc

Please sign in to comment.