Search found 14 matches

by segaduck
Thu Jan 25, 2024 6:35 pm
Forum: The Dark Room
Topic: About the new frontend in development ...
Replies: 10
Views: 8744

Re: About the new frontend in development ...

However, it's a quite old version codes which I used C# Winforms and I am learning and using WPF to develop the new codes for much better outlook of the UI. WPF will definitely look WAY better than WinForms. ;) Which Framework are you using? I used the standard WPF for Microsoft in the beginning, b...
by segaduck
Tue Jan 23, 2024 5:41 pm
Forum: The Dark Room
Topic: About the new frontend in development ...
Replies: 10
Views: 8744

Re: About the new frontend in development ...

The video clip of my testing implement of Joystick input testing.

https://youtu.be/YXV8efEmFfk

However, it's a quite old version codes which I used C# Winforms and I am learning and using WPF to develop the new codes for much better outlook of the UI.
by segaduck
Tue Jan 23, 2024 5:20 pm
Forum: The Dark Room
Topic: About the new frontend in development ...
Replies: 10
Views: 8744

Re: About the new frontend in development ...

What I am struggling right now is the keys/buttons/joystick mapping UI, and wish I can find a best way to finish it ASAP. I've used SharpDX (and SharpDX.XInput and SharpDX.DirectInput) in the past to capture inputs. Though now 'archived', it may still be useful or lead you in the right direction. I...
by segaduck
Mon Jan 22, 2024 9:06 am
Forum: The Dark Room
Topic: About the new frontend in development ...
Replies: 10
Views: 8744

Re: About the new frontend in development ...

I will implement all config parameters such as -true-hz- of the latest version Supermodel for sure.
What I am struggling right now is the keys/buttons/joystick mapping UI, and wish I can find a best way to finish it ASAP.
by segaduck
Sat Jan 20, 2024 5:52 pm
Forum: The Dark Room
Topic: About the new frontend in development ...
Replies: 10
Views: 8744

Re: About the new frontend in development ...

SuerpM3UI_0121.jpg
SuerpM3UI_0121.jpg (225.73 KiB) Viewed 4490 times
by segaduck
Sat Jan 20, 2024 4:51 pm
Forum: The Dark Room
Topic: About the new frontend in development ...
Replies: 10
Views: 8744

About the new frontend in development ...

Hi everyone,

It's the new frontend i am developing right now.
I've studied C# from the beginning and try my best to develop it as possible. I know i am in a very slow pace, wish you guys will like it when I finish.
Here is what I did so far. Enjoy.

https://www.youtube.com/watch?v=OGzriGmIZ6E
by segaduck
Mon Jan 15, 2024 6:06 am
Forum: The Dark Room
Topic: About the input system
Replies: 4
Views: 6661

Re: About the input system

I am using c# WPF to write a new frontend from scratch. I would like to upload all my source codes to Github without any problem for sure. However, what I am thinking is much simpler. The solution I am thinking is as following: UI controller input --> c# frontend code --> call input.cpp as a dll lib...
by segaduck
Sun Jan 14, 2024 4:48 pm
Forum: The Catwalk
Topic: Is it possible to force the net play traffic thru IPv6 ?
Replies: 0
Views: 4908

Is it possible to force the net play traffic thru IPv6 ?

Hi,
I am wondering if it's possible to force the traffic between net play players thru IPv6 but not IPv4?
I am thinking if it will improve net play connection speed.

Thanks
by segaduck
Wed Jan 03, 2024 7:53 pm
Forum: The Dark Room
Topic: About the input system
Replies: 4
Views: 6661

Re: About the input system

Let me study the whole source code of input.cpp first.
I am thinking of recompiling the source code and use it as an library in C#.

Thank you.
by segaduck
Wed Jan 03, 2024 9:05 am
Forum: The Dark Room
Topic: About the input system
Replies: 4
Views: 6661

About the input system

Hi, everyone. I've started up a new project to develop a new GUI frontend for Supermodel emulator by using C#.net and I would like to implement a UI for input-config mapping user interface. I've already figure out how to get DirectInput, Xinput, Keyboard ...etc. and how to write into config.ini with...