public marks

PUBLIC MARKS from sylvainulg with tag tutorial

2015

2014

Basic tutorial 10: GStreamer tools - GStreamer SDK documentation - GStreamer SDK documentation

(via)
Elements can be named using the name property, in this way complex pipelines involving branches can be created. Names allow linking to elements created previously in the description, and are indispensable to use elements with multiple output pads, like demuxers or tees, for example. Named elements are referred to using their name followed by a dot. --- Instead of letting GStreamer choose which Pad to use when linking two elements, you may want to specify the Pads directly. You can do this by adding a dot plus the Pad name after the name of the element

C++11 Concurrency Tutorial - Part 2 : Protect shared data

When the std::lock_guard is created, it automatically calls lock() on the mutex.

2013

HTML5 Canvas Line Tutorial

nice type-and-watch environment.

2012

Help with a Tree

from top-down perspective into a real tree tutorial. and a good one!

[wip] stony monster not stony enough.

from triangles to rocking texture.

2011

Perl file size tutorial - How to get the size of a file in Perl using file test operators.

(via)
no fseek(END), ftell(), fseek(BEGIN) hack anymore. Just $filesize = -s $filename /me love PERL ;)

[WIP] c + c on 16x16 rpg tiles

the process of creating game art illustrated: ( (idea->concept) + construction ) -> rendering

2010

(Wip) A Tree

great tutorials linked from here.

Flak - Game Sprites and Tiles

"how to avoid grid effects in your tiled pixel art"

2009

Tutorial

almost similar to my good ol' "Command Line Parser" :)

Michael Sporn Animation - Splog » Tyer Breaking Joints

(via)
I’m obviously talking about the animation principle that deals with the “breaking of joints” to create any arcs or curves in animation.

PSG Art tutorial

(via)
an impressive reference for drawing/painting.

ArtOfHttp

mon petit tuto de programmation client/serveurs HTTP en C.