Blips Game Music Packs
Topic

Game Development

article image
News

Zed code editor now available on Linux

Zed is a relatively new entry in the code editor space, designed as a high-performance text editor written in the Rust programming language. It is made by the creators of Atom, Tree-sitter, and the Electron software platform. Zed is an open source project created as an alternative to existing code editors like Visual Studio Code or Sublime Text. One of its major selling points is its performance, enabling developers to launch the editor instantly, load files quickly, and receive immediate responses to keystrokes. According to the developers, this performance is achieved by leveraging every CPU core using Rust's unique features and by utilizing Zed's own GPUI framework. This framework renders the entire window on the GPU, similarly to how graphics are processed in a 3D video game.

Published: 15. Jul. 2024
article image
News

Rizom UV 2024 Released - The Most Significant Update in Years

Rizom-Lab has released RizomUV 2024, calling it the biggest upgrade since 2018. RizomUV is a comprehensive UV mapping application designed to integrate seamlessly with 3D content creation tools like Blender and Maya. It offers a fast workflow, significantly reducing the time typically spent on UV mapping in other applications. The latest update introduces a range of innovative features designed to enhance the user experience and streamline the UV mapping process. One of the standout features is the improved user interface (UI), which now supports HDPI with variable DPI on all platforms, ensuring sharp UI elements. The update also includes full UI scaling and zoom, allowing users to customize their workspace to their preference.

Published: 1. Jul. 2024
article image
News

Defold gains support for the Teal programming language

The Defold game engine has recently received an update, adding support for the Teal programming language. Teal is a typed dialect of Lua, which is the default scripting language in Defold. Similar to how TypeScript benefits JavaScript developers, Teal helps improve the code quality and reliability of Lua. This addition is part of the new initial support for Lua transpilers in the build pipeline. Currently, this support is limited to transpilation and does not include automatic extern generation for Defold's Lua APIs. Consequently, it is better suited for writing type-safe standalone logic rather than interacting directly with the Defold runtime. Nevertheless, Teal does provide the option to manually write the necessary externs.

Published: 3. Jun. 2024