ID:132419
![]() Jan 15 2011, 1:40 pm
|
|
I was just curious as to why this is.
|
It does but it doesn't.
There are Linux/Mac versions of the Dream Seeker client, but they don't support many features. They are basically crippled. Once upon a time, when Byond developers were migrating away from the ailing Windows BitBlt API, OpenGL was considered as an alternative so that we could have a graphical version of the client for other systems, but for some reason they decided to go with DirectX instead which is a Windows API. |
Loduwijk wrote:
There are Linux/Mac versions of the Dream Seeker client, but they don't support many features. They are basically crippled. There hasn't been a version of DreamSeeker for Linux or Mac since before 4.0 (probably since before 3.5, but don't quote me on that). Once upon a time, when Byond developers were migrating away from the ailing Windows BitBlt API, OpenGL was considered as an alternative so that we could have a graphical version of the client for other systems, but for some reason they decided to go with DirectX instead which is a Windows API. They used OpenGL in a public release (a few, I believe) but there were apparently performance issues so they switched to DirectX. I think you can manually enable OpenGL through some config. |
I'm aware that there is a command line version for Linux and mac however you cant even use dream maker other than to compile to make world files which is only helpful for hosting, i was hoping you could at least use full dream maker like it makes it seem when you download it.
If it could run fully functional in wine at the least it would be amazing, let alone being completely for Linux |
are there any specific configurations? also what version of wine are you running? because i just tried with 1.3 an hour ago or so and it didnt work.
|
go to the linux guild page, there is a wine repository? i dont remember what those things are called. Download that and it works a little better. Although its just not worth it, use windows for byond much more compatible :)
|
We put a guide up on the Linux Guild page, have a look at it and if it's still not working, post on our forums.
http://www.byond.com/members/linuxguild |
The focus seems to be on getting a Flash client. Once this is operational BYOND will transcend all platforms and will work on Mac and Linux alike.
Until then you're going to have to run a virtual machine or dual-boot. It's sad but for all of Microsoft's crap there's one thing they've worked on a lot and that is their API. And BYOND has become so reliant on it that porting it over to another OS would be tricky. |
I would attempt to port the BYOND software to use the Qt framework, which would let it work on both Linux and Mac, but I haven't been given the opportunity.