Blender 3D | Best way to start with 3D
It’s been a while since I done 3D stills and animations and 3D Blender seems to be perfect software to start, even if you have zero experience. I have to say that they simplified interface a lot in later versions and basics can be achieved within 15h.
Good way to start is with “basic starter donut tutorial” – the one that I did was this one – https://www.youtube.com/watch?v=NyJWoyVx_XI&list=PLjEaoINr3zgEq0u2MzVgAaHEBt–xLB6U
The tutorial has it all – modelling, textures, lights and animations. So, if you are feeling brave … :).
Here is the progression:
Here is the 3s animation video mp4:
Blender 3D | Best way to start with 3D
It’s been a while since I done 3D stills and animations and 3D Blender seems to be perfect software to start, even if you have zero experience. I have to […]
Basic text scraping from websites in Python
In my experience, Python is a easier programming languages to start with, mostly because of syntax which is very readable and minimal. For python apps that means reduced cost of maintenance […]
Basic webpage preloader
Page preloaders are useful if you have a big landing page or a lot of content and pictures, videos, so the visitors are “entertained” while the page is loading.
Countdown timer concept with AngularJS – Part5
This is part 5 of a custom countdown timer with AngularJS. We added sound notice when time is up. This will be (for now) the final version of our Countdown timer. […]