#CSS3D
Explore tagged Tumblr posts
edsonjnovaes · 4 months ago
Text
100,000 Stars 1.2
O projeto, batizado de “100,000 Stars”, permite uma navegação virtual bem simples, em 3D e com direito até a um “guia turístico”, que vai explicando alguns elementos básicos do universo. Edson Jesus – 2012 nov 15 An incredible interactive visualization of 100,000 stars you can view in your Chrome web browser. Paul Strauss – The Awesomer. nov 14 2012 O Google Chrome lançou, numa quarta-feira…
Tumblr media
View On WordPress
0 notes
developerhub23 · 2 years ago
Text
Exploring Futuristic Design: Top 10 Web Design Latest Trends and Techniques in 2023
Tumblr media
Introduction:
The world of web design is a dynamic and ever-evolving field, constantly pushing boundaries and embracing new technologies. As we step into 2023, it's essential for web designers and developers to stay ahead of the curve and be aware of the latest trends and techniques shaping the industry. In this blog post, we will explore the cutting-edge web design trends that are gaining momentum and the innovative techniques that are revolutionizing the way we create online experiences.
Dark Mode: A Sleek and Modern Aesthetic:
Dark mode has become a beloved trend in recent years and continues to dominate in 2023. With its sleek, elegant appearance and improved readability, dark mode offers a refreshing alternative to traditional light interfaces. The contrast provided by dark backgrounds enhances visual impact and allows key elements to pop, creating an immersive and engaging user experience.
Tumblr media
Neumorphism/Soft UI: Merging Realism and Minimalism:
Neumorphism, also known as Soft UI, blends elements of skeuomorphism and flat design to create visually appealing interfaces. This technique utilizes subtle shadows and highlights to generate a soft, three-dimensional appearance. By combining the realistic depth of skeuomorphism with the simplicity of flat design, Neumorphism provides a modern and intuitive user interface.
Tumblr media
Asymmetric Layouts: Breaking the Grid:
Web designers are increasingly exploring asymmetric layouts that break away from the traditional grid system. These layouts introduce visual interest through irregular shapes, overlapping elements, and creative positioning. Asymmetric designs convey a sense of uniqueness and captivate users by challenging their expectations, resulting in memorable and engaging experiences.
Microinteractions: Adding Delightful Details:
Microinteractions are discreet animations or interactive elements that enrich user engagement and deliver informative feedback. They can be as simple as a hover effect, a loading spinner, or a button animation. These small details inject personality into websites, making interactions feel intuitive and enjoyable, ultimately elevating the overall user experience.
Tumblr media
3D/Immersive Experiences: Stepping into a New Dimension:
Thanks to advancements in web technologies like WebGL and CSS3D, web designers are incorporating more 3D elements into their creations. From interactive 3D product visualizations to scroll-triggered animations and virtual reality experiences, these immersive designs transport users to a whole new dimension, blurring the lines between the digital and physical worlds.
Minimalist and Clean Designs: Less is More:
The minimalist design approach, with its clean aesthetics and ample whitespace, continues to thrive in 2023. Minimalism prioritizes simplicity, legibility, and clear visual hierarchy, allowing essential elements to shine. By removing unnecessary clutter, minimalist designs create a sense of elegance, sophistication, and ease of use.
Tumblr media
Custom Illustrations and Graphics: Uniqueness and Branding:
To stand out in the digital landscape, brands are increasingly turning to custom-made illustrations and graphics. These bespoke visuals add personality, convey brand stories, and create a distinctive identity. Custom illustrations, icons, and animations help brands connect with their audience on a deeper level, leaving a lasting impression.
Tumblr media
Mobile-First and Responsive Design: Prioritizing Mobile Experiences:
With mobile devices driving a significant portion of web traffic, designing for mobile-first has become paramount. The responsive design guarantees a smooth adaptation of websites to varying screen sizes and resolutions, delivering an exceptional user experience across all devices. By prioritizing mobile, web designers can cater to the needs of the ever-growing mobile user base.
Tumblr media
Voice User Interface (VUI): A Voice-Enabled Future:
As voice assistants and smart speakers gain popularity, incorporating voice user interfaces (VUI) into web design becomes essential. Voice search, commands, and interactions offer a hands-free browsing experience and enhance accessibility. Integrating VUI allows users to interact with websites using natural language, creating a more intuitive and user-friendly environment.
Tumblr media
Sustainability and Eco-Friendly Design: Designing for a Better Future:
In an era of heightened environmental consciousness, sustainable and eco-friendly design practices are gaining momentum. Optimizing website performance for faster loading times, reducing carbon footprints, and utilizing eco-conscious hosting solutions contribute to a greener web ecosystem. By embracing sustainability, web designers can make a positive impact on the environment.
Conclusion:
As we venture further into 2023, web designers must embrace the latest trends and techniques to create innovative and captivating online experiences. From dark mode and Neumorphism to asymmetric layouts and microinteractions, these trends shape the way we design and engage with websites. By staying at the forefront of these developments, web designers can deliver exceptional user experiences that are both visually stunning and functionally intuitive. So, let's embark on this journey together and embrace the future of web design.
3 notes · View notes
hackernewsrobot · 1 year ago
Text
CSS3D Clouds
https://spite.github.io/CSS3DClouds/
0 notes
virtulala · 3 years ago
Photo
Tumblr media
Hello, World!
0 notes
cables-gl · 7 years ago
Text
Cables blog update
News from cables land
Tumblr media
Once again we’ve managed to keep things pretty quiet, of course this was due to us continuing our development of Cables. Here’s a quick list with the highlights of what we’ve been working on :
New Documentation
The online documentation is now up to date with the current state of Cables. New GIFS and in depth explanations will make it easier for you to find what you need at a glance. Creating your own ops will now be a lot easier. In depth documentation and code examples all now have their own section. We’ve also made a new example patch with clear documented code that will help any beginner to get started with making their own ops in no time.
New blog updates
We’ll be posting much more regular content to this blog from now on.
Awesome new ops:
We’ve been hard at work to expand the library of ops available in cables. For a full list go to the  changelog on the cables website.
Here’s a selection with our personal favourites, click the title to go to the examples page.
IBL Material 2
Tumblr media
Here’s a sneak preview of our latest IBL material system. 
  Ops.Gl.Render2Textures
Tumblr media
With the new Render2textures and Render2TextureSlots ops you can render to multiple textures at the same time and decide to which material the texture will be rendered. It's a very powerful system which allows for a huge amount of flexibility.
Ops.Gl.TextureEffects.DepthTextureFocus
Tumblr media
Draw a gradient mapped to depth buffer value
Ops.Gl.DirectionalTranslate
Tumblr media
Translate objects away from a point in space  
Ops.Array.ArraySmooth
Tumblr media
Smooth/average values in an array.
Ops.Html.TransformElement
Tumblr media
Move html element to current transformation in screen space
Ops.Html.TransformCSS3DElement
Tumblr media
Transform an Element in 3d space using CSS3D
Ops.Html.CSSFilter
Tumblr media
Set css filter to html element (blur/opacity/contrast) 
Ops.Html.CSSProperty
Tumblr media
Set css style properties of a html element
Other new ops:
-Ops.Value.PreviousValueStore - Remember/store last set value
Ops.Array.ArrayMath - Performs math operations on two array 
Ops.Website.LocalStorage - Read and write values to browsers local storage 
Ops.Gl.Matrix.InterpolateMatrix - Interpolate between two matrices
Ops.Array.ArraySwitch -  Switch between multiple arrays
Ops.Json.ObjectIsNull -  Check if object is null or a valid object
Ops.Value.FileInput -  Get URL of a file
Ops.Exp.Gl.Shader.SetMaterialParameters -  Edit shader parameters
New features:
- Editor is now minimizable (via button or escape) - Better serverside file editor support - Ops using cubemaps now supports single texture equirectangular maps - New file operation: resize image to next power of two width/height - New file operation: resize image to 50% of original size - New file operation: convert png to jpg
New tweaks:
- json3dscene - overwrite material - New multi texture preview - Better preview image quality - Executing crashed op code will show dialog to reload patch - File browser: show file suffix in icon view - Better visual "saving" indicator
Major fixes:
- Multi level subpatch backbutton now switches to parent subpatch - Editor stays open after reload for all type of files - "Stuck cursor image" issue - Executing op code will reload multiple instances properly
2 notes · View notes
themepluginpro · 4 years ago
Photo
Tumblr media
Download 3D Carousel Stack Gallery - WordPress Plugin on Codecanyon
Description 3D Carousel Stack Gallery - WordPress Plugin :
Download 3D Carousel Stack Gallery - WordPress Plugin. The theme releases on Thursday 11th March 2021 By The author raizensoft on Codecanyon. It’s uses with 3d,advanced,beautiful,carousel,dark,elegant,gallery,graphics,html5,images,javascript,light,module,photos. Item Title: 3D Carousel Stack Gallery - WordPress Plugin Category: wordpress/galleries Price: $29 Author: raizensoft Published Date: Thursday 11th March 2021 05:50:50 AM More Info / DownloadDemo
Tumblr media
Introduction
3D Carousel Stack Gallery – WordPress plugin is a beautiful 3D photo carousel application. The classic carousel design is improved with the emphasis on the centered item’s position where it is evalated and shifted toward viewers eyes. Various options are available to modify the carousel look and feel like carousel radius, shifting distance and item reflection.
High Performance
Powered by CSS3 “transform” property, all rendered graphics and animations are hardware accelerated to guarantee the best performance.
Modular design
Application components are designed and split into separated modules with different responsibilities. Effortlessly swap out one component with another to modify the app functionalities.
Flexibility
Various controls, parameters and configuration options are implemented to make the application extremely easy to customize and extend further.
Multiple Screen Supported
From desktop to mobile, the application will adapts to each screen size while maintaining elegant design and user experience.
Full Features
Over 50 configuration options
Customize look and feel variables like carousel radius and shifting distance
Easily create slideshow using autoplay option
Default dark theme and light theme
Multi media support: photo, audio, video, ajax, inline, embedded iframe
Advanced full fledged 2D gallery mode: auto activated on browser with unsupported CSS3D features
Multiple Controls: keyboard and mouse
Multiple Screen support: mobile, tablet. desktop
Multi categories support
Fullscreen support
Full width support
High quality Code Commenting
High quality Documentation
Custom item shadow supported using CSS box-shadow property
Custom item shape using ovalShape and roundCorner options
animejs as core animation engine: multiple easing equations support, configure delay, duration, callback with ease
Advanced build system with Grunt: easily create distribution and examples file with builtin tasks
CSS preprocessor using SASS and Compass framework
Multiple SASS variables offering extreme flexibility to customize application look and feel
HTML preprocessor using Pug templates
Advanced MediaViewer component, a feature rich lightbox application to view extended contents
Custom components: ItemTitle, ItemDescription, ButtonList, ButtonNavigtaor, GalleryScrollbar
videojs as main video playback engine
audio5js as main audio playback engine
Multiple examples files provided
Lightweight: only 26KB in gzip format
Tumblr media Tumblr media Tumblr media
Image Credits:unsplash.com
Video Credits:pexels.com
More Info / DownloadDemo #Carousel #Stack #Gallery #WordPress #Plugin
0 notes
mft-toyama · 4 years ago
Photo
Tumblr media
via @s14garnet
CSSだけで描く無限ループ作品。収納をひたすら眺めるだけ😂「穴」の表現って、実は意外と難しいんですよ👌 Only CSS: Infinite Plug Inhttps://t.co/rJT2oQ7wZS@CodePen #css #css3d #animation #webdesign pic.twitter.com/xGwE9zg4BC
— Yusuke Nakaya (@s14garnet) November 13, 2020
0 notes
dothtml5 · 5 years ago
Link
突然のコロナ禍に見舞われた社会人2年目エンジニア、テレワークのリアル (Think IT)
iOSとAndroidの画面を比較できるデザインギャラリーサイト「consim.」をローンチしました! (chiharukodama | Twitter)
「Ameba」15年の負債を払拭するカラーパレットのメソッド (CyberAgent Developers Blog)
Google Discoverがポッドキャストを掲載&動画をプレビュー再生 (海外SEO情報ブログ)
ビジュアルプログラミングツール「vvvv」の現在地とこれから (伊東実 | note)
日本語で書けちゃうプログラミング言語「なでしこ」が中学の教科書に採用!来年度以降の技術・家庭分野の授業で目にするかも? (窓の杜)
プログラミングを学びながら体感型ゲームを作る!「メイクロックマン」 (マイナビ)
Zennとは?プログラマーのための情報共有コミュニティ (Zenn)
css3d-game - CSS3製のファーストパーソンゲームエンジン (MOONGIFT)
0 notes
lydiahartig · 5 years ago
Text
Show HN: 3D first person game rendered in CSS/HTML https://news.ycombinator.com/item?id=24305834
Show HN: 3D first person game rendered in CSS/HTML https://pantel.is/projects/css3d/ August 28, 2020 at 08:14AM
from Blogger http://newcapitalentrepreneur.blogspot.com/2020/08/show-hn-3d-first-person-game-rendered.html via SEO Services
Show HN: 3D first person game rendered in CSS/HTML https://news.ycombinator.com/item?id=24305834 via https://capitalentrepreneur.finance.blog/
0 notes
holly-harris · 5 years ago
Text
Show HN: 3D first person game rendered in CSS/HTML https://news.ycombinator.com/item?id=24305834
Show HN: 3D first person game rendered in CSS/HTML https://pantel.is/projects/css3d/ August 28, 2020 at 08:14AM
from Blogger http://newcapitalentrepreneur.blogspot.com/2020/08/show-hn-3d-first-person-game-rendered.html via SEO Services
View On WordPress
Show HN: 3D first person game rendered in CSS/HTML https://news.ycombinator.com/item?id=24305834 via https://newcapitalentrepreneur.tumblr.com/
0 notes
hackernewsrobot · 5 years ago
Text
Show HN: 3D first person game rendered in CSS/HTML
https://pantel.is/projects/css3d/ Comments
2 notes · View notes
newcapitalentrepreneur · 5 years ago
Text
Show HN: 3D first person game rendered in CSS/HTML https://news.ycombinator.com/item?id=24305834
Show HN: 3D first person game rendered in CSS/HTML https://pantel.is/projects/css3d/ August 28, 2020 at 08:14AM
from Blogger http://newcapitalentrepreneur.blogspot.com/2020/08/show-hn-3d-first-person-game-rendered.html via SEO Services
View On WordPress
0 notes
biswanathswain · 5 years ago
Text
Show HN: 3D first person game rendered in CSS/HTML https://news.ycombinator.com/item?id=24305834
Show HN: 3D first person game rendered in CSS/HTML https://pantel.is/projects/css3d/ August 28, 2020 at 08:14AM Show HN: 3D first person game rendered in CSS/HTML https://news.ycombinator.com/item?id=24305834 via https://newcapitalentrepreneur.blogspot.com/
0 notes
macronimous · 7 years ago
Text
Voxel Designing Tool -A CSS Transforms based version of the famous 3D modeling tool https://t.co/XMyVydCKy0 #CSS3D #CSS
Voxel Designing Tool -A CSS Transforms based version of the famous 3D modeling tool https://t.co/XMyVydCKy0 #CSS3D #CSS
— Macronimous.com (@macronimous) April 30, 2018
from Twitter https://twitter.com/macronimous April 30, 2018 at 08:30AM via IFTTT
0 notes
xalep · 8 years ago
Link
Dug some old keyboard code (try hitting your keys). Almost forgot that I wrote such code years back..#threejs #css3dhttps://t.co/mOEYDXEBHj pic.twitter.com/VwvdHSR6S4
— Graphics Noob (@BlurSpline) March 19, 2017
0 notes
michaelrainer · 11 years ago
Text
Book Recommendation: CSS3 Pro Animation
If you want to improve your websites with interactive animations and without much effort, this book from Dudley Storey can help you. It will introduce you to CSS Animations with realistic and useful examples.  
Amazon Link: http://www.amazon.com/CSS3-Animation-Experts-Voice-Development/dp/1430247223
Samples can be downloaded at: http://www.apress.com/9781430247227
1 note · View note