All Projects → hmlendea → Geforcenow Electron

hmlendea / Geforcenow Electron

Licence: cc0-1.0
Linux Desktop client for Nvidia's GeForce NOW game streaming service

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Geforcenow Electron

Cuda
Experiments with CUDA and Rust
Stars: ✭ 31 (-64.37%)
Mutual labels:  nvidia
Hidden Miner Builder
Hidden miner builder
Stars: ✭ 58 (-33.33%)
Mutual labels:  nvidia
Flexcli
FlexCLI is a C++/CLI interface to access NVidia Flex from .Net environments like C#, IronPython, VB etc. FlexHopper is a plugin for Grasshopper built on top of FlexCLI
Stars: ✭ 75 (-13.79%)
Mutual labels:  nvidia
Gpudashboard
A simple dashboard for NVIDIA GPU
Stars: ✭ 37 (-57.47%)
Mutual labels:  nvidia
Nvidiagpubeat
nvidiagpubeat is an elastic beat that uses NVIDIA System Management Interface (nvidia-smi) to monitor NVIDIA GPU devices and can ingest metrics into Elastic search cluster, with support for both 6.x and 7.x versions of beats. nvidia-smi is a command line utility, based on top of the NVIDIA Management Library (NVML), intended to aid in the management and monitoring of NVIDIA GPU devices.
Stars: ✭ 44 (-49.43%)
Mutual labels:  nvidia
Nvidia System Monitor Qt
Task Manager for Linux for Nvidia graphics cards
Stars: ✭ 61 (-29.89%)
Mutual labels:  nvidia
Jetson stats
📊 Simple package for monitoring and control your NVIDIA Jetson [Xavier NX, Nano, AGX Xavier, TX1, TX2]
Stars: ✭ 908 (+943.68%)
Mutual labels:  nvidia
Waifu2x Ncnn Vulkan
waifu2x converter ncnn version, runs fast on intel / amd / nvidia GPU with vulkan
Stars: ✭ 1,258 (+1345.98%)
Mutual labels:  nvidia
Multiple Smi
Python bindings for pyNVML and psutil library over network
Stars: ✭ 49 (-43.68%)
Mutual labels:  nvidia
Parenchyma
An extensible HPC framework for CUDA, OpenCL and native CPU.
Stars: ✭ 71 (-18.39%)
Mutual labels:  nvidia
Fractional differencing gpu
Rapid large-scale fractional differencing with RAPIDS to minimize memory loss while making a time series stationary. 6x-400x speed up over CPU implementation.
Stars: ✭ 38 (-56.32%)
Mutual labels:  nvidia
Pyoptix
Python wrapper for NVIDIA OptiX Ray Tracing Engine
Stars: ✭ 42 (-51.72%)
Mutual labels:  nvidia
Obs Streamfx
StreamFX is a plugin for OBS Studio which adds many new effects, filters, sources, transitions and encoders - all for free! Be it 3D Transform, Blur, complex Masking, or even custom shaders, you'll find it all here.
Stars: ✭ 1,128 (+1196.55%)
Mutual labels:  nvidia
Coreos Nvidia
Yet another NVIDIA driver container for Container Linux (aka CoreOS)
Stars: ✭ 36 (-58.62%)
Mutual labels:  nvidia
Nplusminer
NPlusMiner + GUI | NVIDIA/AMD/CPU miner | AI | Autoupdate | MultiRig remote management
Stars: ✭ 75 (-13.79%)
Mutual labels:  nvidia
Purge Wrangler
AMD & NVIDIA eGPUs for all Thunderbolt Macs.
Stars: ✭ 960 (+1003.45%)
Mutual labels:  nvidia
Optix Path Tracer
OptiX Path Tracer
Stars: ✭ 60 (-31.03%)
Mutual labels:  nvidia
Deep Learning Boot Camp
A community run, 5-day PyTorch Deep Learning Bootcamp
Stars: ✭ 1,270 (+1359.77%)
Mutual labels:  nvidia
Shadowreplay Linux
Shadowplay's Replay Feature On Linux For Nvidia, AMD and Intel
Stars: ✭ 79 (-9.2%)
Mutual labels:  nvidia
Mate Optimus
NVIDIA Optimus GPU switcher
Stars: ✭ 70 (-19.54%)
Mutual labels:  nvidia

Support this on Patreon Donate through PayPal

About

GeForce Now application written in Electron, wrapping around the GFN web browser implementation.

Manual Installation

  • Go to the latest release.
  • Download the specific file that best fits your disto.

Usage

If you've installed it through your package manager, then it should already contain a launcher for it. Otherwise, run the geforcenow binary.

To toggle full-screen mode, use the Super + F keyboard shortcut.

Building from source

Requirements

You will need to install npm, the Node.js package manager. On most distributions, the package is simply called npm.

Cloning the source code

Once you have npm, clone the wrapper to a convenient location:

git clone https://github.com/hmlendea/geforcenow-electron.git

Building

cd geforcenow-electron
npm install
npm start

On subsequent runs, npm start will be all that's required.

Updating

Simply pull the latest version of master and install any changed dependencies:

cd geforcenow-electron
git checkout master
git pull
npm install
npm start

Support this on Patreon Donate through PayPal

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].