YoshihiroIto / Biaui

WPF dark theme and controls for .NET Core and .NET Framework
MIT License
146 stars 10 forks source link

Need tutorial #1

Open esengine opened 4 years ago

esengine commented 4 years ago

This is a good project and I hope it has a tutorial to help me get started。such as I want to use this NodeEditor, but I cannot get started

YoshihiroIto commented 4 years ago

Thank you for your interest in Biaui. As you say, there is currently no NodeEditor tutorial. I'm sorry.

The Biaui.Controls.Mock in Biaui.sln included in this repository shows how to use NodeEditor. I hope you find it helpful until the tutorial is available.

Thank you.

esengine commented 4 years ago

Will this project support the .net framework in the future? My project is based on .netframework 4.7.2. Difficult to report to .netcore. I am very interested in this project, and if you can maintain it for a long time, I am willing to sponsor more.

YoshihiroIto commented 4 years ago

Biaui previously supported both .NET Framework and .NET Core. However, maintenance for both supports was expensive. As a result, I have now dropped support for the .NET Framework.

But I realized that Biaui needed to support the .NET Framework again.

I have decided to support the .NET Framework again in a future version. This work will start next month or later due to my schedule. I want to start as soon as possible.

If you want to try the .NET Framework supported version now

https://github.com/YoshihiroIto/Biaui/commit/18d9ab4614f71e1ad624ca8523123b9b5dd32244

This commit is the final version of .NET Framework support. Although it is .Net Framework4.8, I think it is not difficult to port to .Net Framework4.7.2. You can try.

And I'm really glad to you sponsor me. Thank you very much.

YoshihiroIto commented 4 years ago

@esengine

Hi! I just finished working for targeting .NET Framework. But the tests are not enough. Reports are always welcome.

Thank you.

JohannesGrunedal commented 4 years ago

Great work! Thanks for keeping me updated.

Regards Johannes

On Tue, 11 Feb 2020, 08:12 Yoshihiro Ito, notifications@github.com wrote:

@esengine https://github.com/esengine

Hi! I just finished working for targeting .NET Framework. But the tests are not enough. Reports are always welcome.

Thank you.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/YoshihiroIto/Biaui/issues/1?email_source=notifications&email_token=AGD5YIQR2TKFEABZQBYRWDTRCJFUPA5CNFSM4KRHTYD2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOELLNBWQ#issuecomment-584503514, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGD5YITOEKQHUG3ENJTR2BLRCJFUPANCNFSM4KRHTYDQ .

esengine commented 4 years ago

This is really great. I will continue my project and use him during the weekend. You are very efficient and you do well!

esengine commented 4 years ago

image

I tried to replace it, very good project.

YoshihiroIto commented 4 years ago

@esengine

Nice screenshot of your game editor. I am very happy with your report like this.

Does the text editor on the right side of the screenshot use AvalonEdit? If it's AvalonEdit, there is a DarkStyle C # theme for AvalonEdit that I created.

Available if you want. It is not included in Biaui, so copy and use the file yourself. You can also modify it yourself. https://github.com/YoshihiroIto/Biaui/blob/master/Biaui/source/Biaui.Showcase/Xshd/CSharp-Mode.xshd

Here is the initialization. https://github.com/YoshihiroIto/Biaui/blob/4c1befacb455fba87c664ed56da3559742c5178f/Biaui/source/Biaui.Showcase/TextEditor.cs#L35-L36

There is another initialization in my different project. https://github.com/YoshihiroIto/JitPad/blob/94aa1e74b8ca08ea8605ec4acb604e46919d8d8a/JitPad/App.xaml.cs#L74-L78

Note: The text editor on the left of this screenshot. JitPad

esengine commented 4 years ago

image

Thank you very much for your help. Now it looks like our editor style is the same. Very cool