Pages

sâmbătă, 25 august 2018

Meshroom 3D Reconstruction Software

The development team come with this infos about Meshroom 3D Reconstruction Software:
Meshroom is a free, open-source 3D Reconstruction Software based on the AliceVision framework.
The official website can be found here.

You can see a tutorial with Blender 3D - open-source software created by CG Geek:

VPaint software.

The development team of VPaint software come with this info:
VPaint was an experimental vector graphics editor based on the Vector Animation Complex (VAC), a technology developed by a collaboration of researchers at Inria and the University of British Columbia, featured at SIGGRAPH 2015.
You can use it with the following operating systems: Windows Vista, 7, 10, Max OS X and Linux.
I tested and is a good software with some important gaps for the user:
  • you cannot copy frames;
  • export is just for PNG and SVG file format;
  • too few tools; 
The software can be improved and you can contribute here.

joi, 23 august 2018

GIMP: extract still background and mask frames.

The issue is about BgMask: extract still background from video frames / mask frames against background , see Thread-extract-from-gif-with-BgMask-script.
The GIF file come from giphy.
I tested with the .scm script and working well with extract background and mask.
I have noticed that the differences are significantly positive when the background is static and the animation does not exceed the display area of ​​the GIF file, see the output result:
.

marți, 21 august 2018

Online effects in a single image .

This website allows you to draw more effects in one image:

duminică, 12 august 2018

Krita 4.1.1 : Comics Manager tool.

This tool can be activated from the menu: Settings - Dockers - Comics Manager.
This start into the docker a GUI that allow you to use this tool.

Select a empty folder and give the info for your project:
It's a tool helps you create and export comics in a defined format.
Select all you need and use wizard to the end.
This will make all folders and config files.
You can open the project with same Comics Manager and the JSON file from your project folder.
The wizard will let now to use the buttons that until now were inactive: Project Settings, Add Page, Export Comic and Copy Location.

sâmbătă, 11 august 2018

Shadertoy: New shader example : Old watch (IBL) .

This is a great example at shadertoy website.
The example come with this link to this article into first comment.
The example is simple but impressive.
What is interesting to see how some objects are created.
float sdPlane( const vec3 p ) {
 return p.y;
}

float sdTorus( const vec3 p, const vec2 t ) {
  vec2 q = vec2(length(p.xz)-t.x,p.y);
  return length(q)-t.y;
}

float sdTorusYZ( const vec3 p, const vec2 t ) {
  vec2 q = vec2(length(p.yz)-t.x,p.x);
  return length(q)-t.y;
}

float sdTorusYX( const vec3 p, const vec2 t ) {
  vec2 q = vec2(length(p.yx)-t.x,p.z);
  return length(q)-t.y;
}
...

joi, 9 august 2018

Find 735,802 icons / 2,458 iconsets .

This website can help you to find icons with extension like: .svg,  .ico, .png and .icns
Most of this icons are free to use.
They tell us :

Search through 735,802 icons / 2,458 iconsets

marți, 7 august 2018

Rebelle 3 - the watercolor software .

The development team comes with this info about this software:
Rebelle is a unique digital painting solution for creating realistic art using watercolors, acrylics and any wet and dry media. Use of real-world color blending, wet diffusion and drying sets it apart from its competition.
  • Real world simulation of paint diffusion ;
  • Wet tools: Watercolor, Acrylic and Ink Pen ;
  • Dry tools: Pencil, Pastel, Marker, Eraser ;
  • Blend and Smudge tools ;
  • Custom Brushes ;
  • Wet, dry and blow the wet painting ;
  • Tilt the canvas to get flow effects ;
  • Pen pressure support ;
The digital copy comes with this price: $ 89.99.
Read more at official webpage about this software.

luni, 6 august 2018

Testing CopperCube with my android emulator.

Today , I tested the example make by CopperCube - version 6 named  with android installation.
This example can be found when you start the CopperCube at Open Example App - First Person Shooter.
If you want to try another example, you may be asked to buy the license if you try post effects.
You can find my complete tutorial with the settings here.
The result works great and is a little slow for my android emulator.
See the result of this test can be see in the next screenshot: