Today, 29.10.2020, version 4.4.1 of the Krita drawing and animation program was launched.
You can download it and read more on the official website.
The development team comes with this useful information:
Despite an extra-long beta period during which we got awesome feedback from our community, 4.4.0 was released with several regressions, that is, bugs that weren’t present in 4.3.0. So today we’re releasing Krita 4.4.1 with the following fixes:
...
NOTE for Windows Users: Microsoft has changed the way applications signed with certificates are handled. Only Digicert certificates are automatically trusted, other certificates will only be trusted if enough people bypass smartscreen to run the signed application. If you see the “Windows protected your PC” screen, press “More Info”, then select “Run anyway”. The more people do this, the earlier Microsofts machine learning algorithm will learn Krita is perfectly fine.
2D, 3D, game, games, online game, game development, game engine, programming, OpenGL, Open AI, math, graphics, design, graphic, graphics, game development, game engine, programming, web development, web art, web graphic, arts, tutorial, tutorials,
joi, 29 octombrie 2020
sâmbătă, 3 octombrie 2020
About Phaser Editor 2D game editor.
Today I install Phaser Editor 2D on Fedora 32, you can download it from the official website.
Phaser Editor 2D is a commercial IDE to develop video-games. It is delivered as an offline product and users can run it for free (with certain limitations) or can purchase a license key to unlock all features.
Phaser Editor 2D version 3, the latest, is a complete new software based on web technologies. So we created Play Phaser Editor 2D, a small service to allow Phaser Editor 2D license owners, to run the editor and create small projects in the cloud.
However, in the future, we will provide a different cloud service with options for storage, collaboration, publishing, integration with other services and payment.
These are the Play Phaser Editor 2D available plans:
Free Plan and Premium Plan
About Free Plan:
Running the FREE PLAN
0B/50MB of storage is used
59 days before expiration date
The Premium Plan comes with these options:
- One Year License - 30$ Valid for one year after the purchase. Phaser Editor 2D Team email support. Write to developers@phasereditor2d.com. The option to refund in the first month after the purchase.
- Two Years License - 45$ Valid for two years after the purchase. Phaser Editor 2D Team email support. Write to developers@phasereditor2d.com. The option to refund in the first month after the purchase.
- Lifetime License - 75$ Never expires. Phaser Editor 2D Team email support. Write to developers@phasereditor2d.com. The option to refund in the first month after the purchase.
- Two Years Team License - 125$ 5 developers allowed. Valid for two years. Phaser Editor 2D Team email support. Write to developers@phasereditor2d.com. The option to refund in the first month after the purchase.
Posted by
Cătălin George Feștilă
Labels:
2020,
2D,
design,
Fedora,
Fedora 32,
Game,
game programing,
javascript,
linux,
Phaser Editor 2D
sâmbătă, 5 septembrie 2020
Shadertoy: The sin math function - 002.
This is another shader example to draw a sine math function using a sine wave, see Wikipedia.
I used shadertoy website and the mat sin function by time.
The source code is commented for a better understanding of it.
// this size of line to paint each pixel from screen
const float size = 0.01;
void mainImage( out vec4 fragColor, in vec2 fragCoord )
{
// Normalized pixel coordinates (from 0 to 1)
vec2 uv = fragCoord/iResolution.xy;
// resize uv
uv = uv * 2.0;
// translate normalized pixel coordinates uv from [0,1] to [-1, 1] with
uv = (uv - 1.0);
// get uv.x aspect ratio
uv.x *= iResolution.x / iResolution.y;
// get simple sine
//float t = sin(uv.x);
// get sine * 3 with same size uv will zoom the sine graphic
// see also https://en.wikipedia.org/wiki/Sine_wave
float t = sin(uv.x * 3.0);
// select domain area of sine and drwa yellow color
// else put an blue color on rest
if (uv.y >= t - size && uv.y <= t + size) {
// draw sine
fragColor = vec4(1.0,1.0,0.0,1.0);
} else {
// draw background
fragColor = vec4(0.0,0.0,1.0,1.0);
}
}
The result of this shader is this:
Posted by
Cătălin George Feștilă
Labels:
2020,
2D,
design,
graphics,
math,
programming,
shader,
shadertoy,
tutorial,
tutorials,
web development,
website
miercuri, 2 septembrie 2020
NVIDIA Developer channel and Blender 3D.
The NVIDIA Developer youtube channel comes with this great intro for Blender3D software and RTX features.
Blender is an open-source 3D software package that comes with the Cycles Renderer. Cycles is already a GPU enabled path-tracer, now super-charged with the latest generation of RTX GPUs.
Furthering the rendering speed, RTX AI features such as the Optix Denoiser infers rendering results for a truly interactive ray tracing experience.
To try it yourself and learn more about NVIDIA RTX accelerated denoising inside of the Blender viewport, visit https://www.blender.org/download/rele...
Blender is an open-source 3D software package that comes with the Cycles Renderer. Cycles is already a GPU enabled path-tracer, now super-charged with the latest generation of RTX GPUs.
Furthering the rendering speed, RTX AI features such as the Optix Denoiser infers rendering results for a truly interactive ray tracing experience.
To try it yourself and learn more about NVIDIA RTX accelerated denoising inside of the Blender viewport, visit https://www.blender.org/download/rele...
duminică, 30 august 2020
Last Day on Earth – Hunting Season Pass Trailer and Season 10.
The game produced by Kefir development team comes with two videos about the Last Day on Earth game.
The game can be found at the google play.
Aug 25, 2020: Last Day on Earth – Season 10 Gameplay Trailer.
Aug 26, 2020: Last Day on Earth – Hunting Season Pass Trailer.
The game can be found at the google play.
Aug 25, 2020: Last Day on Earth – Season 10 Gameplay Trailer.
Aug 26, 2020: Last Day on Earth – Hunting Season Pass Trailer.
duminică, 23 august 2020
About ZBrush 2021 3D software.
ZBrush 2021 comes with many features like the Dynamics system.
This along with Controlled Cloth Sculpting and a revisiting of our Dynamic Subdivision feature.
A new feature to ZModeler, as well as introducing iMage 3D support to ZBrush.
This gives the ability to open native-format files created by ZBrushCoreMini.
The ZBrush engine itself has also been enhanced, finding ways to improve performance across the board.
The ZBrush 2021 sculpts more fluidly, as well as taking less time to perform other operations such as DynaMesh.
The price starts from $39.95 / Month, $179.95 / 6 Months, and $895 for SINGLE USER PERPETUAL LICENSE*.
The next video from askNK - youtube channel show us some of these features.
This along with Controlled Cloth Sculpting and a revisiting of our Dynamic Subdivision feature.
A new feature to ZModeler, as well as introducing iMage 3D support to ZBrush.
This gives the ability to open native-format files created by ZBrushCoreMini.
The ZBrush engine itself has also been enhanced, finding ways to improve performance across the board.
The ZBrush 2021 sculpts more fluidly, as well as taking less time to perform other operations such as DynaMesh.
The price starts from $39.95 / Month, $179.95 / 6 Months, and $895 for SINGLE USER PERPETUAL LICENSE*.
The next video from askNK - youtube channel show us some of these features.
Posted by
Cătălin George Feștilă
Labels:
2020,
3D,
design,
graphics,
software,
software 3D,
tool,
ZBrush 2021
duminică, 16 august 2020
Multiple online tools on angrytools webpage.
The angrytools webpage comes with multiple online tools.
These tools solve multiple issues for you, like:
A new webpage is open with the tool, make changes, and use the result.
For example, click on Gradient to Image Maker button to use this feature.
The new page is open with a gradient area and example.
Select your gradient from Presets and use generate source button to fill CSS code area with the CSS source code for that gradient.
You can copy this source code and use it in your project.
These tools solve multiple issues for you, like:
- Online CSS Gradient Generator;
- Gradient to Image Maker;
- Android Button Maker;
- Code for Email;
- CSS Generator;
- Android Pixel Calculator;
- Basic Commands - Ubuntu/Windows;
- CSS Animation Kit;
- Total Text Converter;
- Ultimate Bootstrap Editor;
- CSS Media Query;
A new webpage is open with the tool, make changes, and use the result.
For example, click on Gradient to Image Maker button to use this feature.
The new page is open with a gradient area and example.
Select your gradient from Presets and use generate source button to fill CSS code area with the CSS source code for that gradient.
You can copy this source code and use it in your project.
Posted by
Cătălin George Feștilă
Labels:
2020,
online,
online tool,
tutorial,
tutorials,
web,
website
vineri, 31 iulie 2020
Figmin XR adds Sketchfab.
The Figmin XR AR/VR platform for creating and experiencing holographic content adds Sketchfab.
You can create your Sketchfab 3D models that can be converted to Voxels and remixed by Figmin XR’s built-in Voxel editor.
These models can be stored in your inventory and placed anywhere in your digital space.
You can create your Sketchfab 3D models that can be converted to Voxels and remixed by Figmin XR’s built-in Voxel editor.
These models can be stored in your inventory and placed anywhere in your digital space.
Posted by
Cătălin George Feștilă
Labels:
2020,
2D,
3D,
AR platform,
design,
Figmin XR,
graphics,
online,
online tool,
Sketchfab,
tool,
VR platform
CameraBag Photo 2020
Ultra-intuitive tools for filtering and editing photos and videos. Available for MacOS and Windows.
This product comes with a price of $30.00.
You can try CameraBag free for 7 days.
At any point, you can purchase a license to unlock the time restriction and register the program on your system.
Already own a CameraBag license and have purchased/renewed your upgrade period within the last year?
This download will upgrade you to the latest version.
This product comes with a price of $30.00.
You can try CameraBag free for 7 days.
At any point, you can purchase a license to unlock the time restriction and register the program on your system.
Already own a CameraBag license and have purchased/renewed your upgrade period within the last year?
This download will upgrade you to the latest version.
System Requirements:
MacOS 10.12 or newer, 64-bit Intel
Windows 8 or newer, 64-bit
1GB RAM, 100 MB hard drive space
MacOS 10.12 or newer, 64-bit Intel
Windows 8 or newer, 64-bit
1GB RAM, 100 MB hard drive space
vineri, 24 iulie 2020
News: Blender released Alpha version 2.91.0 .
Yesterday, 23.07.2020 the Blender 3D team launched the Alpha version 2.91.0 of the well-known Blender 3D graphics program.
You can find it here.
The team completed the launch in the characteristic style with a joint meeting on the official youtube channel, see:
You can find it here.
The team completed the launch in the characteristic style with a joint meeting on the official youtube channel, see:
Posted by
Cătălin George Feștilă
Labels:
2020,
2020 news,
2D,
3D,
Blender 3D,
news,
software,
software 3D
vineri, 17 iulie 2020
The new ManuelBastioniLAB is named MB-Lab.
The ManuelbastioniLAB add-on was a free and open-source character editor human and will reborn with the name MB-Lab.
Is working very well with Blender 2.90.0 and today I tested.
First if you want to used it then download it from the official website.
Open the Blender 3D software and from main menu: Edit - Preferences... select Add-ons and Install... button and select the downloaded zip file.
You can see in the next image the install of the Characters MB-Lab setting area where is need to be check.
Press the N key on your keyboard to see the all features of this add-on.
This is the result of the default Create character button and you can tested with all of these settings.
Is working very well with Blender 2.90.0 and today I tested.
First if you want to used it then download it from the official website.
Open the Blender 3D software and from main menu: Edit - Preferences... select Add-ons and Install... button and select the downloaded zip file.
You can see in the next image the install of the Characters MB-Lab setting area where is need to be check.
Posted by
Cătălin George Feștilă
Labels:
2020,
3D,
addon,
addons,
blender,
Blender 3D,
character,
graphics,
software,
software 3D,
tutorial,
tutorials
miercuri, 15 iulie 2020
Another online math editor named mathcha.
If you like math whether you are a student, teacher, or parent, then this online editor is very suitable for you.
Take a look at the official youtube channel:
Take a look at the official youtube channel:
Posted by
Cătălin George Feștilă
Labels:
2020,
2D,
editor,
graphics,
math,
mathematical functions,
online,
online tool,
web,
website
duminică, 28 iunie 2020
Godot 4.0 : New feature SDFGI on Godot.
Another feature for Godot game engine:
Juan Linietsky is part of the development team of Godot game engine starts in 2007.
- Godot 4.0 gets SDFGI stands for Signed Distance Field Global Illumination based real-time global illumination;
Juan Linietsky is part of the development team of Godot game engine starts in 2007.
Unity 3D : Unity Learn Premium will be available to everyone at no cost.
Unity 3D team comes with many resources and features for game development and students:
Supporting our Community: We’re making Learn Premium available to all users in perpetuity. Start Learning.
You can find on the official webpage two :
Unity ML-Agents Hummingbirds
and
Unity ML-Agents Penguins
A short introduction by Jessica Lindl on June 23, 2020, can be found on the official Unity blog tells us:
... That’s why starting today, Unity Learn Premium will be available to everyone at no cost.
Now, let's see the video from the official Unity YouTube channel:
Supporting our Community: We’re making Learn Premium available to all users in perpetuity. Start Learning.
You can find on the official webpage two :
Unity ML-Agents Hummingbirds
and
Unity ML-Agents Penguins
A short introduction by Jessica Lindl on June 23, 2020, can be found on the official Unity blog tells us:
... That’s why starting today, Unity Learn Premium will be available to everyone at no cost.
Now, let's see the video from the official Unity YouTube channel:
sâmbătă, 27 iunie 2020
How to Create Variable Radius Bevel in Blender by Gleb Alexandrov.
With 157K subscribers, the author of this video tutorial comes with a good point to start learning Blender 3D software ...
Follow the channel to see more ...
Follow the channel to see more ...
Posted by
Cătălin George Feștilă
Labels:
2020,
2D,
3D,
Blender 3D,
design,
graphics,
software 3D,
tutorial,
tutorials,
video tutorial,
youtube
duminică, 21 iunie 2020
News: Contest from Pixilart website.
Pixilart Speed Drawing Contest is the first of its type. A winner will be chosen on July 31st, 2020 at which time this contest will come to an end.
You need to draw something, record your drawing and upload it to youtube and put the link of the youtube video to the official website.
You can win an Artist Display 12 Pro tablet.
And that's not all, the website has an online tool for drawing and comes with these new features:
You need to draw something, record your drawing and upload it to youtube and put the link of the youtube video to the official website.
You can win an Artist Display 12 Pro tablet.
And that's not all, the website has an online tool for drawing and comes with these new features:
- online gallery;
- create an account, and share your drawings;
- every day this website comes with a daily challenge to test your skill;
joi, 18 iunie 2020
News: The new release of GIMP version 2.10.20 .
This new stable release version 2.10.20 come at 2020-06-07 for all users.
The release can be download for GNU/Linux, OS X ,and Microsoft Windows on the official webpage.
The team development tells us about this release here:
GIMP 2.10.20 comes with new features as well as important bugfixes.
Release highlights:
Tool-group menus can now expand on hover
Non-destructive cropping now available by cropping the canvas rather than actual pixels
Better PSD support: exporting of 16-bit files now available, reading/writing channels in the right order
On-canvas controls for the Vignette filter
New filters: Bloom, Focus Blur, Lens Blur, Variable Blur
Blending options now built into filter dialogs
Over 30 bugfixes
duminică, 14 iunie 2020
Shadertoy: A simple round square.
This is a simple tutorial about how you can create a simple round square build using the math function sqrt and the shadertoy web tool.
The source code is very simple and all the lines of source code come with explained comments
Let's see the source code:
// create a function for round square
vec3 round_square( vec2 uv )
{
// Set the size of the square, can be changed .01 6.
float square_dimension = 6.;
// Create math function for round sqare shape
float my_square = sqrt(length(pow(uv-vec2(.0,.0),vec2(square_dimension))))-.1;
//Set default poz
vec3 poz = vec3(1.,1.,1.);
// Return the result
return mix(vec3(0.1),poz*poz, smoothstep(0.,.001,my_square));
}
// Set color for the round square
vec3 color = vec3(.1, 76., 76.);
void mainImage( out vec4 fragColor, in vec2 fragCoord )
{
// Normalized pixel coordinates (from 0 to 1)
vec2 uv = (fragCoord-.5*iResolution.xy)/iResolution.y;
// Set color 0,0,0,0
fragColor = vec4(0);
// u=Use for to build with round_square
for (int i = 0; i < 10+int(min(0,iFrame)); i++) {
// Set UV2 from basic UV
vec2 uv2 = uv + 1. / iResolution.y * 1.25;
// Create the round square
fragColor += vec4(round_square(uv2) + color.xyz , 1.);
}
// show the square
fragColor.xyz = (fragColor.xyz/fragColor.w);
}
This is the result:
miercuri, 3 iunie 2020
Blender 3D : The new long-term support release version 2.83 LTS.
The Blender 3D team comes with this new release version 2.83 LTS and with this short intro:
With over 1250 bugfixes, and further critical fixes due throughout the next two years as part of the Long Term Support program, Blender 2.83 LTS provides the performance and stability needed for major projects. New features include VR support, OpenVDB import, OptiX viewport denoising and a powerful new physics-enabled Cloth Brush.
These features are show on the official website:
- OpenVDB files can now be imported and rendered with the new Volume object;
- Files may be generated by Blender’s fluid simulation cache or even other software such as Houdini;
- Blender now ships with the first milestone in VR support powered by OpenXR;
- Use the OptiX VIEWPORT DENOISER from NVIDIA;
- Sculpt realistic wrinkles with the new Cloth Brush;
- Sharpen mode in Mesh Filter;
- The new Face Sets system lets you control the visibility of individual parts of a mesh, or automatically mask parts of its surface for sculpting;
- Significant changes on the Grease Pencil;
All of these features and the download installer can be found at the official webpage.
Krita 4.3.0: Another released from Krita team.
On International Children's Day, the Krita graphics team came up with a new release.
Here are the new enhancements and features that this release brings.
This is the second beta release for Krita 4.3.0. It’s later than expected because our system for making release builds was temporarily unavailable.
Since the first beta, the following issues have been addressed:
Fix Color picking in freehand path and bezier curve tool (BUG:373037).
Fix zooming after changing the image resolution (BUG:421797)
Switch the stabilizer to always use scalable distance (BUG:421314)
Make sure channel thumbnails are not inverted when working with CMYK images (BUG:421442)
Make it possible to use save incremental and incremental backup on files in folders that are named to look like incremental saves or backups (BUG:421792)
The Python API for handling Document and Node objects is now synchronous: you do not have to add extra waitForDone calls anymore. (BUG:401497)
On macOS, support for using modifier keys with canvas input actions has been improved ( BUG:372646, BUG:373299, BUG:391088)
Implement touch support for Wacom tablets. Patch by P. Varet — thanks! (BUG:421295)
Fix issues with files taking a long time to save (BUG:421584)
Make the placeholder text in the text shape shorter and translatable (BUG:421663)
Shift-click on a layer to see the layer in isolation doesn’t change the visibility state of all layers anymore
Animation frames outside the requested range are no longer rendered
Make the autosave recovery dialog clearer (BUG:420014)
Properly play animations and show onion skins when viewing layers in isolation (BUG:394199)
Fix the position of the text shape editor on Windows (BUG:419529)
Fix gamut mask rendering (BUG:421142)
Fix artefacts when rendering the marching ants outline for small or complex selections (BUG:407868, BUG:419240, BUG:413220)
The animation timeline now correctly highlights the current frame after loading a file (BUG:403854)
Correctly align the onion skin after cropping an image (BUG:419462)
Fix rendering animations with odd render dimensions (BUG:396128)
Set the default values for the split layer dialog to something sensible
Fix eraser mode to be reset when the same color is picked from the canvas (BUG:415476)
Fix the aspect ratio of layer and channel thumbnails
Show the unsqueezed text of a squeezed combobox as a tooltip (BUG:415117)
Add more translation context in several places
Fix selecting colors in the stroke selection dialog (BUG:411482)
Fix the memory management of documents created from Python (BUG:412740)
Since the first beta, the following issues have been addressed:
Fix Color picking in freehand path and bezier curve tool (BUG:373037).
Fix zooming after changing the image resolution (BUG:421797)
Switch the stabilizer to always use scalable distance (BUG:421314)
Make sure channel thumbnails are not inverted when working with CMYK images (BUG:421442)
Make it possible to use save incremental and incremental backup on files in folders that are named to look like incremental saves or backups (BUG:421792)
The Python API for handling Document and Node objects is now synchronous: you do not have to add extra waitForDone calls anymore. (BUG:401497)
On macOS, support for using modifier keys with canvas input actions has been improved ( BUG:372646, BUG:373299, BUG:391088)
Implement touch support for Wacom tablets. Patch by P. Varet — thanks! (BUG:421295)
Fix issues with files taking a long time to save (BUG:421584)
Make the placeholder text in the text shape shorter and translatable (BUG:421663)
Shift-click on a layer to see the layer in isolation doesn’t change the visibility state of all layers anymore
Animation frames outside the requested range are no longer rendered
Make the autosave recovery dialog clearer (BUG:420014)
Properly play animations and show onion skins when viewing layers in isolation (BUG:394199)
Fix the position of the text shape editor on Windows (BUG:419529)
Fix gamut mask rendering (BUG:421142)
Fix artefacts when rendering the marching ants outline for small or complex selections (BUG:407868, BUG:419240, BUG:413220)
The animation timeline now correctly highlights the current frame after loading a file (BUG:403854)
Correctly align the onion skin after cropping an image (BUG:419462)
Fix rendering animations with odd render dimensions (BUG:396128)
Set the default values for the split layer dialog to something sensible
Fix eraser mode to be reset when the same color is picked from the canvas (BUG:415476)
Fix the aspect ratio of layer and channel thumbnails
Show the unsqueezed text of a squeezed combobox as a tooltip (BUG:415117)
Add more translation context in several places
Fix selecting colors in the stroke selection dialog (BUG:411482)
Fix the memory management of documents created from Python (BUG:412740)
joi, 28 mai 2020
This website comes with a lot of PNG images with transparency.
This website is a good database with images all into PNG format.
These images can be used in many tasks and are very helpful because has a background with transparency.
See this screenshot of the website:
miercuri, 27 mai 2020
News: The new Unity 2020.1 beta.
The new Unity 3D Beta 2020.1b has also appeared.
I've been waiting for some time to see the changes made by the Unity 3D development team.
I'm super happy with how it's progressing.
Here are some features and a video about these new changes:
Known Issues in 2020.1.0b10
- Animation: Editor crashes with Animator::CreateInternalControllerPlayable when GameObjects are mached (1245074)
- Animation: [macOS] Inconsistent crash in objc_msgSend/objc_retain when previewing
- Animations with Animator window open (1242026)
- Asset Import Pipeline: Unity YAML Upgrading project to 2019.3 Asset Database V2 makes the project crash on startup (1228192)
- Asset Importers: Crash when importing Elongata package from the Asset Store (1209240)
- Audio: Editor crashes on changing 'System Sample Rate' when Audio track preview is being played in Timeline window (1232743)
- Audio: [Windows] Editor uses one CPU Logical Processor at 100% while the game is in Pause Mode (1219619)
- Collab: Collab re-enables itself after being turned off (1244885)
- GI: Fixed GI baking in batchmode when using Scriptable Render Pipelines. (1211448) Fixed in 2020.1.0b11.
- GI: Fixed the lightmapper sometimes getting stuck, especially on undo after moving instances or changing resolutions. (1144403) Fixed in 2020.1.0b11.
- Global Illumination: Crash with empty stacktrace when starting bake in the new scene after baking previous scene with GPU PLM (1244384)
- Global Illumination: [OSX][GPUPLM]OS Kernel Panic crash with 'Thread may have been prematurely finalized' after baking the scene with AMD GPU (1160419)
- Global Illumination: [URP] Transparencies are ignored because URP uses _BaseMap as main texture identifier (1246262)
- Global Illumination: [macOS] BugReporter doesn't get invoked when the project crashes (1219458)
- Global Illumination: gi::InitializeManagers() takes 0.6s during Editor startup (1162775)
- Graphics - General: AsyncGPUReadback.Request never releases unused allocated memory (1234193)
- Graphics - General: Crash on startup when Shader Variant with Standard ForwardAdd DIRECTIONAL is assigned and SourceAssetDB present in Library (1235969)
- Graphics - General: Plugging time into a master node on HDRP crashes Unity (1246991)
- Graphics - General: [Performance Regression] AssetBundleLoadAllAssets -
- Load_Prefabs_AllAssets is significantly slower than 18.4 (1203512)
- Graphics - General: [Performance Regression] AssetBundleLoadSingleAssets :
- LoadAsync_Prefabs_SingleAssets is significantly slower than 18.4 (1203511)
- Graphics: Crash on PrepareShadowMaps when entering Play Mode (1233829)
- This is a change to a 2020.1.0 change, not seen in any released version, and will not be mentioned in final notes. Fixed in 2020.1.0b11.
- IAP: Unity purchasing gives error on project upgrade due to failing to find UnityEngine.UI assembly (1193773)
- IL2CPP: Fix JSON exception when building project with large number of scenes (1240780) Fixed in 2020.1.0b11.
- IL2CPP: Fix a severe performance regression in UnityLinker when building a player for UWP. (1229420)
- This is a change to a 2020.1.0 change, not seen in any released version, and will not be mentioned in final notes. Fixed in 2020.1.0b11.
- IMGUI: Editor crashes on StageUtility::IsGameObjectRenderedByCameraAndPartOfEditableScene when calling Undo.PerformUndo() method (1242926)
- Linux: Selection frame drawn in Scene view when a GameObject is selected while Alt and left mouse buttons are pressed (1239227)
- MacOS: Unity kernel crashes Mac with OpenGL when only Intel Graphics are present (1225380)
- MacOS: [HDRP][Metal][macOS 10.14] Unity freezes the whole OS or crashes when opening prefab (1219198)
- MacOS: [macOS] Mac crashes when opening the project with m_APIs under WindowsStandaloneSupport with only integrated Iris GPU (1232673)
- Mobile: [iOS] Debug .pdb files are added to iOS release builds (1232798)
- Mono: Crash with various stack traces when exiting Play Mode after recompiling scripts (1238859)
- Packman: [PackMan] Search results for "My Assets" don't match the package count displayed below and neither do they refresh (1222784)
- Scripting: Intellisense does not work when External script Editor is changed and set back to Visual Studio 2019 (1249626)
- Scripting: Entering Playmode with Scene Reload disabled crashes when DestroyImmediate is used in OnDisable (1250550)
- Scripting: Script importing no longer fails when method is called on integer literal. (1247409). This is a change to a 2020.1.0a7 change, not seen in any released version, and will not be mentioned in final notes. Fixed in 2020.1.0b11.
- Scripting: [SerializeReference] non-serialized Initialized fields lose their values when entering and during play mode. (1193322)
- Scripting: [SerializedField] fields produce "Field is never assigned to..." warning (1080427)
- WebGL: Using XElement.Load(string uri) causes an uncaught abort exception when using dlopen() dynamic linking in Emscripten (1192963)
- Windows: Cannot activate license within a docker container (1193364)
Posted by
Cătălin George Feștilă
Labels:
2019 news,
2020,
2020 news,
2D,
3D,
3d engine,
news,
software 3D,
Unity,
video tutorial
marți, 26 mai 2020
Aladin lite version of Aladin Sky Atlas.
Aladin lite is a lightweight version of the Aladin tool.
Aladin lite is powered by the HTML5 canvas technology, currently supported by any modern browser.
Aladin lite is easily embeddable on any web page and can also be controlled through a Javacript API.
This running in the browser and geared towards simple visualization of a sky region.
Read more on the official webpage.
This is a short intro from the official youtube channel of CDS - Centre de données astronomiques de Strasbourg.
vineri, 22 mai 2020
luni, 18 mai 2020
Hubs the online VR platform by Mozilla team
Today I will show you a great social environment build on VR platform by Mozilla team.
They tells us about this online web tool named Hubs:
Hubs is a social VR platform that runs right in your browser.With Hubs you can create your own virtual space with a single click and invite others to join using a URL. No installation process or app store required.
Watch videos with friends, give presentations, or meet with colleagues remotely.Hubs makes it easy to connect with others and share images, videos, 3D models, and more.
Hubs works across platforms.Got a VR headset? Awesome! If not, you can use your desktop computer, laptop, tablet, or mobile device.
Hubs is open source and customizable.You can choose how you represent yourself by uploading your own avatar, and build your own world using Hubs' environment editor Spoke.
This great online tool and you can read more about the whats-new webpage.
Spoke is an online 3D scene editor developed by the Mozilla Mixed Reality team and let you to build your own scenes for Hub.
You can test my chat room I build it.
To custom your avatar use the template from the GitHub project and
this online tool.
Posted by
Cătălin George Feștilă
Labels:
2020,
3D,
Mozilla,
online,
online tool,
software 3D,
tutorial,
tutorials,
VR platform
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.
You can download this engine from the official webpage.
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.
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.
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.
Posted by
Cătălin George Feștilă
Labels:
2020,
3D,
3d engine,
asset,
assets,
software 3D,
tutorial,
tutorials,
Unity,
unitypackage,
video tutorial
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.
The full source code is free and can be found at this GitHub project.
You can test it at Fantasy-Map-Generator online tool.
Posted by
Cătălin George Feștilă
Labels:
2020,
3D,
online,
online tool,
web,
web development,
website
duminică, 10 mai 2020
Star Trek Online from Arc Game.
When I have time I play this game named Star trek Online.
You can find it on the store steam and is not very easy but with a good story.
One difficult mission is the The Valut, I don't finished yet because is a circular encrypted random code.
The developer come with this intro:
In Star Trek Online, the Star Trek universe appears for the first time on a truly massive scale.
Players take the captain's chair as they command their own starship and crew.
Explore strange new worlds, seek out new life and new civilizations, and boldly go where no one has gone before.
Recent Reviews:
Mostly Positive (269)
All Reviews:
Mostly Positive (12,376)
Release Date:
2 Feb, 2010
Developer:
Cryptic Studios
Publisher:
Perfect World Entertainment
You can find it on the store steam and is not very easy but with a good story.
One difficult mission is the The Valut, I don't finished yet because is a circular encrypted random code.
The developer come with this intro:
In Star Trek Online, the Star Trek universe appears for the first time on a truly massive scale.
Players take the captain's chair as they command their own starship and crew.
Explore strange new worlds, seek out new life and new civilizations, and boldly go where no one has gone before.
Recent Reviews:
Mostly Positive (269)
All Reviews:
Mostly Positive (12,376)
Release Date:
2 Feb, 2010
Developer:
Cryptic Studios
Publisher:
Perfect World Entertainment
miercuri, 6 mai 2020
Blender 3D : Use Text FX addon for your text effects.
The Text FX addon is a addon to animate text and numbers.
After install press the N key and you will see a TextFX tab in the right area of Object Mode.
You can start add text Simple or Advanced and then select the effects for this text.
Pretty easy to use it.
This addon can download it from blenderartists.org.
A simple video tutorial from the New Media Supply channel.
After install press the N key and you will see a TextFX tab in the right area of Object Mode.
You can start add text Simple or Advanced and then select the effects for this text.
Pretty easy to use it.
This addon can download it from blenderartists.org.
A simple video tutorial from the New Media Supply channel.
Posted by
Cătălin George Feștilă
Labels:
2.8,
2020,
3D,
addon,
addons,
Blender 3D,
software 3D,
tutorial,
tutorials,
video tutorial
luni, 4 mai 2020
Blender 3D : Create a desert camouflage material with nodes.
Today I will show you how you can create new material like a Desert Camouflage Mosaic.
Open your Blender 3D and remove the default cube and add a plane.
You can use the default cube if you want.
Go to the main menu and select the Shading tab.
Using the keys Shift+A and Search option add these nodes to your 3D object (plane or cube).
Link with the mouse by drag and drop each node and change values like in my screenshot.
Don't forget to save the blender file with the keys Ctr+S.
Open your Blender 3D and remove the default cube and add a plane.
You can use the default cube if you want.
Go to the main menu and select the Shading tab.
Using the keys Shift+A and Search option add these nodes to your 3D object (plane or cube).
Link with the mouse by drag and drop each node and change values like in my screenshot.
Don't forget to save the blender file with the keys Ctr+S.
duminică, 3 mai 2020
Roblox Studio : the hat tutorial.
Today I create a video tutorial about how you can add an object into your game created with Roblox Studio.
The full tutorial and all information can be found on description on my video tutorial:
The full tutorial and all information can be found on description on my video tutorial:
Posted by
Cătălin George Feștilă
Labels:
2020,
Game,
game programming,
games,
online game,
Roblox,
Roblox Studio,
tutorial,
tutorials,
video tutorial
sâmbătă, 2 mai 2020
Testing the ACE embeddable code editor.
Topday I try to use the ACE editor.
This is an embeddable code editor written in JavaScript with many features:
You can read more at the official website.
- Syntax highlighting for over 110 languages (TextMate/Sublime Text.tmlanguage files can be imported)
- Over 20 themes (TextMate/Sublime Text .tmtheme files can be imported)
- Automatic indent and outdent
- An optional command line
- Handles huge documents (four million lines seems to be the limit!)
- Fully customizable key bindings including vim and Emacs modes
- Search and replace with regular expressions
- Highlight matching parentheses
- Toggle between soft tabs and real tabs
- Displays hidden characters
- Drag and drop text using the mouse
- Line wrapping
- Code folding
- Multiple cursors and selections
- Live syntax checker (currently JavaScript/CoffeeScript/CSS/XQuery)
- Cut, copy, and paste functionality
You can read more at the official website.
See the Pen ace_editor_001 by Cătălin George Feștilă (@catafest) on CodePen.
Posted by
Cătălin George Feștilă
Labels:
2020,
javascript,
tutorial,
tutorials,
web,
web development
marți, 28 aprilie 2020
Buy my Straw hat for Roblox game.
This is my Straw hat for the Roblox game and you can buy it from sketchfab website.
It will help me maintain my online activities and websites.
It will help me maintain my online activities and websites.
duminică, 26 aprilie 2020
The RenderHub store rejects Roblox 3D lowpoly models.
The famous RenderHub website does not accept templates for Roblox users.
Here is my attempt to introduce a 3D model that respects the lowpoly conditions of this wonderful game.
Here is my attempt to introduce a 3D model that respects the lowpoly conditions of this wonderful game.
vineri, 24 aprilie 2020
Sell your 3D products on renderhub website.
Payments to our artist can be made several ways.
You can choose from several payment methods including:
Read more on the official website.
You can choose from several payment methods including:
Read more on the official website.
- PayPal
- Venmo
- Payoneer
- Skrill
- Bitcoin
- Litecoin
- Ethereum
- Send Check to My Address
- US Bank Transfer (ACH)
marți, 21 aprilie 2020
Another Ct.js game engine.
This is a game engine build and run with javascrip.
You can used on these operating systems: Windows, Linux and Mac OS.
Download the archive for your operating system and unarchive.
Start the ctjs application.
Into the main window you have some editbox for Name, Author name, Homepage and Version.
This window comes with buttons for play, stop ... many tabs: Settings, Rooms, UI, Sound ...
First, you need to fill the Settings with your Name and all data, and add Actions.
This engine game comes with examples to see how good is.
Let's see a video tutorial from Gamefromscratch user:
You can used on these operating systems: Windows, Linux and Mac OS.
Download the archive for your operating system and unarchive.
Start the ctjs application.
Into the main window you have some editbox for Name, Author name, Homepage and Version.
This window comes with buttons for play, stop ... many tabs: Settings, Rooms, UI, Sound ...
First, you need to fill the Settings with your Name and all data, and add Actions.
This engine game comes with examples to see how good is.
Let's see a video tutorial from Gamefromscratch user:
Posted by
Cătălin George Feștilă
Labels:
2020,
game engine,
game programming,
html5,
javascript,
Linux 32,
Linux 64,
Mac OS,
tutorial,
tutorials,
video tutorial,
windows 10,
windows 32,
windows 64
luni, 13 aprilie 2020
duminică, 12 aprilie 2020
News: Character Creation features over time.
Today I will comes with news from reallusion development team.
Character Creator 3 is a full character creation solution for designers to easily create, import and customize stylized or realistic looking character assets for use with iClone, Maya, Blender, Unreal Engine 4, Unity or any other 3D tools. It connects industry leading pipelines into one system for 3D character generation, animation, rendering, and interactive design.
The development team comes with new features for this 3D software and suport the families and people around the world:
During these challenging times, the Coronavirus (COVID-19) pandemic is impacting families and people around the world. At Reallusion, our focus is to provide a safe and productive working environment for our communities and our employees. In response to many of our communities’ inquiries and immediate needs to remote access software, we are implementing a few friendly options through our COVID-19 Care Program which include FREE Academic and Corporate Workgroup access from home, and 50% discounts on our Software Store. Reallusion will continue to monitor the situation and provide updates over time. Please stay safe, connected and creative!
See the video with this message and get the special price
About the new features, one is very good and is named the Headshot Plug-in.
This is a simple test with an image with me from the instagram account.
The development team comes with new features for this 3D software and suport the families and people around the world:
During these challenging times, the Coronavirus (COVID-19) pandemic is impacting families and people around the world. At Reallusion, our focus is to provide a safe and productive working environment for our communities and our employees. In response to many of our communities’ inquiries and immediate needs to remote access software, we are implementing a few friendly options through our COVID-19 Care Program which include FREE Academic and Corporate Workgroup access from home, and 50% discounts on our Software Store. Reallusion will continue to monitor the situation and provide updates over time. Please stay safe, connected and creative!
See the video with this message and get the special price
About the new features, one is very good and is named the Headshot Plug-in.
- the price start from $199;
- you can test with a trial;
- the trial don't let you to save anything;
- you can create your 3D avatar with a simple image;
- the software comes with many features for create a 3D human body;
This is a simple test with an image with me from the instagram account.
You can see a good video tutorial here:
Posted by
Cătălin George Feștilă
Labels:
2020,
2020 news,
3D,
Character Creation,
news,
Reallusion,
software 3D
sâmbătă, 11 aprilie 2020
News: The store from Marvelous Designer website.
The news in the field of 3D graphics and development come from the best clothing creation program for the production industry.
Now you can try out for free or buy 3D clothing from the store opened by the developers of this program called Marvelous Designer.
The download files used file type ZPAC format.
You can find the store at this web link.joi, 9 aprilie 2020
Create anime characters with VRoid.
This Japanese company comes with software that covers the modeling part on anime.
Here are the features listed on the official website: The VRoid Mobile is an avatar camera app that allows you to create 3D characters, change clothes, and take photos.
You can create anime models using the VRoid Studio.
All new characters are shown on this webpage named VRoid Hub.
The SDK of this project can be followed at VRoid SDK.
In this video tutorial made by askNK, you can see how can work with Visual Studio.
Here are the features listed on the official website: The VRoid Mobile is an avatar camera app that allows you to create 3D characters, change clothes, and take photos.
You can create anime models using the VRoid Studio.
All new characters are shown on this webpage named VRoid Hub.
The SDK of this project can be followed at VRoid SDK.
In this video tutorial made by askNK, you can see how can work with Visual Studio.
miercuri, 8 aprilie 2020
Sketchfab comes with new upload limits.
The new upload limits for this online tool named Sketchfab are based on credits.
An upload credit is used when a model is uploaded to the Sketchfab website.
The Sketchfab plan determines the number of models you can upload and publish each month:
An upload credit is used when a model is uploaded to the Sketchfab website.
The Sketchfab plan determines the number of models you can upload and publish each month:
-
Free Basic: 1 upload credit per month;
- Plus: 10 upload credit per month;
- Pro: 30 upload credit per month;
- Premium: 200 upload credit per month;
- Business: 500 upload models credit per month;
- Enterprise: Custom;
Abonați-vă la:
Postări (Atom)