bflattened / bflat

C# as you know it but with Go-inspired tooling (small, selfcontained, and native executables)
GNU Affero General Public License v3.0
3.63k stars 104 forks source link

Does bflat run on consoles? #106

Closed markusstephanides closed 11 months ago

markusstephanides commented 1 year ago

Hi! I'm researching about using C# for games on desktop and consoles. Does bflat currently support consoles or is it planned for the future? If not are there other options?

Many thanks!

MichalStrehovsky commented 1 year ago

Consoles require various private sdks that are available only under non-disclosure agreements. I don't have access to those. Bflat is based on NativeAOT and it is possible to do that. But you either have to do the port yourself or reach out to someone who has it. E.g. https://github.com/FNA-XNA/FNA/wiki/Appendix-B:-FNA-on-Consoles