customize gimx launcher with C#

Talk about anything concerning the source code.
Post Reply
Davros
Posts: 19
Joined: Sat Jan 26, 2019 11:01 am

customize gimx launcher with C#

Post 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++. :\
Davros
Posts: 19
Joined: Sat Jan 26, 2019 11:01 am

Re: customize gimx launcher with C#

Post by Davros »

is CronusMAX a advance version of gimx?
User avatar
Matlo
Posts: 5768
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: customize gimx launcher with C#

Post by Matlo »

Moved to the dev section.

What would you like to customize?

cronusmax is not tied in any way to gimx.
GIMX creator
Davros
Posts: 19
Joined: Sat Jan 26, 2019 11:01 am

Re: customize gimx launcher with C#

Post 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?
User avatar
Matlo
Posts: 5768
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: customize gimx launcher with C#

Post by Matlo »

If you want to learn more about the GIMX internals you can look at the source code: https://github.com/matlo/GIMX/
GIMX creator
Davros
Posts: 19
Joined: Sat Jan 26, 2019 11:01 am

Re: customize gimx launcher with C#

Post 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?
User avatar
Matlo
Posts: 5768
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: customize gimx launcher with C#

Post 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.
GIMX creator
Post Reply