Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need tutorial #1

Open
esengine opened this issue Feb 7, 2020 · 9 comments
Open

Need tutorial #1

esengine opened this issue Feb 7, 2020 · 9 comments

Comments

@esengine
Copy link

esengine commented Feb 7, 2020

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
Copy link
Owner

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
Copy link
Author

esengine commented Feb 8, 2020

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
Copy link
Owner

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

18d9ab4

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
Copy link
Owner

@esengine

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

Thank you.

@JohannesGrunedal
Copy link

JohannesGrunedal commented Feb 11, 2020 via email

@esengine
Copy link
Author

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

@esengine
Copy link
Author

image

I tried to replace it, very good project.

@YoshihiroIto
Copy link
Owner

@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.

using var reader = new XmlTextReader(new MemoryStream(Properties.Resources.CSharp_Mode));
SyntaxHighlighting = HighlightingLoader.Load(reader, HighlightingManager.Instance);

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
Copy link
Author

image

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants