All Projects → Merrit → Nyrna

Merrit / Nyrna

Licence: gpl-3.0
Nyrna - Suspend games and applications.

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to Nyrna

YetAnotherKeyDisplayer
The application for displaying pressed keys of the keyboard
Stars: ✭ 88 (-70.96%)
Mutual labels:  utility, games
Yarneditor
A tool for writing interactive dialogue in games!
Stars: ✭ 292 (-3.63%)
Mutual labels:  games
Glas
WebGL in WebAssembly with AssemblyScript
Stars: ✭ 278 (-8.25%)
Mutual labels:  games
Length.js
📏 JavaScript library for length units conversion.
Stars: ✭ 292 (-3.63%)
Mutual labels:  utility
Spring Boot Mysql Rest Api Tutorial
Building a Restful CRUD API using Spring Boot, Mysql, JPA and Hibernate
Stars: ✭ 279 (-7.92%)
Mutual labels:  hibernate
Project Skylines
procedural retro 3d game, winner of the GitHub Gameoff 2017
Stars: ✭ 293 (-3.3%)
Mutual labels:  games
Quiz Game
Multiple choice questions answer game for android (Quiz game).
Stars: ✭ 277 (-8.58%)
Mutual labels:  games
Hibernate Ogm
Hibernate OGM - Domain model persistence for NoSQL datastores
Stars: ✭ 299 (-1.32%)
Mutual labels:  hibernate
Borderless Gaming
Play your favorite games in a borderless window; no more time consuming alt-tabs.
Stars: ✭ 3,452 (+1039.27%)
Mutual labels:  games
Senparc.co2net
支持 .NET Framework & .NET Core 的公共基础扩展库
Stars: ✭ 289 (-4.62%)
Mutual labels:  utility
Redisson
Redisson - Redis Java client with features of In-Memory Data Grid. Over 50 Redis based Java objects and services: Set, Multimap, SortedSet, Map, List, Queue, Deque, Semaphore, Lock, AtomicLong, Map Reduce, Publish / Subscribe, Bloom filter, Spring Cache, Tomcat, Scheduler, JCache API, Hibernate, MyBatis, RPC, local cache ...
Stars: ✭ 17,972 (+5831.35%)
Mutual labels:  hibernate
Nomino
Batch rename utility for developers
Stars: ✭ 282 (-6.93%)
Mutual labels:  utility
Extramaputils
🌍 the simple utility for google maps in android
Stars: ✭ 293 (-3.3%)
Mutual labels:  utility
Lobash
A modern, safe, powerful utility library for Bash script development.
Stars: ✭ 280 (-7.59%)
Mutual labels:  utility
Gdk For Unity
SpatialOS GDK for Unity
Stars: ✭ 296 (-2.31%)
Mutual labels:  games
Games
Create interesting games by pure python.
Stars: ✭ 3,431 (+1032.34%)
Mutual labels:  games
Crafty
JavaScript Game Engine
Stars: ✭ 3,061 (+910.23%)
Mutual labels:  games
Angularjs Springmvc Sample
A RESTful sample using AnguarJS/Bootstrap as frontend and Spring MVC as REST API producer
Stars: ✭ 292 (-3.63%)
Mutual labels:  hibernate
Cryptocmd
Cryptocurrency historical price data library in Python. Data from https://coinmarketcap.com.
Stars: ✭ 299 (-1.32%)
Mutual labels:  utility
Cypress Vue Unit Test
A little helper to unit test Vue components in the Cypress.io E2E test runner
Stars: ✭ 298 (-1.65%)
Mutual labels:  utility

Buy Me A Coffee

Nyrna

Suspend games and applications.

Similar to the incredibly useful sleep/suspend function found in consoles like the Nintendo Switch and Sony PlayStation; suspend your game (and its resource usage) at any time, and resume whenever you wish - at the push of a button.

Nyrna can be used to suspend normal, non-game applications as well. For example:

  • 3D renders
  • video encoding
  • software compilation

The CPU and GPU resources are being used by said task - maybe for hours - when you would like to use the system for something else. With Nyrna you can suspend that program, freeing up the resources (excluding RAM) until the process is resumed, without losing where you were - like the middle of a long job, or a gaming session between save points.

Nyrna works on Linux with X11 and Microsoft Windows (tested on Windows 10).

Nyrna Website

Disclaimer

I have not had any issues using Nyrna, however keep in mind it is possible something could go wrong with an application while suspended. So please remember to always save your work and games.

FAQ

Can I suspend to disk so that I can restore after reboot / free up RAM usage / etc?

Unfortunately no. CRIU looks very promising to allow us to do this (on Linux), however it does not currently support suspending GUI applications.

Compiling

See COMPILING

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].