Talk about anything concerning the source code.
-
Davros
- Posts: 19
- Joined: Sat Jan 26, 2019 11:01 am
Post
by Davros » Sun Feb 03, 2019 7:55 pm
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
Post
by Davros » Sun Feb 03, 2019 8:02 pm
is CronusMAX a advance version of gimx?
-
Matlo
- Posts: 5163
- Joined: Wed Jul 06, 2011 7:01 am
- Location: France
-
Contact:
Post
by Matlo » Sun Feb 03, 2019 8:06 pm
Moved to the dev section.
What would you like to customize?
cronusmax is not tied in any way to gimx.
-
Davros
- Posts: 19
- Joined: Sat Jan 26, 2019 11:01 am
Post
by Davros » Sun Feb 03, 2019 8:18 pm
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?
-
Davros
- Posts: 19
- Joined: Sat Jan 26, 2019 11:01 am
Post
by Davros » Sun Feb 03, 2019 8:57 pm
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?
-
Matlo
- Posts: 5163
- Joined: Wed Jul 06, 2011 7:01 am
- Location: France
-
Contact:
Post
by Matlo » Sun Feb 03, 2019 9:49 pm
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.