Skip to content

Commit

Permalink
Doc updates for 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewfb committed Oct 5, 2010
1 parent cc1dd00 commit fff66fb
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Cinder 0.8.1
Cinder 0.8.2
------------
http://libcinder.org

Cinder is a peer-reviewed, free, open source C++ library for creative coding.

Cinder supports Mac OS X, Windows and Cocoa Touch-based devices (the iPhone, iPad and iPod Touch).
It requires XCode 3.1 or later on the Mac, and Visual C++ 2008 on Windows.
Cinder supports Mac OS X, Windows and iOS-based devices.
It requires XCode 3.1 or later on the Mac, and Visual C++ 2008 or 2010 on Windows.


Please read Welcome.html inside this directory for more information.
5 changes: 3 additions & 2 deletions docs/COPYING
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/*
Copyright (c) 2009, The Barbarian Group
All rights reserved.
Copyright (c) 2010, The Cinder Project

This code is intended to be used with the Cinder C++ library, http://libcinder.org

Redistribution and use in source and binary forms, with or without modification, are permitted provided that
the following conditions are met:
Expand Down
1 change: 0 additions & 1 deletion docs/Credits.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ <h2>Libraries</h2>
<p>Cinder makes use of several 3rd party open-source libraries:</p>
<ul>
<li><a href="http://boost.org/">Boost Libraries</a></li>
<li><a href="http://curl.haxx.se/">cURL</a></li>
<li><a href="http://cairographics.org/">Cairo</a></li>
<li><a href="http://muonics.net/school/spring05/videoInput/">videoInput</a></li>
<li><a href="http://www.zlib.net/">zlib</a></li>
Expand Down
21 changes: 21 additions & 0 deletions docs/HISTORY
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,24 @@
WinInet support - replacement of libCurl on Windows with native API
Text rendering on iPhone
gl::drawString()
* 0.8.2 ---
OpenCV 2.1 Support on Mac OS X, iOS and Windows
Microphone input on Mac OS X & iOS
FFT audio analysis on Mac OS X
Significant improvement in build times on Mac OS X (typically halved)
QuickTime output, including multi-pass H.264
Video Capture support on iOS
Optional callbacks for event handling
FBO support for iOS
FBO support for multiple render targets
URL loading for iOS and Mac OS X via NSURLConnection (replacing libcurl)
TUIO 1.1 implementation with help from H�ctor S�nchez-Pajares
new Picking3D sample courtesy of Paul Houx
MultiTouch support under Mac OS X 10.6
Accelerometer support under iOS
Support for command line parameters on Mac OS X and Windows
TinderBox for Windows
Upgraded Cairo to 1.10.0
Upgraded to Boost 1.44
Removed Mac OS X GLee dependency

2 changes: 1 addition & 1 deletion docs/doxygen/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ PROJECT_NAME = Cinder
# This could be handy for archiving the generated documentation or
# if some version control system is used.

PROJECT_NUMBER = 0.8.1
PROJECT_NUMBER = 0.8.2

# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
Expand Down
9 changes: 9 additions & 0 deletions docs/welcome/GitSetup.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,15 @@ <h1>Building on Windows</h1>
<br>
<p>This will take a second, but once everything succeeds, the
files <em>cinder.lib</em> and <em>cinder_d.lib</em> will be created at the path <em>cinder\libs</em>.</p>

<h1>OpenCV</h1>
Cinder's support for OpenCV is maintained separately from the primary distribution due to its size. To setup OpenCV support, cd to your <em>blocks</em> directory and execute the command below:<br />
<code>
cd blocks<br />
git clone git://github.com/cinder/Cinder-OpenCV.git opencv
</code>
<br />

<h1>Generating Documentation</h1>
<p>
As a final step, if you'd like to have a local copy of the Cinder documentation, you can generate it using Doxygen. If you don't already have it installed, you can download the latest <a href="http://www.stack.nl/~dimitri/doxygen/download.html#latestsrc">Doxygen release here</a>. After installing it, simply open the file <em>cinder/docs/doxygen/Doxyfile</em> and hit <em>Run</em>. After some processing, you'll have a local copy of the docs, which you can open at <em>cinder/docs/html/index.html</em>.</p>
Expand Down

0 comments on commit fff66fb

Please sign in to comment.