Page 1 of 1

customize gimx launcher with C#

Posted: Sun Feb 03, 2019 7:55 pm
by Davros
hi
i am a C# developer , is there any way to customize gimx launcher with C# or expand that with C# or build a new one. :?: :!:
i dont know any thing about C++. :\

Re: customize gimx launcher with C#

Posted: Sun Feb 03, 2019 8:02 pm
by Davros
is CronusMAX a advance version of gimx?

Re: customize gimx launcher with C#

Posted: Sun Feb 03, 2019 8:06 pm
by Matlo
Moved to the dev section.

What would you like to customize?

cronusmax is not tied in any way to gimx.

Re: customize gimx launcher with C#

Posted: Sun Feb 03, 2019 8:18 pm
by Davros
i wanna add a rgb led to the Gimx for each profile user select.
a WPF project for better User Interface.
i can develop a really good WPF program , but i dont know any thing about Gimx-Luncher C++ components. i need a someting like a API or a liberay for working with Gimx Adaptor.
Can you tell me about technoloy cronusmax use?

Re: customize gimx launcher with C#

Posted: Sun Feb 03, 2019 8:42 pm
by Matlo
If you want to learn more about the GIMX internals you can look at the source code: https://github.com/matlo/GIMX/

Re: customize gimx launcher with C#

Posted: Sun Feb 03, 2019 8:57 pm
by Davros
Which file is about program that write in arduino (like sketch files)?
in wpf we have xml file for UI in c++ which of them about ui?

Re: customize gimx launcher with C#

Posted: Sun Feb 03, 2019 9:49 pm
by Matlo
GIMX has wxWidgets GUI for the frontend. The backend is an application written in C (source code is in the core folder). It is difficult to make GIMX control an LED without modifying the backend. You could parse the gimx.exe messages, but it looks complicated.

Please use the reply button when answering last post.