Language Selection

English French German Italian Portuguese Spanish

Games: Amanita Design, 7 Days to Die, Blender

Filed under
Gaming
  • Amanita Design return to Linux with the surprise new release of Pilgrims

    Amanita Design are the developers of games including Machinarium, Botanicula, Samorost and more. Today, they released Pilgrims, a playful adventure game and it supports Linux. Note: Key from the developer.

    Seems they've now moved over to using the Unity game engine, which has likely helped them support Linux again as previous titles used a mix of Flash and Adobe Air. As for Pilgrims, I had honestly not heard of it at all so it was quite a surprise to see it in the GamingOnLinux inbox this morning. Seems they were a bit sneaky and just stealth released it!

  • The survival game 7 Days to Die has a huge new experimental release out

    A day some of our readers have been eagerly awaiting, 7 Days to Die has a big Alpha 18 experimental build available to try. It's an absolutely massive release as usual, as they leave it a long time before updates.

    Performance has been a bit of a focus for this release. Thankfully. A new Occlusion System made it in, so that a lot of things that are on-screen but not visible to you don't actually render to improve FPS. However, they said it adds "some minor popping artifacts, where occluded objects may take a moment to appear" and so it's a setting you can turn off. The Unity game engine was updated to Unity 2019.1 as well, which should prevent a lot of the hitching seen before with better "Garbage Collection". There's plenty more performance work that went in, which all sounds pretty great. While the gameplay in 7 Days to Die has been fun for a long time, performance has been a serious weak point for it.

    The item schematic system is back in the game. Meaning on your travels you can now find them and permanently unlock how to craft certain items and entire groups of items. The early game should be a bit more forgiving on encumbrance, as they've removed a whole row and there's pocket mods to craft for clothing to reduce encumbrance early on. HD icons were added for all blocks and items, a new terrain shader, improved reflections, a coyote and mountain lion were added, Zombies can ragdoll when they fall and the list just keeps going on.

  • The Blender team have secured even more funding, this time from NVIDIA

    Following on from Ubisoft and Epic Games becoming Blender sponsors, NVIDIA have also thrown a bucket full on money into the ring.

NVIDIA Begins Funding Blender Development

  • NVIDIA Begins Funding Blender Development

    NVIDIA is the latest high profile company now contributing significant funds for advancing the open-source Blender 3D modeling software.

    NVIDIA has joined Epic Games at the premiere "patron" level in which they are contributing at least €120k per year. NVIDIA and Epic are the two companies contributing the most to Blender's Development Fund but also making significant contributions are the likes of Ubisoft, Google, Ubuntu, Intel Software, Valve, and others.

Nvidia starts funding Blender development

  • Nvidia starts funding Blender development

    Blender is an open-source, 3-D creation suite that specializes in modeling, simulation, animation, rendering, and video tracking. With a tag line of ‘Blender, made by you,’ the makers acknowledge the fact that developers belonging to different fields have taken part in the development of this software. You can get to know more about the latest version of Blender by clicking here.

    It is also worth mentioning that Nvidia now resides at the Patron level of the Blender Foundation Development Fund, which means that it has to give at least $120k of fundings per year. Accordingly, Blender announced that they would be hiring two developers from the finances they will get from Nvidia. Also, these developers will be working on Blender itself and improving support for GPUs made by Nvidia.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

More in Tux Machines

digiKam 7.7.0 is released

After three months of active maintenance and another bug triage, the digiKam team is proud to present version 7.7.0 of its open source digital photo manager. See below the list of most important features coming with this release. Read more

Dilution and Misuse of the "Linux" Brand

Samsung, Red Hat to Work on Linux Drivers for Future Tech

The metaverse is expected to uproot system design as we know it, and Samsung is one of many hardware vendors re-imagining data center infrastructure in preparation for a parallel 3D world. Samsung is working on new memory technologies that provide faster bandwidth inside hardware for data to travel between CPUs, storage and other computing resources. The company also announced it was partnering with Red Hat to ensure these technologies have Linux compatibility. Read more

today's howtos

  • How to install go1.19beta on Ubuntu 22.04 – NextGenTips

    In this tutorial, we are going to explore how to install go on Ubuntu 22.04 Golang is an open-source programming language that is easy to learn and use. It is built-in concurrency and has a robust standard library. It is reliable, builds fast, and efficient software that scales fast. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel-type systems enable flexible and modular program constructions. Go compiles quickly to machine code and has the convenience of garbage collection and the power of run-time reflection. In this guide, we are going to learn how to install golang 1.19beta on Ubuntu 22.04. Go 1.19beta1 is not yet released. There is so much work in progress with all the documentation.

  • molecule test: failed to connect to bus in systemd container - openQA bites

    Ansible Molecule is a project to help you test your ansible roles. I’m using molecule for automatically testing the ansible roles of geekoops.

  • How To Install MongoDB on AlmaLinux 9 - idroot

    In this tutorial, we will show you how to install MongoDB on AlmaLinux 9. For those of you who didn’t know, MongoDB is a high-performance, highly scalable document-oriented NoSQL database. Unlike in SQL databases where data is stored in rows and columns inside tables, in MongoDB, data is structured in JSON-like format inside records which are referred to as documents. The open-source attribute of MongoDB as a database software makes it an ideal candidate for almost any database-related project. This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo‘ to the commands to get root privileges. I will show you the step-by-step installation of the MongoDB NoSQL database on AlmaLinux 9. You can follow the same instructions for CentOS and Rocky Linux.

  • An introduction (and how-to) to Plugin Loader for the Steam Deck. - Invidious
  • Self-host a Ghost Blog With Traefik

    Ghost is a very popular open-source content management system. Started as an alternative to WordPress and it went on to become an alternative to Substack by focusing on membership and newsletter. The creators of Ghost offer managed Pro hosting but it may not fit everyone's budget. Alternatively, you can self-host it on your own cloud servers. On Linux handbook, we already have a guide on deploying Ghost with Docker in a reverse proxy setup. Instead of Ngnix reverse proxy, you can also use another software called Traefik with Docker. It is a popular open-source cloud-native application proxy, API Gateway, Edge-router, and more. I use Traefik to secure my websites using an SSL certificate obtained from Let's Encrypt. Once deployed, Traefik can automatically manage your certificates and their renewals. In this tutorial, I'll share the necessary steps for deploying a Ghost blog with Docker and Traefik.