mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2026-03-22 04:06:18 +00:00
22 lines
722 B
Markdown
22 lines
722 B
Markdown

|
|
|
|
# Cyberarm's Linux Friendly W3D Hub Launcher
|
|
It runs natively on Linux! No mucking about trying to get .NET 4.6.1 or something installed in wine.
|
|
Only requires OpenGL, Ruby, and a few gems.
|
|
|
|
## Download
|
|
[Download pre-built binaries.](https://github.com/cyberarm/w3d_hub_linux_launcher/releases)
|
|
|
|
## Development
|
|
|
|
### Installing
|
|
* Install Ruby 3.4+, from your package manager.
|
|
* Install Gosu's [dependencies](https://github.com/gosu/gosu/wiki/Getting-Started-on-Linux).
|
|
* Install required gems: `bundle install`
|
|
|
|
### Usage
|
|
`ruby w3d_hub_linux_launcher.rb`
|
|
|
|
### Contributing
|
|
Contributors welcome.
|