Pages

sâmbătă, 24 aprilie 2021

Deepmotion online tool comes with the Animate 3D V2.6.

The Animate 3D V2.6 update is all about feet! We have added new settings to give you more control over your animations. If you've ever experienced feet floating over the ground, or a desire to completely detach the feet from the ground, we've got you covered!
For 60 seconds you can use the free account and if you want more then see the prices.
Features:
  • 60 animation seconds/month, for free!
  • Export FBX, BVH, GLB, and MP4 ;
  • Max HD (720p) input videos ;
  • Store up to 3 Custom Characters ; 
  • Max 30 FPS input videos ;
  • No Storage Limits for Animations ;
  • Private animations ;
  • Licensed for Personal Use
This online tool lets you create your 3D custom character and use it.
I test with this video from youtube and this is the result:
You can find this online tool on this webpage.
The official youtube channel can be found here

luni, 19 aprilie 2021

News: Elvenar Official the new old story ...

This online game is a game with interesting graphics with cascading and complex management.
Here is another old story transposed in this game.

News: News and Community Spotlight intro from Unreal Engine.

The well-known game engine called Unreal Engine comes in mid-April 2021 with a summary of its possibilities in a short introductory video.
The video deals with aspects related to game engine development in an elementary way.

sâmbătă, 17 aprilie 2021

CodePen: Lottie for Web, Android, iOS, React Native, and Windows - 001.

Lottie is a mobile library for Web, and iOS that parses Adobe After Effects animations exported as JSON with Bodymovin and renders them natively on mobile!, see GitHub project.
You can find Lottie files on this website
This is a simple example with lottie-player.js:

See the Pen lottie-player html 001 by Cătălin George Feștilă (@catafest) on CodePen.

News: Industrialists on EVE Online.

EVE Online is a community-driven spaceship MMORPG where players can play free, choosing their own path from countless options. Experience space exploration, immense PvP and PvE battles and a thriving player economy in an ever-expanding sandbox. Participate in many in-game professions and activities, including war, politics, piracy, trading, and exploration, across 7,000 star systems with hundreds of thousands of other players
Today this online game with the news:
Industrialists shape the universe of EVE Online, being responsible for supplying the ships, ammo, and equipment that fuel the biggest wars in gaming history. 
You can download it and play it from the official website.

duminică, 4 aprilie 2021

Everything he touches into chickens!

The game Neverwinter come with this new feature:
... who has an unfortunate condition of turning everything he touches into chickens!

CodePen: A simple progressbar with CSS.

A simple test with CSS about how to create two simple progress bars. The code source of this example - https://codepen.io/catafest/pen/rNjmdwa show us about the cascading source code in CSS and how this works pe properties in CSS. This difference of the source code in CSS change the speed of the animation:
 animation: animate 6s ease-in-out infinite;
...
 animation: animate 1s ease-in-out infinite;
Some changes to the CSS source code are not allowed because they have no effect on the end result or must be used in order to complete the base code and have the end result. Another good example is flex:
display: flex;
On the parent element also changes how width and height work. CSS codes defines have no effect on a flex container. ... I can tell you that it is not very easy to change a project based on CSS, so the steps of designing and building a website are very important.

See the Pen CSS excample 001 by Cătălin George Feștilă (@catafest) on CodePen.