This addon named Simplicage let you to improuve your animation.
2D, 3D, game, games, online game, game development, game engine, programming, OpenGL, Open AI, math, graphics, design, graphic, graphics, game development, game engine, programming, web development, web art, web graphic, arts, tutorial, tutorials,
joi, 3 noiembrie 2022
Blender 3D : Simplicage addon for animation.
Posted by
Cătălin George Feștilă
Labels:
2022,
3D,
blender,
Blender 3D,
video,
video tutorial,
youtube
marți, 1 noiembrie 2022
Shader Editor - example 002.
This post is just one simple example, you can find many tutorials if you search on web for my work ...
If you don't have enough time to test my last shader source code then you can test now with another source code to have a beautiful blue effect.
Let's see the source code for this shader:
#ifdef GL_FRAGMENT_PRECISION_HIGH
precision highp float;
#else
precision mediump float;
#endif
uniform vec2 resolution;
uniform float time;
uniform vec4 mouse;
uniform vec4 date;
//#define time iTime
#define R resolution.xy
void mainImage( out vec4 fragC, in vec2 fC)
{
// vec2 pos = (fragCoord.xy/R.xy) * 8. - 4.;
vec2 pos = (fC.xy/R.xy) * 8. - 4.;
pos.x *= R.x / R.y;
float s = .25, f = .0, k = f;
vec3 p = vec3(pos, sin(time * .4) * .5 - .5)* s;
for( int i=0; i< 9; i++ )
{
p = abs(p)/dot(p,p)- 1.5;
k = length(p) ;
p = p*k+k;
}
f = dot(p,p)* s;
fragC= vec4(f*.5, f *1.2, f * 5., 0.111);;
}
void main() {
vec4 fragment_color;
mainImage(fragment_color, gl_FragCoord.xy);
gl_FragColor = fragment_color;
}
Posted by
Cătălin George Feștilă
Labels:
2022,
3D,
3d software,
android,
shader,
Shader Editor,
tutorial,
tutorials
duminică, 30 octombrie 2022
News : Blender 3.4.0 Alpha version.
Today, October 30 Blender release the experimental version 3.4.0 at 02:17:58 history d1d2f002c7ca size of zip 299.98MB.
You can download it from the official website.
Blender 3D software development has been constantly improved in recent years and a day later its founder Ton Roosendaal gave a speech about this software ...
sâmbătă, 29 octombrie 2022
News : The World's first Game Engine for YouTube and social media.
Named Stornaway.io this is : The best and easiest-to-use interactive video software for websites, social media and apps
Price starts from $10 per month - paid annually.
This works with a a browser extension from here.
You can see a video presentation from the official youtube channel.
News : The YAHAHA for game creators.
Using Yahaha Studio creators with little or no coding experience can create the games that they imagine: YAHAHA has lowered the barrier to 3D games creation with this supremely easy new creator tool modeled on all the principles of the Unity development environment.It could be a gateway to a new life as a creator in the Metaverse.
You can find more on the official website and you can see how this works in this next video ...
Shader Editor - example 001.
You can test your skills in shader theory with this excellent android application named Shader Editor.
The application can be found on google play.
After installation, you can use the eye icon to toggle between the source code and the output and the three dots icon to load, load samples, and save ...
If you want to rename it after creating a new shader or save it as a new shader, just click on the icon with three lines and double-click on the shader's name.
This is a shader created for my cardboard virtual reality and set for my eye anatomy ...
#ifdef GL_FRAGMENT_PRECISION_HIGH
precision highp float;
#else
precision mediump float;
#endif
uniform vec2 resolution;
uniform vec2 cameraAddent;
uniform mat2 cameraOrientation;
uniform samplerExternalOES cameraBack;
void main(void) {
vec2 uv = gl_FragCoord.xy / resolution.xy;
vec2 st = cameraAddent + uv* cameraOrientation * vec2(tan(0.805),cos(0.31));
gl_FragColor= vec4(
texture2D(cameraBack, st*vec2(2.0,1.0)).rgb,0.1);
}
Posted by
Cătălin George Feștilă
Labels:
2022,
3D,
3d software,
android,
shader,
Shader Editor,
tutorial,
tutorials
News : Godot comes with new videos ...
After 11 months Godot's youtube channel comes with three new videos about this 3D game engine.
This is one of them ...
joi, 27 octombrie 2022
News : Sackboy from Epic Games.
Sackboy bursts into action on PC in a huge 3D multiplayer platforming adventure, with a host of impressive graphical and performance-based gaming features. Sackboy: A Big Adventure is available now, perfectly crafted for PC.
sâmbătă, 8 octombrie 2022
Online tool for image editing.
If you want to deal with little tasks for your pictures the try this online tool.
vineri, 7 octombrie 2022
News : Lenslist AR website.
We started Lenslist back in 2017, right when both Snapchat and Facebook opened up their platforms to AR Creators all over the world.
As digital marketers and creatives ourselves, we noticed a huge opportunity coming from AR both as a means to express oneself and a next-level marketing format.
For these 4 years we’ve been not only creating AR experiences ourselves in our Lens That studio, but also managed to build and constantly update the largest directory of AR effects and Lenses online and create amazing relationships with AR Creators, social media platforms, brands and other AR-focused businesses to establish ourselves as an intrinsic part of the social AR ecosystem.
You can find many features like AR Filters for instagram, facebook and tiktok on the official webpage.
You can see more on the official youtube channel.
News : Stable diffusion animation tutorial on colab.
If you like to use the colab from google then you can see in the next video tutorial how to use Stable Diffusion to generate images and movies based on a custom text.
News : DreamStudio online tool.
This online tool lets you to generates beautiful and artistic images.
A dream of a distant galaxy, by Caspar David Friedrich, matte painting trending on artstation HQ
You can find many video tutorials on the KaliYuga youtube channel.
joi, 6 octombrie 2022
Blender 3D : Weld Any 2 Objects.
Yes ... a lot is happening in the 3D space and in the Blender 3D community.
This is an interesting video tutorial ...
Posted by
Cătălin George Feștilă
Labels:
2022,
3D,
blender,
Blender 3D,
video,
video tutorial,
youtube
Blender 3D : Just got hard ops? Lets make a pen! ...
... I just discovery a new channel for Blender 3D software ... ThisModernDay ...
News : Dead Space - Official Gameplay Trailer | PS5 Games
Get your first look at Dead Space™ gameplay... brings jaw-dropping visual fidelity and suspenseful atmospheric audio, as well as new gameplay content and improvements while staying faithful to the original game’s thrilling vision.
May contain content inappropriate for children. Visit http://www.esrb.org for rating information.
You can read more on wikipedia web page.
Posted by
Cătălin George Feștilă
Labels:
2022,
2022 news,
Ak Tronic Software & Services Gmbh,
Electronic Arts,
Motive Studio,
news
luni, 3 octombrie 2022
News : Forever Skies - demo on Steam.
A demo for Forever Skies is available now on Steam. Watch the latest trailer for another peek at this post-apocalyptic sci-fi action survival game.
You can read more about this game on the official website.
luni, 26 septembrie 2022
Blender 3D : A new A.I addon tool.
In this video tutorial created by askNK, you can see useful tools are presented for generating and creating images using artificial intelligence.
You still need a card that knows CUDA and a lot of hard disk space.
Here is the video tutorial.
Posted by
Cătălin George Feștilă
Labels:
2022,
3D,
3d software,
Blender 3D,
tutorial,
tutorials,
video tutorial,
youtube
sâmbătă, 24 septembrie 2022
News : Pepper & Carrot animation from Morevna Project.
The mission of Morevna Project is improvement and popularization of open-source technologies for animation.
We are using open-source software to create animation works and as part of this process we are improving open-source animation software and helping people to learn creating animation using open-source tools.
Pepper & Carrot is a free and open source webcomic series by French artist David Revoy, see the offical webpage.
Today I discovered that they came to life in another project called Morevna Project, here is their official webpage where you can find other animations.
News : 0 A. D. Empires Ascendant — Alpha 26 Zhuangzi Trailer.
Wildfire Games, an international group of volunteer game developers, proudly announces the release of 0 A.D. Alpha 26: “Zhuangzi” (pronounced: /ˈʒwæŋˈziː/), the twenty-sixth alpha version of 0 A.D., a free, open-source real-time strategy game of ancient warfare. The release is named after the ancient Chinese philosopher Zhuang Zhou, who is better known as Zhuangzi and who wrote one of the most influential texts in Taoism.
You can read more on the official webpage.
joi, 22 septembrie 2022
News : New infos about AI comes from Two Minute Papers.
... and more and more infos comes from Two Minute Paper youtube channel.
News : NVIDIA new youtube videos.
Here, today I saw a lot of videos from Nvidia with the way it gets involved with new solutions.
marți, 20 septembrie 2022
News : Topaz Labs for your images.
The Topaz Labs website comes with many software for processing images.
I tested the Topaz Gigapixel AI with some images and works great
The model learning and new updating feature will put many Giga of data in your computer.
duminică, 18 septembrie 2022
Two bundle for Krita V1 real pencils.
If you like to draw with pencils then you can find two bundles for Krita software on this link and this link.
After downloading and unarchiving you will see two files with the extension named bundle.
Go to the main menu and open Manage Resources.
Use the Import Bundles button to import both bundle files and you will see are imported into your Krita.
A good video tutorial about how to use these bundle pencils can be found on the official youtube channel for Krita.
sâmbătă, 17 septembrie 2022
News : Flamenco 3 from Blender Studio.
Flamenco 3 has been released today! Aimed at simplicity and interactivity, the render management software used by Blender Studio is now considered to be featured and stable enough that anyone can use it in their production.
Grab your copy at flamenco.blender.org and give it a try!
Since the 3.0 beta release, 13 major and 28 minor improvements & bugfixes have been made. The more interesting ones are listed in the change log.
You can read more about this news on the official webpage.
joi, 15 septembrie 2022
News : Bayonetta 3: The Final Preview from IGN.
We were EXTREMELY impressed with our last hands-on with Bayonetta 3 ahead of its October 28 release date for Nintendo Switch. Find out why in our Final Preview, written by Cam Hawkins.
News : PS5 & PS4 Games : Fatal Frame: Mask of the Lunar Eclipse - Announcement Trailer.
FATAL FRAME: Mask of the Lunar Eclipse will be available digitally for the PS5 & PS4 in Early 2023.
FATAL FRAME: Mask of the Lunar Eclipse takes place a decade after five girls mysteriously disappeared at a festival on Rōgetsu Isle, an island in southern Japan. While all of the girls were eventually rescued, their memories were lost, with only the faint remembrance of a single melody and a seemingly possessed masked woman dancing in the moonlight. Now, ten years later, with still no memory of the events surrounding their disappearance, two of the five girls have died -- discovered with covered faces and found in a tragic, crying pose. The remaining three girls now head off to the eerie island to solve the mystery of their friends’ death, while also unlocking the mystery of the memories left behind.
May contain content inappropriate for children. Visit http://www.esrb.org .
Posted by
Cătălin George Feștilă
Labels:
2022,
2022 news,
news,
PlayStation,
PlayStation 4,
PlayStation 5
miercuri, 14 septembrie 2022
StarTrek Online : Ascension Launch Trailer.
This episode from Star Trek Online has the best story.
The story has some elements from the old Star Trek series and continues with the parallel universe. The cinematics and dialogues are good and the mission lasts quite a long time.
Here is the trailer created by the developers of this game with images from the game.
Posted by
Cătălin George Feștilă
Labels:
2022,
3D,
Arc Games,
Game,
games,
online game,
Star Trek Online
CodePen: Simple example with css-doodle web component.
This is a simple example with css-doodle javascript web component for drawing patterns with CSS.
duminică, 11 septembrie 2022
News : The Last Case of Benedict Fox - Reveal Trailer.
... from Bethesda Games Showcase 2022.
Descend into a limbo of decaying memories as Benedict Fox, a self-proclaimed detective bound to his demon companion. Use that bond to explore the minds of the recently deceased in search for clues as you uncover the mysteries of an old mansion where a couple was murdered and their child has gone missing.
sâmbătă, 10 septembrie 2022
News : Roblox Developers Conference.
At the Roblox Developers Conference known as RDC, at the Fort Mason Center in San Francisco, thousands of top 3D artists, programmers, builders, and content creators are gathering—in person and virtually on Guilded—to network and discover new ways to drive their success. , see the official webpage.
On the youtube channel you can see a video about this event:
joi, 8 septembrie 2022
News : Macabre Museum from Different Monster.
New studio Different Monster has announced Macabre Museum, a four-player co-op adventure horror game that tasks you with time-traveling through Ancient Egypt, Historic Mesoamerica, and more to solve the trials that will be put before you.
The official website can be found here.
miercuri, 24 august 2022
News : Unity 3D comes with computer vision projects using synthetic data.
Another video from Unity 3D about vision projects using synthetic data.
sâmbătă, 20 august 2022
The threejs project by playdoh.
This is a beautiful website project named lagaleriedesespeces build with the Three.js library.
You can see it on this webpage.
luni, 15 august 2022
Shader Editor mobile application.
This android application from google play lets you create shaders and use them like wallpapers for your phone.
The application is named Shader Editor and can be found on the Google Play website.
sâmbătă, 13 august 2022
Spring Flowers WebGL Demo
A beautiful demo with WebGL.
The source code can be found on this GitHub repository.
News : DeviantArt Core Member low prices.
DeviantArt website come with low prices to become a Core Member
This is a top website for artists and creators and you can see this limited offer.
miercuri, 10 august 2022
News : Eclipse - Trailer from Epic Games.
... new trailer for Eclipse, game Tom Clancy’s Rainbow Six Extraction from Epic Games.
duminică, 7 august 2022
Modeling Vintage Key Lock With Zbrush.
Pixologic ZBrush is a digital sculpting tool that combines 3D/2.5D modeling, texturing and painting. It uses a proprietary "pixo”" technology which stores lighting, color, material, orientation and depth information for the points making up all objects on the screen.
You can see the prices for this tool on the official webpage.
Modeling Vintage Key Lock With Zbrush is the title of this video tutorial with ZBrush tool.
Koch Fractal Magic from TheArtofCodeIsCool.
In the last video we made a fancy 3d fractal Christmas ball by using a Koch Snowflake curve. I mentioned there that there are multiple ways to use this curve to get 3d fractals. In this video we use another technique to get something completely different. If you like 3d fractals, this is a great video to watch.
This is another video from the last month comes from TheArtofCodeIsCool youtube channel.
Posted by
Cătălin George Feștilă
Labels:
2022,
shader,
shadertoy,
TheArtofCodeIsCool,
video tutorial,
youtube
News : SPEED UP your Game Development with these 30 TOOLS! video from CodeMonkeyUnity.
A good video about Unity 3D game engine from CodeMonkeyUnity channel.
News : Surprise Animated | Disney+
Disney+ is the streaming home of Disney, Pixar, Marvel, Star Wars, National Geographic, and more.
Abonați-vă la:
Postări (Atom)