From 110b2786012c25fd55777ae99b8403dd0f262078 Mon Sep 17 00:00:00 2001 From: "Simon (Darkside) Jackson" Date: Wed, 12 Nov 2025 15:08:23 +0000 Subject: [PATCH 1/4] November notes --- website/content/blog/2025-11-12-meeting.md | 44 ++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 website/content/blog/2025-11-12-meeting.md diff --git a/website/content/blog/2025-11-12-meeting.md b/website/content/blog/2025-11-12-meeting.md new file mode 100644 index 00000000..f2dc569f --- /dev/null +++ b/website/content/blog/2025-11-12-meeting.md @@ -0,0 +1,44 @@ +--- +title: Board Meeting Minutes - November 2025 +date: "2025-11-12" +excerpt: SHIP IT +tags: meeting +author: MonoGame Foundation +image: /images/blog/cover/monogame_foundation.png +ogImage: /images/blog/cover/monogame_foundation.png +--- + +## Attendee's + +- Dean Ellis - President +- Dominique Louis - Treasurer +- Simon Jackson - Corporate Secretary +- Tom Spilman - Banking Matters +- Marko Jeremic - Board Chairman + +## Agenda + +- `3.8.5` Ship it already. +- Funding updates, focus on outreach. +- Considering MonoGame extensions on XNA from feedback. +- DotNet 10, considering impacts and usage. +- Improving build performance, focusing testing each target ONCE. +- New content needed for the Content Pipeline, focusing on supporting strategies for console. + +## Outcomes + +- Focusing on merging final work ad get the Preview release chain started, final gate to release. +- Audio backend missing from Vulkan, DX12 - base implementation to be delivered in `3.8.5` for test. +- Existing Assimp fix to be merged, to be monitored for the future. +- Known issue with Assimp (3D import), pending work from the provider. As it is an existing issue in 3.8.4, this will be fixed after 3.8.5 release. +- Continual review of Native asset format handling, ongoing work. Moving asset compilation/decompilation on the native framework. +- Vulkan and DX 12 packaging to be generated. +- MonoGame will continue to be built with DotNet 8 for the time being, until the DotNet 10 has been tested more. Testing automation with DotNet 10 to "see how it goes". +- Ongoing review of automation processes, to maximise efficency. +- Simon to collate all the best practices for Content to showcase a new stream/show and documentation. Stay tuned! + +## Outstanding Bounties + +All current bounties are either complete or in progress. + +{% include 'partials/_blog_footer.njk' %} From cc2187d4a8addf9b35c9991bcdb7a30e5919f7ef Mon Sep 17 00:00:00 2001 From: "Simon (Darkside) Jackson" Date: Wed, 12 Nov 2025 15:20:26 +0000 Subject: [PATCH 2/4] Update website/content/blog/2025-11-12-meeting.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- website/content/blog/2025-11-12-meeting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/blog/2025-11-12-meeting.md b/website/content/blog/2025-11-12-meeting.md index f2dc569f..8bb28371 100644 --- a/website/content/blog/2025-11-12-meeting.md +++ b/website/content/blog/2025-11-12-meeting.md @@ -8,7 +8,7 @@ image: /images/blog/cover/monogame_foundation.png ogImage: /images/blog/cover/monogame_foundation.png --- -## Attendee's +## Attendees - Dean Ellis - President - Dominique Louis - Treasurer From a1d69df5ef50621aae0336bc0412bed1b54f9fae Mon Sep 17 00:00:00 2001 From: "Simon (Darkside) Jackson" Date: Wed, 12 Nov 2025 15:20:35 +0000 Subject: [PATCH 3/4] Update website/content/blog/2025-11-12-meeting.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- website/content/blog/2025-11-12-meeting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/blog/2025-11-12-meeting.md b/website/content/blog/2025-11-12-meeting.md index 8bb28371..38eea070 100644 --- a/website/content/blog/2025-11-12-meeting.md +++ b/website/content/blog/2025-11-12-meeting.md @@ -34,7 +34,7 @@ ogImage: /images/blog/cover/monogame_foundation.png - Continual review of Native asset format handling, ongoing work. Moving asset compilation/decompilation on the native framework. - Vulkan and DX 12 packaging to be generated. - MonoGame will continue to be built with DotNet 8 for the time being, until the DotNet 10 has been tested more. Testing automation with DotNet 10 to "see how it goes". -- Ongoing review of automation processes, to maximise efficency. +- Ongoing review of automation processes, to maximise efficiency. - Simon to collate all the best practices for Content to showcase a new stream/show and documentation. Stay tuned! ## Outstanding Bounties From 0a0891e8e4e6396be29733d3deed81d1c43ad08d Mon Sep 17 00:00:00 2001 From: "Simon (Darkside) Jackson" Date: Wed, 12 Nov 2025 15:20:42 +0000 Subject: [PATCH 4/4] Update website/content/blog/2025-11-12-meeting.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- website/content/blog/2025-11-12-meeting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/blog/2025-11-12-meeting.md b/website/content/blog/2025-11-12-meeting.md index 38eea070..b5a33c6c 100644 --- a/website/content/blog/2025-11-12-meeting.md +++ b/website/content/blog/2025-11-12-meeting.md @@ -27,7 +27,7 @@ ogImage: /images/blog/cover/monogame_foundation.png ## Outcomes -- Focusing on merging final work ad get the Preview release chain started, final gate to release. +- Focusing on merging final work and get the Preview release chain started, final gate to release. - Audio backend missing from Vulkan, DX12 - base implementation to be delivered in `3.8.5` for test. - Existing Assimp fix to be merged, to be monitored for the future. - Known issue with Assimp (3D import), pending work from the provider. As it is an existing issue in 3.8.4, this will be fixed after 3.8.5 release.