Synfig Project Forum

Forums for Synfig Project
It is currently Sat May 18, 2013 8:06 pm

All times are UTC - 4 hours [ DST ]




Post new topic Reply to topic  [ 9 posts ] 
Author Message
 Post subject: Coding resources
PostPosted: Tue Jun 12, 2012 2:23 pm 
Online
Site Admin
User avatar

Joined: Sat Dec 01, 2007 6:26 am
Posts: 4119
Location: Spain
http://zetcode.com/
Very interesting
-G

_________________
Synfig needs your help!
Developers, packagers, bug testers, translators, artists, web developers, wiki writers... you can contribute! :D


Top
 Profile  
 
 Post subject: Re: Coding resources
PostPosted: Wed Jun 13, 2012 4:07 am 
Offline
User avatar

Joined: Tue Feb 16, 2010 11:08 pm
Posts: 83
Location: Germany
Thanks for the reference.
I like this one too: http://sourcemaking.com/


Top
 Profile  
 
 Post subject: Re: Coding resources
PostPosted: Wed Oct 31, 2012 12:33 pm 
Offline
User avatar

Joined: Tue Feb 26, 2008 3:33 am
Posts: 663
Location: Foshan City, China
http://wiki.inkscape.org/wiki/index.php/GtkMMification

_________________
time flies...


Top
 Profile  
 
 Post subject: Re: Coding resources
PostPosted: Sun Feb 10, 2013 12:05 am 
Offline
User avatar

Joined: Tue Feb 26, 2008 3:33 am
Posts: 663
Location: Foshan City, China
9 of the Best Free C++ Books

http://www.linuxlinks.com/article/20130 ... Part1.html

_________________
time flies...


Top
 Profile  
 
 Post subject: Re: Coding resources
PostPosted: Thu Mar 21, 2013 12:24 pm 
Offline
User avatar

Joined: Tue Feb 26, 2008 3:33 am
Posts: 663
Location: Foshan City, China
The Little Manual of API Design

Quote:
Trolltech’s Jasmin Blanchette has written a manual outlining how to best design APIs. Since APIs are a type of user interface (albeit a text-based one aimed at programmers), many of the lessons taught by this document apply to all user interfaces. I think it’s worth reading for UX designers in general, not just API designers.


http://ignorethecode.net/blog/2013/02/28/api_design/

_________________
time flies...


Top
 Profile  
 
PostPosted: Wed Mar 27, 2013 3:36 am 
Offline

Joined: Fri Apr 27, 2012 4:35 am
Posts: 326
Bruce Eckel's Free Electronic Books:
http://www.smart2help.com/e-books/

_________________
Code:
for each doc in [wiki] ;; if not doc.lang.your ;; then translate(doc, lang.your) ;;

--------<<<<<<<<<<Synfig documentation Getting started>>>>>>>>>>>>----------


Top
 Profile  
 
PostPosted: Sun Mar 31, 2013 3:40 pm 
Offline

Joined: Fri Apr 27, 2012 4:35 am
Posts: 326
<Edit 04/01> Freetype2 library is used in Synfig to render Text Layer until 0.64.0.
Now is Cairo Or Freetype based on original render method (usually called "Software") user choice. <End Edit 04/01>

FreeType is a freely available software library to render fonts.
It is written in C, designed to be small, efficient, highly customizable, and portable while capable of producing high-quality output (glyph images) of most vector and bitmap font format
FreeType Documentation
Note that the FreeType documentation is also available as a single archive from the download page.
The FreeType Project - Lists

_________________
Code:
for each doc in [wiki] ;; if not doc.lang.your ;; then translate(doc, lang.your) ;;

--------<<<<<<<<<<Synfig documentation Getting started>>>>>>>>>>>>----------


Last edited by d.j.a.y on Mon Apr 01, 2013 3:31 am, edited 3 times in total.

Top
 Profile  
 
 Post subject: Re: Coding resources
PostPosted: Sun Mar 31, 2013 6:26 pm 
Online
Site Admin
User avatar

Joined: Sat Dec 01, 2007 6:26 am
Posts: 4119
Location: Spain
Quote:
Freetype library was used in Synfig to render Text Layer until 0.64.0 now is cairo

Text layer is rendered using Cairo only if you choose Cairo render. Freetype is still in use with the original render method (usually called "Software")
-G

_________________
Synfig needs your help!
Developers, packagers, bug testers, translators, artists, web developers, wiki writers... you can contribute! :D


Top
 Profile  
 
 Post subject: Re: Coding resources
PostPosted: Mon Apr 22, 2013 3:04 pm 
Offline

Joined: Fri Apr 27, 2012 4:35 am
Posts: 326
sif file are stored in xml format.

synfig used libxmlplusplus library to parse xml files
http://libxmlplusplus.sourceforge.net

libxml++ Graphical Class Hierarchy
libxml++ Class Hierarch
libxml++ Class List

_________________
Code:
for each doc in [wiki] ;; if not doc.lang.your ;; then translate(doc, lang.your) ;;

--------<<<<<<<<<<Synfig documentation Getting started>>>>>>>>>>>>----------


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 9 posts ] 

All times are UTC - 4 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group