Blips Game Music Packs
Topic

Game Development

article image
News

Game UI Database 2.0 - A useful resource for designing better game UIs

The Game UI Database is a free online resource designed specifically for game UI/UX designers, but it can be equally useful for anyone looking to create better UIs for their games. Created by Edd Coates, a Lead UI/UX Designer at Radical Forge, it serves as a valuable tool for finding inspiration and quickly searching for reference materials. The database is one of the top resources in its field, featuring over a thousand games and more than 55,000 screenshots and videos. It offers references for various UI elements, including title screens, system menus, stage and level selection, stats, inventory, maps, controls, and more. Users can explore the catalog by game genre, theme, aesthetic, and camera perspective.

Published: 12. Aug. 2024
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