To be clear this is not supported by Valve, use at your own risk.
This issue tracker isn't for general discussions, please use http://steamcommunity.com/app/221410/discussions/ to talk all things Steam and Linux.
I was rather Hoping for something more *_Officially supported_ ie derived by such a project , ie direct from steam as an enhancement for steam windows games on wine in Linux down the road... with IE less risk . I'd preferably have it as a built in option or as downloadable feature pack for Linux steam from Valve directly long-term . that's all I was intending to ask and I admit i forgot to add that as a subcontinent , that down the road , something more official, than a hack , ie a more official enhancement...
There are open feature requests here for better Wine support, cross-platform library sharing and more.
steam_api_proxy.dllx1 2015-04
https://github.com/sirnuke/steambridge
SteamBridge
What is SteamBridge?
SteamBridge is a forbidden love story between two star-crossed lovers.
Windows Steam applications running in Wine, but residing side-by-side
with their native Steam brethren? It's an affair too scandalizing to
even speak of in public. But will Steam's powerful father object?
AND
SteamBridge is a cover for a secret government investigation into the
calling conventions on Windows and Linux. The reports are classified;
rumored to contain fierce arguments about how to return values, and
complaints that masochism isn't covered by Work's Comp.
AND
SteamBridge lets you run Steam applications on Linux using Wine, while
still using the native Steam client. The goal is allowing Linux users
access to their Windows library without having to switch clients.
More technically, SteamBridge is primarily a two part recreation of
the Steam API DLL that acts a proxy between Wine and the Linux-native
Steam client.
A few words of warning
Will using SteamBridge get my Steam account banned?
Don't know! It arguably breaks the letter of the Steam Subscriber
Agreement, though not the spirit. Unless Valve clarifies, don't use
this with a real account. I recommend taking the SteamBridge User pledge:
The SteamBridge User Pledge
I, [state your name], have done many stupid things, such as:
big deal."
But I won't use SteamBridge with an account of importance. I understand
Valve has the ability, and potentially the cause, to swing the banhammer.
Will this net me a VAC ban?
Unknown Steam DLLs? That's a paddlin'. Non-VAC games should be safe.
Enough of all that, down the rabbit hole
Compiling the Windows Proxy DLL
Proxy needs a Windows environment with Visual Studio. Visual Studio
2010 Express is used for development, and is a good, safe, free choice.
Compiling the Linux Bridge Library
Bridge needs a Linux environment that can compile 32-bit binaries. You'll
also need the normal build tools, plus Wine & its development headers.
SteamBridge installs with a script to manage applications. steambridge
download will configure Linux Steam to download a Windows application,
steambridge setup will setup it up once downloaded, and steambridge
execute will run it.
Alright, let's play
Compilation
and copy Release/steam_api_proxy.dll back to Linux
system by default, rather than just your home directory
Execution
to manually add the appid as a parameter to steambridge execute.
Notes
As of this release, many applications cannot be downloaded through
SteamBridge. SteamPlay and applications using multiple appids seem
to be notable culprits. You can also download an application through
Windows Steam running inside of Wine, and copy appmanifest_XXXX.acf
and installation to their corresponding directories under
~/.steam/root/SteamApps/.
Regardless of how the application is downloaded, it appears the Windows
Steam client still needs to be installed in the Wine prefix used with
SteamBridge. Further investigation is ongoing.
SteamBridge depends on the Visual C++ runtime. Wine includes an
implementation of this runtime, which works correctly in most cases.
On my test machine, the real runtime is needed when running a SteamBridge
application through Steam. The easiest way to get this is to download
winetricks and run winetricks vcrunXXXX where XXXX corresponds to
the version of Visual Studio.
Review the documentation directory for more detailed notes and
information about SteamBridge.