Pages

duminică, 4 iunie 2017

3D LUT tool for color correction and to create artistic effects.

This tool named 3D LUT Creator let you to make color correction and to create artistic effects.
They tell us:

... is the latest program with unique tools for professional color grading of digital images and video and creating 3DLUT-files that can be imported into many programs such as Adobe Photoshop, Adobe After Effects, Adobe Premiere Pro, DaVinci Resolve, FinalCut Pro.

See the official website for this tool.

The next video is about: What is the LUT?
See also, the Oleg Sharonov youtube channel - the developer of 3D LUT.

vineri, 26 mai 2017

Use fast Equation Editor online.

If you need a fast equation editor for your formula then use this link.
You can set colors and use most of math functions using LaTeX style.
The result can be downloaded like gif image.

miercuri, 24 mai 2017

Testing Mapbox with Unity using unitypackage .

This unitypackage let you to use some maps features like:
Maps and location data optimized for Unity. Written from the ground up in C#, the Mapbox Unity SDK unlocks global data to generate custom 3D worlds, power location lookup, and incorporate traffic-based directions in your next Unity project.
You can download this unitypackage from mapbox.com.
Let's test with Unity ( version 5.6.0f3 Personal ) .
First you need to download it and then you need to import it into your project.
Import package in Unity from the Unity editor menu: Assets - Import package - Custom Package or use double-click on downloaded mapbox-unity-sdk_v0.5.1-beta.unitypackage.
Take an API token is required to access Mapbox services.
Use your token from here into Unity project.
Use click Mapbox - Configure Access from the Unity Editor menu and then paste your token into the Token field. Assuming your token is valid.
This SDK is pretty and complex, but you can find examples with the installation of this packet and so try and modify it until you get used to it.
Here's a screenshot of a few minutes of testing and testing with this SDK.

sâmbătă, 13 mai 2017

The Shdr online tool for GLSL (ESSL) .

The Shdr is an online GLSL (ESSL) shader editor, viewer and validator.
This tool is written in CoffeeScript and WebGL.
The GLSL editor supports many advanced features like syntax highlighting, history, line count and highlighting, error display and bracket matching to name a few.
You can test this tool at shdr online tool.
Using the top menu you can use local storage, raw code download and sharing, switching between vertex and fragment shader editing, insertion of snippets, change the 3D objects.