Pages

duminică, 17 mai 2020

Godot 4.0 : New features for godot game engine.

I used this game engine with the property scripting code GDScript and is easy to learn.
This is an procedual programming scripting language without OOP features.
The Godot game engine can be used with C# programming language.
Now, the author of this article name Juan Linietsky comes with news:
Yes, indeed. Godot 4.0 will also have a very cool Voxel based real-time GI.

Still, that is a different technique aimed at different use cases. Lightmaps offer significant advantages over any other technique when the following requirements are met:

  • Performance above anything else (for mobile, lightmaps are still a must-have)
  • Quality above anything else (no light leaking, ideal for architecture)
  • Lighting will not change (lights won't move)

If these requirements are met, then lightmapping is probably the best for you.

On this official youtube channel the author show us the result of these features.
You can download this engine from the official webpage.

joi, 14 mai 2020

ISS Docking Simulator.

SpaceX's Crew Dragon is set to launch on its first crewed mission to the International Space Station on May 27th.
The full article about Crew Dragon mission can be found here.
Crew Dragon’s system includes touch screens and physical manual control options with robust fault tolerance built into the system.
he touch screens have been tuned to operate with and without the SpaceX spacesuit gloves to high reliability.
Behnken and Hurley have used same SpaceX docking simulator for training.
You can test this simulator here.

miercuri, 13 mai 2020

Unity give us the Heretic asset.

As you know already, the Heretic - Unity Short Film.
This movie has 1,534,208 views from date when was released Jan 22, 2020 by Unity 3D.
Now, they tell us:
When we revealed our short film The Heretic, the question you asked the most was, “Are you going to release this?” We’re happy to tell you that one of the most requested elements of this production – the Digital Human Character and Technology stack – is now available for you to download.
The full article with the link to the Heretic asset from Unity team can be found here.
The full movie can be see on youtube.

The new video tutorial about how can be used can be see on youtube.

Fantasy-Map-Generator online tool.

This online map generator is a simple way to generate maps.
The full source code is free and can be found at this GitHub project.
Fantasy map generator online tool