Pages

marți, 6 iunie 2017

Causality - another game for all operating systems.

Causality is a puzzle game about manipulating time, changing the sequence of events and altering the outcome of each level.
You need to help a group of stranded astronauts find a route to safety.
It is logical and not very hard. Can be found  here for Windows, Mac OS X SteamOS and Linux (Ubuntu 12.04+, SteamOS).
With a simple and beautiful graphics it can be played on smaller screen phones.
If you want the Android version then try this link.

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.