Visualizzazione post con etichetta Animation. Mostra tutti i post
Visualizzazione post con etichetta Animation. Mostra tutti i post

mercoledì 11 novembre 2020

Zx Spectrum Next - Game study



A new project started following Jim Bagley's live sessions.
It is a jump back in the past programming on Spectrum some simple games-like stuff.
The above is an example written in ZXBasic that is full of great features for making simple games.
Let see if we will port some of this in machine code, at least this is what Jim is trying to do....

martedì 22 dicembre 2015

Merry Christmas !!


Ok I'm a Garfield fan so, a loooooong time ago (... really I thought this work was lost but I found it by chance last week so...), I asked him help to wish you all:

MERRY CHRISTMAS !!


sabato 10 ottobre 2015

Warrior animation 1


Some more frames: a new frame for the heavy blow, a lateral jump  with sword and a forward with sword (a short skidding step) are added.
And everything put togheter in a new sequence.

mercoledì 30 settembre 2015

Jump


And now another basic action: jumping.
As usual a short sequence for a small jump, using a low number of frames.

sabato 26 settembre 2015

Running


Another basic action added to the list available for our warrior: the run.
 It could not seem but there are a lot of actions that have to be considered for giving an acceptable degree of interactivity to a game character.
Running is quite common in games, usually mor than walking, so how can I miss an attempt of drawing some frames for my fantasy warrior ? No way of avoiding that.
Having already done a walking sequence, I have had to match the two in some way, but a 4 frames sequence seemed not a so good result, so I went for an adjustment and added two frames to the runnig sequence, increasing the distance travelled. In this way I tried to minimize the diference ni time length of the two animations.
Obviously both the sequences are much under the clasical number of frames suggested for them, but thinking of a game context being at a low frames count could be very useful, and the result is stil acceptable, at least to me ;).

domenica 20 settembre 2015

Warrior animation


Still drawing fantasy warriors: added two more frames and decided to put all togheter ... as in a game environment ... to test some basic actions: walk, stand, draw, light blow, heavy blow, sheat sword ... to check if all the action can be played separately or as a sequence.
It could be time to find an opponent to this barbarian :)

giovedì 10 settembre 2015

Strike a Blow !


Another action for our warrior: now that the sword is in his hand,  he can even try to strike a blow !
So nothing seriuos, as usual, and still stuck on this silly mood of drawing sketches for an animation placing the frames one next to the others instead of one over the other, models or reference images and not tracing guide lines. Why doing things in this wayy really I don't know but I'm quite enjoying the process.

Now I've managed an high blow ... but ... I think that adding one or two frames it can be expanded to a full body swing and blow.

martedì 4 agosto 2015

Draw your sword !


Ok still some drawings: now let the warrior prepare for the fight!
Same idea as the precedetn post: draw the kyeframes one next to the other on a sheet of paper. This time I've to add two more poses after testing the first group of four keyframes: four were not enough for all the action, so I've to draw two ointermediate poses on a different sheet. Doing so I ended with a series of six poses, the first and the last not strictly tied to the action but good for thinking of transitions to other animations.

sabato 25 luglio 2015

Still walking

 

Still making some experimentation with the walk cycle of the last post ... just added some details ... and thinking of some other possible improvements and, why not, some other animation ... and then ... ok one step at a time :)
Really, in this weeks, I'm enjoying more doing some pencil drawing than firing up the pc and starting something, so ... let see if can draw something more.

sabato 18 luglio 2015

Walk Cycle sketch



A quick sketch of a 4 key-frames walk cycle, and the resulting animation.
Just an exercise ... or not ? As usual more ideas are coming with every scketch and drawing ...
If having enough time do to something ... we will see ... as usual :)



sabato 13 giugno 2015

Unity 1 - Black Knight


After having create the main structure of a simple game in Blender Game Engine, I tried some simple experiments in a different 3D engine: Unity.
I think I'm going to try some more ... :) but for now simply the import of an animated model, created in Blender, and the use of scripts for testing the animations.
For the Black Knight you can use the following keys:

- Right Arrow, starts ccw rotation.
- Left Arrow, starts cw rotation.
- W, walk.
- R, run.
- Space Bar, attack.
- I, idle.

The small game project (more details on that in a future post) is waiting for the new Blender release to see if, at the least, the use of a game controller is correctly enabled as in older versions of the software.

mercoledì 25 febbraio 2015

Music of Nature



After a long time there is the animation related to the Leaf screnshot of a precedent post.
This was an idea born a long time ago and in its first version the storyboard included a tall plant (possibly a tree), a small pond, some vegetation and a sunrise. Then the semplification, and the search for what was my focus of interest in all the visualzation.
Now there is a minimal number of elements and the overall atmosphere is different from the first sketch but, really, is more near to what moved me toward this scene in the first time.
The story is about the discovering of the music hide inside the nature, as the drops falling from a leaf. It can be a difficult process and can run slowly at the start, but when its rules are grasped it runs faster as it becomes easier.
The project is completely done in Blender. The Leaf is a  complex model with a minimal depth and lot of details. The drop moving along the leaf surface is the result of a fluid simulation. Sad to say but there are not much instruments n Blender to work on the geometry resulting from a simulation, so, in the end, this was the best I could achieve in a reasonable time.
There is no sound but, if I will find what is needed and some more spare time, it could be that I can try to match the video with a simple sound project: it will start from the sounds of a quiet field, then giving space to the splash of the first drop, and then to the the sound of a single note released when it collides with the water surface. Easy but I think it cold creat a good oveall effect, just have to find the time to test this idea! ;)

lunedì 26 gennaio 2015

Pluto and its bike



A short animation made in Flash. Alex liked the character and said: "it is Pluto on a motor bike" ... so ... that's good and I'm going for it: it will be Pluto! :)

mercoledì 31 dicembre 2014

Processing 3

http://www.webalice.it/luca.olmisani/Processing/Three/Three.html
And now for some interactivity !!
A new project MAGIC WEB implements some interaction making the user create its own design.
Read the following instructions to learn what can be modified and how.
As usual here follows the introduction to the project I made for the course:

// Always loved the geometric pictures that can create curves using straight elements...like the picture made
// using nails and threads. So this was my chance, and now I can make the object change its shape while
// doing it, a feature impossible for the real object. For this project my focus is more on the shape than
// on the colors, those I simplified using grey, black and white because I think that
// the 'feel' of this kind of picture is kind of similiar of that of the elegant oriental ideograms. 

// MAGIC WEB

// Keys 1, 2, 3, 4 activate-deactivate elements
// s - S save picture
// Canc - Back Space erase

// Mouse drag along y axis increase-decrease the number of threads
//drag along x axsis modifies the angle of the web's corner

martedì 21 ottobre 2014

Processing 2

http://www.webalice.it/luca.olmisani/Processing/Two/Two.html

This was my second attempt at doing something in Processing, this was an assignment for a course and I was trying to use just the elements that where introduced during the lessons. At the time nothing about animation was explained nor the definition of function was inntroduced, so I managed to produce something animated in a not really ortodox way :)
The result was not so displeasing, and here follow the lines I used to introduce the project to the others partecipants:

// Just some exploration of the possibilities of the conccepts introduced during the third week
// I just wanted something that could evoke the ideas of flowing and sounds
// even if there is nothing of those at all :)
// Here is my result, there are no optimization and there is no real timing of the effects
// I have to find a good way to manage 'time' in processing, but it could be an interesting
// starting point.
// Simple elements and soft colors, I think, is a way for making the efffect not too 'difficult'
// and less wearisome.

martedì 12 febbraio 2013

Snake


Just another quick animation for testing deformation tool and Z-order for placing the snake on the branch and let its body crawl ahead or behind the branch using just one drawing.

martedì 13 novembre 2012

Cloister


An old animation done in Blender. A lots of details (look at the roof tiles, no textures there), procedural texture, particles for the pebbles and the grass, fluid simulations, reflections...the render took an awful amount of time...the fly of a little bird in a cloister. I enjoied very much modelling this scene...and the texturing and lighting  was done in internal render (shadow areas are deliberately a bit overexposed for showing the details). The worst thing was discovering the limit for the details of the fluid in its rendering context.

lunedì 5 novembre 2012

T-Rex


Another dinosaur, but no 3D :( , still can't save enough spare time...
So another test in animating a drawing, or slice of it, using a 2D deformation tool. This was a text more aimed to understand how the texture of the drawing can be altered by such tools. The result was really interesting: even the legs that are deformed quite a bit from their rest position retain an almost unaltered shading. Definitely a useful instrument for animating.

martedì 9 ottobre 2012

Octopus


Here is another example of animating using a tool for deforming one drawing: the tentacles are just one drawing each an their animation is done deforming them. The same for the plants on the right. the bubbles are a particles system, and the fish is a short animated loop for the fins.
Drawings, painting, animating and effects are all done in the same software.

domenica 16 settembre 2012

Animating using tools for smooth deformations


Animations softwares try to offer solutions that save time and resources during the animation process, one of this is allowing smooth deformations of a single drawing. 
This was one of the my first experiments using this technique: the trunk is just one drawing animated and deformed using one tool of this kind.
The technique is very interesting and new features can make it even more powerful.