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

Create code-only MonoGame Forms tutorial #586

Open
vchelaru opened this issue Feb 11, 2025 · 0 comments
Open

Create code-only MonoGame Forms tutorial #586

vchelaru opened this issue Feb 11, 2025 · 0 comments

Comments

@vchelaru
Copy link
Owner

vchelaru commented Feb 11, 2025

This topic should include:

  • Initial setup (nuget, Init/Update/Draw, Root). high level and link to other docs
  • Create initial controls like Button, TextBox, CheckBox, and Radio Buttons
    • Set Button Text
    • TextBox Placeholder
    • RadioButton Groups
  • Show how to handle in these controls
    • Button.Click
  • Show how to populate ListBox and ComboBox
    • Using Items
    • Templates
  • Gamepad Support - give initial tutorial, link to full document
  • Styling - give initial tutorial, link to full document
  • MVVM/Binding - give initial tutorial, we need a full document

This requires the following new features:

  1. Add Label code-only
  2. Add StackPanel code-only
  3. Add FrameworkElement Root support in Update
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

1 participant