Search
Canvas v ChatGPT připomíná Dokumenty Google s lidským parťákem. Tady ale společně píšete nebo programujete s AI
4.10.2024
V posledních letech se na scéně objevilo hned několik specializovaných AI asistentů pro vývojáře. OpenAI o ně nechce přijít, a tak všem předplatitelům ChatGPT čerstvě nabídlo speciální režim GPT-4o with Canvas . Časem funkce zamíří také do bezplatné verze. [********************] Původní titulek:
Bitcoin sats the ‘most valuable digital canvas ever’ — Ordinals artist
13.5.2024
The “epic sat” mined from the fourth halving block now contains 3D neurogenerative artwork with music and an AI-generated voice from Grimes
Ethereum Technical Analysis: Ether Echoes Bitcoin’s Volatility Amid Growing ETF Anticipation
8.1.2024
Ethereum’s trading value, standing at $2,265, represents a fluctuation within a daily range of $2,170 to $2,310, against the dynamic canvas of a $272 billion market capitalization and a robust 24-hour trading volume of $19.24 billion. Ether, along with a multitude of crypto assets, mirrors...
AptosOne introduces Graffio, a user-centric NFT art canvas
19.10.2023
Graffio, a new product from AptosOne, has been released. In the form of NFTs (non-fungible tokens), the platform provides users with a distinct canvas for displaying their art. The announcement was made on the official X/Twitter account of Aptos Network. The network shared a step-by-step guide...
Exclusive: Reserve Bank of Australia’s Approach Towards Issuing eAUD is “Multifaceted,” Says Canvas Head David Lavecky
9.10.2023
A recent report from the U.S.-based Atlantic Council think tank revealed that a total of 130 countries are now exploring central bank-issued digital currencies (CBDCs). Over half of those are already in advanced development, pilot or launch phases.
However, when it comes to Australia, the process...
Beyond the JPEG: Web3 Is Expanding the Artist's Canvas Through Immersive IRL Experiences
19.5.2023
NFTs allow artists to be creative about how they share digital art and engage with their audiences, creating new collaborative, sensory experiences
How to Get a Base64 Version of a File From Command Line
13.4.2023
A while back I wrote an article on how to Convert Image to Data URI with JavaScript. It’s a neat trick developers can use for any number of reasons. Instead of abusing canvas, however, why not simply get the base64 data from command line? You can use base64 and pbcopy to convert a file...
Generative Art NFTs Are Coming to Solana With Code Canvas
8.3.2023
The team behind Solana-based Exchange.Art is tapping into generative art through its new marketplace, courting creators native to Ethereum and Tezos
How to Control CSS Animations with JavaScript
27.12.2022
When it comes to animations on the web, developers need to measure the animation’s requirements with the right technology — CSS or JavaScript. Many animations are manageable with CSS but JavaScript will always provide more control. With document.getAnimations, however, you can...
A Couple Changes Coming in Chrome 108
4.11.2022
“A change to overflow on replaced elements in CSS”:
From Chrome 108, the following replaced elements respect the overflow property: img, video and canvas. In earlier versions of Chrome, this property was ignored on these elements.
This
…
A Couple Changes...
Responsive Animations for Every Screen Size and Device
20.10.2022
Before I career jumped into development, I did a bunch of motion graphics work in After Effects. But even with that background, I still found animating on the web pretty baffling.
Video graphics are designed within a specific ratio and …
Responsive Animations for Every Screen Size and Device...
Just How Long Should Alt Text Be?
27.5.2022
I teach a class over at the local college here in Long Beach and a majority of the content is hosted on the Canvas LMS so students can access it online. And, naturally, I want the content to be as …
Just How Long Should Alt Text Be? originally published on CSS-Tricks. You should get...
An Interactive Starry Backdrop for Content
18.5.2022
I was fortunate last year to get approached by Shawn Wang (swyx) about doing some work for Temporal. The idea was to cast my creative eye over what was on the site and come up with some …
An Interactive Starry Backdrop for Content originally published on CSS-Tricks. You should get...
Collective #699
17.2.2022
Offscreen Canvas * The State of JS 2021 * gsap-video-export * Hello, CSS Cascade Layers
The post Collective #699 appeared first on Codrops
Bartosz Ciechanowski’s Interactive Blog Posts
3.12.2021
I saw Bartosz Ciechanowski’s “Curves and Surfaces” going around the other day and was like, oh hey, this is the same fella that did that other amazingly interactive blog post on the Internal Combustion Engine the other day. I …
Exploring the CSS Paint API: Rounding Shapes
22.10.2021
Adding borders to complex shapes is a pain, but rounding the corner of complex shapes is a nightmare! Luckily, the CSS Paint API is here to the rescue! That’s what we’re going to look at as part of this “Exploring …
The post Exploring the CSS Paint API: Rounding Shapes appeared first...
Creating 3D Characters in Three.js
4.10.2021
Are you looking to get started with 3D on the web? In this tutorial we’ll walk through creating a three-dimensional character using Three.js, adding some simple but effective animation, and a generative color palette.
The post Creating 3D Characters in Three.js appeared first on Codrops
Exploring the CSS Paint API: Polygon Border
20.9.2021
Nowadays, creating complex shapes is an easy task using clip-path, but adding a border to the shapes is always a pain. There is no robust CSS solution and we always need to produce specific “hacky” code for each particular …
The post Exploring the CSS Paint API: Polygon Border appeared...
Exploring the CSS Paint API: Blob Animation
30.8.2021
After the fragmentation effect, I am going to tackle another interesting animation: the blob! We all agree that such effect is hard to achieve with CSS, so we generally reach for SVG to make those gooey shapes. But …
The post Exploring the CSS Paint API: Blob Animation appeared first...
Exploring the CSS Paint API: Image Fragmentation Effect
9.8.2021
In my previous article, I created a fragmentation effect using CSS mask and custom properties. It was a neat effect but it has one drawback: it uses a lot of CSS code (generated using Sass). This time I am …
The post Exploring the CSS Paint API: Image Fragmentation Effect appeared first...