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,
luni, 7 noiembrie 2022
Blender 3D : Grease Pencil Reel
Posted by
Cătălin George Feștilă
Labels:
2022,
3D,
3d software,
Blender 3D,
design,
graphic,
graphics
duminică, 6 noiembrie 2022
News : Theatre.js helps three.js development.
Theatre.js is an open-source and hackable motion design library with a visual interface. It helps you animate THREE.js scenes, SVG trees, or even choreograph light shows.
vineri, 4 noiembrie 2022
Apple software : CozyBlanket.
CozyBlanket is a retopology app for the iPad designed as an accessible and relaxing experience. Its minimalist UI packs a fully featured mesh editor that can be used by directly drawing on the high poly mesh. CozyBlanket focuses on presenting retopology as an enjoyable, game-like process similar to solving a puzzle.
You can fins this application from the official website.
Posted by
Cătălin George Feștilă
Labels:
2022,
3D,
3d software,
Apple,
design,
graphic,
graphics,
iPad,
mobile application
joi, 3 noiembrie 2022
Blender 3D : Simplicage addon for animation.
This addon named Simplicage let you to improuve your 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.
Abonați-vă la:
Postări (Atom)