<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Development of Cin GG. - &quot;How To&quot;				            </title>
            <link>https://cinelerra-gg.org/de/forum/how-to/development-of-cin-gg/</link>
            <description>The artists\&#039; meeting place for creative exchange and discussion.</description>
            <language>de</language>
            <lastBuildDate>Tue, 17 Mar 2026 13:03:48 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Development of Cin GG.</title>
                        <link>https://cinelerra-gg.org/de/forum/how-to/development-of-cin-gg/#post-2407</link>
                        <pubDate>Sat, 21 Jan 2023 17:26:45 +0000</pubDate>
                        <description><![CDATA[@sparkill
@andrea_paz is very good at doing builds as described in the http reference described earlier.  Do not hesitate to ask any questions, no matter how small.  My direct email address...]]></description>
                        <content:encoded><![CDATA[<p>@sparkill</p>
<p>@andrea_paz is very good at doing builds as described in the http reference described earlier.  Do not hesitate to ask any questions, no matter how small.  My direct email address is   phylsmith2017@gmail.com   but I do not know C++ much at all (I still know Fortran !!).</p>]]></content:encoded>
						                            <category domain="https://cinelerra-gg.org/de/forum/how-to/">&quot;How To&quot;</category>                        <dc:creator>phylsmith2004</dc:creator>
                        <guid isPermaLink="true">https://cinelerra-gg.org/de/forum/how-to/development-of-cin-gg/#post-2407</guid>
                    </item>
				                    <item>
                        <title>RE: Development of Cin GG.</title>
                        <link>https://cinelerra-gg.org/de/forum/how-to/development-of-cin-gg/#post-2406</link>
                        <pubDate>Sat, 21 Jan 2023 17:18:56 +0000</pubDate>
                        <description><![CDATA[@phylsmith2004
Thank you very much for the quick response. 
This will take time, but I like Cinelerra GG too much.

 Veröffentlicht von: @phylsmith2004 
Cinelerra is written in the C++ ...]]></description>
                        <content:encoded><![CDATA[<p>@<a title="phylsmith2004" href="https://cinelerra-gg.org/forum/profile/phylsmith2004/">phylsmith2004</a></p>
<p><span class="HwtZe"><span class="jCAhz ChMk0b"><span class="ryNqvb">Thank you very much for the quick response.</span></span><span class="jCAhz"><span class="ryNqvb"> </span></span></span></p>
<p><span class="HwtZe"><span class="jCAhz ChMk0b"><span class="ryNqvb">This will take time, but I like Cinelerra GG too much.</span></span></span></p>
<blockquote data-userid="9" data-postid="2405" data-mention="phylsmith2004">
<div class="wpforo-post-quote-author"><strong> Veröffentlicht von: @phylsmith2004 </strong></div>
<p>Cinelerra is written in the C++ programming language.</p>
</blockquote>
<p><span class="HwtZe"><span class="jCAhz ChMk0b"><span class="ryNqvb">one more reason to learn C++ !</span></span> <span class="jCAhz ChMk0b"><span class="ryNqvb">:)</span></span></span></p>
<p> </p>
<p> </p>]]></content:encoded>
						                            <category domain="https://cinelerra-gg.org/de/forum/how-to/">&quot;How To&quot;</category>                        <dc:creator>sparkill</dc:creator>
                        <guid isPermaLink="true">https://cinelerra-gg.org/de/forum/how-to/development-of-cin-gg/#post-2406</guid>
                    </item>
				                    <item>
                        <title>RE: Development of Cin GG.</title>
                        <link>https://cinelerra-gg.org/de/forum/how-to/development-of-cin-gg/#post-2405</link>
                        <pubDate>Sat, 21 Jan 2023 16:42:36 +0000</pubDate>
                        <description><![CDATA[@sparkill
We would really appreciate if you can spend some time learning more about the CinGG program.  It is a daunting task and it took GG years to learn a lot about it but if you start o...]]></description>
                        <content:encoded><![CDATA[<p>@sparkill</p>
<p>We would really appreciate if you can spend some time learning more about the CinGG program.  It is a daunting task and it took GG years to learn a lot about it but if you start out with a small task, it is certainly do-able.</p>
<blockquote>
<p><span class="HwtZe"><span class="jCAhz ChMk0b"><span class="ryNqvb">"1. - What is Cin GG's main language?</span></span> <span class="jCAhz"><span class="ryNqvb"> </span></span></span></p>
<p><span class="HwtZe"><span class="jCAhz ChMk0b"><span class="ryNqvb">2 .- there are some bindings to other languages example: Python, Lua?</span></span><span class="jCAhz"><span class="ryNqvb"> </span></span></span></p>
<p><span class="HwtZe"><span class="jCAhz ChMk0b"><span class="ryNqvb">3.- Where should I start to learn more about the development of Cin GG?"</span></span></span></p>
</blockquote>
<p>Cinelerra is written in the C++ programming language.</p>
<p>There may be some very small parts that use Python but I am not aware of them.</p>
<p>The first place you should start is by doing a "build" yourself.  You will need to do a GIT of the source files.  This is described at:</p>
<p>https://cinelerra-gg.org/download/CinelerraGG_Manual/single_user_build.html</p>
<p>Of course, if you have not had much experience with C++ programming you will need to read about that online with tutorials or from a book.</p>
<p>Unfortunately, there are not very many relevant comments in the Cinelerra program itself so you will not learn anything there.  But I do have what I think is a small enough task to start with -- adding GUI parameters to the Burning plugin - that that would be a way to learn some.</p>
<p>We can really use any help or just some understanding of how things work to keep Cinelerra alive as an alternative open source NLE.</p>
<p> </p>]]></content:encoded>
						                            <category domain="https://cinelerra-gg.org/de/forum/how-to/">&quot;How To&quot;</category>                        <dc:creator>phylsmith2004</dc:creator>
                        <guid isPermaLink="true">https://cinelerra-gg.org/de/forum/how-to/development-of-cin-gg/#post-2405</guid>
                    </item>
				                    <item>
                        <title>Development of Cin GG.</title>
                        <link>https://cinelerra-gg.org/de/forum/how-to/development-of-cin-gg/#post-2402</link>
                        <pubDate>Sat, 21 Jan 2023 13:27:49 +0000</pubDate>
                        <description><![CDATA[Hello! :)
 I&#039;m interested in learning more about Cin GG, to make some plugins or improve the UI/rendering..
I am new to programming, I am very interested in Graphics Programming.
 I have ...]]></description>
                        <content:encoded><![CDATA[<p><span class="HwtZe"><span class="jCAhz ChMk0b"><span class="ryNqvb">Hello!</span></span> <span class="jCAhz ChMk0b"><span class="ryNqvb">:)</span></span></span></p>
<p><span class="HwtZe"><span class="jCAhz"><span class="ryNqvb"> </span></span><span class="jCAhz ChMk0b"><span class="ryNqvb">I'm interested in learning more about Cin GG, to make some plugins or improve the UI/rendering..</span></span></span></p>
<p><span class="HwtZe"><span class="jCAhz ChMk0b"><span class="ryNqvb">I am new to programming, I am very interested in Graphics Programming.</span></span></span></p>
<p><span class="HwtZe"> <span class="jCAhz ChMk0b"><span class="ryNqvb">I have some questions.</span></span></span><span class="HwtZe"><span class="jCAhz ChMk0b"><span class="ryNqvb"></span></span></span></p>
<p><span class="HwtZe"><span class="jCAhz"><span class="ryNqvb"> </span></span><span class="jCAhz ChMk0b"><span class="ryNqvb">1. - What is Cin GG's main language?</span></span> <span class="jCAhz"><span class="ryNqvb"> </span></span></span></p>
<p><span class="HwtZe"><span class="jCAhz ChMk0b"><span class="ryNqvb">2 .- there are some bindings to other languages example: Python, Lua?</span></span><span class="jCAhz"><span class="ryNqvb"> </span></span></span></p>
<p><span class="HwtZe"><span class="jCAhz ChMk0b"><span class="ryNqvb">3.- Where should I start to learn more about the development of Cin GG?</span></span></span></p>
<p> </p>
<p><span class="HwtZe"><span class="jCAhz ChMk0b"><span class="ryNqvb">I really like Cin GG it is the most comfortable video editor after spending a lot of time searching 2 years ago.</span></span></span></p>]]></content:encoded>
						                            <category domain="https://cinelerra-gg.org/de/forum/how-to/">&quot;How To&quot;</category>                        <dc:creator>sparkill</dc:creator>
                        <guid isPermaLink="true">https://cinelerra-gg.org/de/forum/how-to/development-of-cin-gg/#post-2402</guid>
                    </item>
							        </channel>
        </rss>
		