Search
Sega Hints at the Inclusion of NFT and Metaverse Elements in Its ‘Super Game’ Proposal
15.4.2022
Sega, the renowned game development company based in Japan, has hinted at the use of NFT (non-fungible token) and metaverse elements in its new game proposal. Dubbed “Super Game,” this new framework includes a series of AAA games that will use the new and existing IP (intellectual...
Game Developer Group States Using NFTs in Gaming Presents Ethical Issues
4.4.2022
The International Game Developers Association (IGDA), a group integrated by a number of game developers and programmers from companies across the globe, has addressed the use of NFTs (non-fungible tokens) in the gaming industry. The director of the group has stated that the introduction of these...
Elden Ring's Minimal UI And HUD Elements Have Started Maximum Dev Debates
10.3.2022
If you’ve spent any time on the internet in the last week, you would’ve likely seen a number of intense debates happening over Elden Ring. The usual accessibility and difficulty discourse still permeates much of the conversation around the game, but the newest point of contention was actually Elden...
Creating a Risograph Grain Light Effect in Three.js
7.3.2022
Learn two ways of applying a creative grain effect to 3D elements in Three.js.
The post Creating a Risograph Grain Light Effect in Three.js appeared first on Codrops
NFT Infrastructure Provider Rarify Gets $10 Million Investment in Series A Funding Round Led by Pantera Capital
5.3.2022
Rarify, a startup that helps third parties include NFT elements in their tech platforms, has raised $10 million in its Series A funding round. The round was led by Pantera Capital, a leading cryptocurrency-based venture capital firm. The company has now reached a reported valuation of $100 billion...
Square Enix to Bring Dungeon Siege IP to The Sandbox
3.3.2022
Square Enix, the Japanese game publishing and developing company, has announced a new deal with The Sandbox to allow one of its IPs to be featured in the metaverse-based platform. The company will bring elements of Dungeon Siege — one of its oldest intellectual properties — to...
Web Component Pseudo-Classes and Pseudo-Elements are Easier Than You Think
28.2.2022
We’ve discussed a lot about the internals of using CSS in this ongoing series on web components, but there are a few special pseudo-elements and pseudo-classes that, like good friends, willingly smell your possibly halitotic breath before you go …
Web Component Pseudo-Classes...
What Would it Take to Prevent CSS Tooltips From Overflowing?
12.1.2022
Say you have an elements with CSS tooltips and you’re going to position those tooltips such that it opens up next to the element on hover (or probably better: when clicked/tapped). Next to it where? Above it? What if the …
What Would it Take to Prevent CSS Tooltips From Overflowing?...
Game Developers GSC Game World and Ubisoft Face Backlash About NFT Inclusion
22.12.2021
GSC Game World and Ubisoft, two game development companies, are dealing with backlash about the inclusion of NFT elements in some of their games. While GSC Game World — developer of the popular Stalker gaming franchise — has abandoned its plans in this regard, Ubisoft is pushing...
Maybe there kinda is background-opacity?
15.12.2021
I was reading Jake’s “Cross-fading any two DOM elements is currently impossible” which is a wonderfully nerdy deep dive into how there is no real way to literally cross-fade elements. Yeah, you can animate both of their opacities, but even …
Galileo Exchange Launches Its Native Token, the “GELT”
12.12.2021
Galileo Exchange is a groundbreaking hybrid of a Crypto exchange, a Blockchain project, and the innovation of accelerated price dynamics. It combines these essential elements to bring trustworthiness, innovation, value and entertainment. Galileo Exchange is Fully Developed, Proprietary &...
Standardizing Focus Styles With CSS Custom Properties
10.12.2021
Take two minutes right now and visit your current project in a browser. Then, using only the Tab key, you should be able to navigate between interactive elements including buttons, links, and form elements.
If you are sighted, you should…
Your First Look At Quantic Dream's Dramatic New Star Wars Game
10.12.2021
We already knew this was coming, but a reveal at the Game Awards tonight makes it official: Quantic Dream, the controversial developers of games like Detroit and Heavy Rain, are working on a game set in the Star Wars universe.Read more
Streaming Optimized Videos From AWS S3 in Minutes
2.12.2021
(This is a sponsored post.)
Videos appeal to humans in a way no other form of the content does. A video includes motion, music, still images, text, speech, and a few other elements, all of which combine to deliver …
The Majority of Game Developers Are Beginning to Include Blockchain in Their Games According to Study
12.11.2021
Most game developers in U.S. and U.K. are now using blockchain elements in their games, according to a study released this week. The study, commissioned by a company named Stratis, reveals that the popularity of blockchain, NFTs, and the new play-to-earn model in the crypto market is making game...
Indonesia’s Islamic Authority Declares Cryptocurrency Haram, Forbidden for Muslims
11.11.2021
Indonesia’s top Islamic body, the country’s authority on Shariah compliance, has reportedly declared cryptocurrency haram, forbidden for Muslims under Islamic law. The Indonesian Ulema Council explained that crypto has elements of uncertainty, wagering, and harm. Cryptocurrency...
Fixing the Drift in Shape Rotations
4.11.2021
Steve Ruiz calls this post an “extra-obscure edition of design tool micro-UX,” but I find it fascinating! If you select a bunch of elements in a design tool, then rotate then, then later select those same elements and try to …
The post Fixing the Drift in Shape Rotations appeared...
Less Absolute Positioning With Modern CSS
13.10.2021
Ahmad Shadeed blogs the sentiment that we might not need to lean on position: absolute as much as we might have in the past. For one thing: stacking elements. For example, if you have a stack of elements that should …
The post Less Absolute Positioning With Modern CSS appeared first...
Scroll Shadows With JavaScript
6.10.2021
Scroll shadows are when you can see a little inset shadow on elements if (and only if) you can scroll in that direction. It’s just good UX. You can actually pull it off in CSS, which I think is …
The post Scroll Shadows With JavaScript appeared first on CSS-Tricks. You can support...
Animation Techniques for Adding and Removing Items From a Stack
4.10.2021
Animating elements with CSS can either be quite easy or quite difficult depending on what you are trying to do. Changing the background color of a button when you hover over it? Easy. Animating the position and size of an …
The post Animation Techniques for Adding and Removing Items From...