4

How To modify the user Interface of the Open studio [closed]

I want to change the menu options and rearrange the components of the UI ... How can i change the code and which part of the code to change ?

riteshsahoo's avatar
235
riteshsahoo
asked 2020-06-03 04:00:27 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2020-06-03 14:13:13 -0500
edit flag offensive 0 remove flag reopen merge delete

Closed for the following reason "the question is answered, right answer was accepted" by riteshsahoo 2020-06-06 04:41:07 -0500

Comments

add a comment see more comments

1 Answer

3

The code is public and open-source.

Github repo here: https://github.com/NREL/OpenStudioApp...

App code in the src folder: https://github.com/NREL/OpenStudioApp... You'll need some development experience to move things around in the UI, and will need rebuild the application yourself.

mdahlhausen's avatar
9.5k
mdahlhausen
answered 2020-06-03 11:53:09 -0500
edit flag offensive 0 remove flag delete link

Comments

d:\mydata\sahoo.ritesh.conan\data\fmt\6.0.0__\build\e0a02d496bbb652b6295152dfce0d3937acc0b56\source_subfolder\include\fmt\core.h(769): fatal error C1903: unable to recover from previous error(s); stopping compilation (D:\MyData\sahoo.ritesh.conan\data\fmt\6.0.0__\build\e0a02d496bbb652b6295152dfce0d3937acc0b56\source_subfolder\src\format.cc) [D:\MyData\sahoo.ritesh.conan\data\fmt\6.0.0__\build\e0a02d496bbb652b6295152dfce0d3937acc0b56\build_subfolder\source_subfolder\fmt.vcxproj]

fmt/6.0.0:

openstudio_ruby/2.5.5@nrel/stable: WARN: Readline (hence GDBM) will not work on MSVC right n

riteshsahoo's avatar riteshsahoo (2020-06-03 21:42:52 -0500) edit

When i am compiling i get this error ... is there any references for updating the APP UI ? any sort of help manual for the code

riteshsahoo's avatar riteshsahoo (2020-06-03 21:43:54 -0500) edit

No references that I'm aware of. There is some documentation in the repo. NREL is no longer maintaining the app - I'd suggest contacting the openstudio coalition about UI design changes and guidance on chaning the UI.

mdahlhausen's avatar mdahlhausen (2020-06-04 09:36:24 -0500) edit
add a comment see more comments