You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The only bedrock related app_params currently supported are:
MC_BEDROCK_SWITCH
MC_BEDROCK_ANDROID
MC_BEDROCK_IOS
Missing Platforms
There are several platforms still missing that need support:
MC_BEDROCK_OSX (MacOS)
MC_BEDROCK_AMAZON (Amazon Fire TV Stick — yes, Bedrock runs on that!)
MC_BEDROCK_GEARVR (Gear VR)
MC_BEDROCK_UWP (Universal Windows Platform)
MC_BEDROCK_WIN32 (Windows 32-bit)
MC_BEDROCK_DEDICATED (Dedicated servers like BDS)
MC_BEDROCK_SONY (PlayStation)
MC_BEDROCK_NX (Nintendo Switch)
MC_BEDROCK_WINDOWS_PHONE (Windows Phone)
MC_BEDROCK_LINUX (Linux)
MC_BEDROCK_UNKNOWN (Unknown or unclassified)
While public builds may not exist for all of these platforms, they still require proper support in the library.
Proposed Change
The app_params currently reside in the xal crate, which might not be the best place for them. Since some of these are directly related to Bedrock, a better approach could be to move them to the bedrock-rs crate, which is more specialized for such tasks.
This separation would keep the xal crate more focused and maintain cleaner organization across the project.
Challenges
I currently do not have a clear source for the app_param details for the missing platforms.
Collaboration or further research might be necessary to gather these details.
Request
Extend app_params to include the missing platforms.
Consider moving Bedrock-specific app_params to the bedrock-rs crate for better organization.
Provide any available details or guidance on where to obtain the missing app_param information for unsupported platforms.
The text was updated successfully, but these errors were encountered:
Current Situation
The only bedrock related
app_params
currently supported are:MC_BEDROCK_SWITCH
MC_BEDROCK_ANDROID
MC_BEDROCK_IOS
Missing Platforms
There are several platforms still missing that need support:
MC_BEDROCK_OSX
(MacOS)MC_BEDROCK_AMAZON
(Amazon Fire TV Stick — yes, Bedrock runs on that!)MC_BEDROCK_GEARVR
(Gear VR)MC_BEDROCK_UWP
(Universal Windows Platform)MC_BEDROCK_WIN32
(Windows 32-bit)MC_BEDROCK_DEDICATED
(Dedicated servers like BDS)MC_BEDROCK_SONY
(PlayStation)MC_BEDROCK_NX
(Nintendo Switch)MC_BEDROCK_WINDOWS_PHONE
(Windows Phone)MC_BEDROCK_LINUX
(Linux)MC_BEDROCK_UNKNOWN
(Unknown or unclassified)While public builds may not exist for all of these platforms, they still require proper support in the library.
Proposed Change
The
app_params
currently reside in thexal
crate, which might not be the best place for them. Since some of these are directly related to Bedrock, a better approach could be to move them to thebedrock-rs
crate, which is more specialized for such tasks.This separation would keep the
xal
crate more focused and maintain cleaner organization across the project.Challenges
app_param
details for the missing platforms.Request
app_params
to include the missing platforms.app_params
to thebedrock-rs
crate for better organization.app_param
information for unsupported platforms.The text was updated successfully, but these errors were encountered: