ofBook
ofBook copied to clipboard
openFrameworks community book
Hi, I'm almost finished with a new chapter about ofEvents. The PR for it is https://github.com/openframeworks/ofBook/pull/253 It needs some proof reading, anyone willing to do so is very welcome. There...
 As far as I can tell you can't scroll the navigation, which makes some links at the bottom of the nav inaccessible. I'm on latest chrome on latest macOS....
I'm trying to build the pdf using the script I'm getting the following error ➜ scripts git:(master) ✗ python2.7 createPDFBook.py Generating ../output/ofBook.pdf from: Successful building of ../output/ofBook.tex pandoc: Unable to...
There's currently an introduction, vertices, meshes, VBOs, a basic 3D scene, Matrices, Textures and Cameras. But no lights.
Is there a direction, road map, or status on current developments on ofBook? Are contributors writing sections they feel like writing or writing about what they are more experienced at?...
Is it possible to periodically build the pdf version of the ofBook and have a dropbox link for it somewhere near the beginning in the book? I think there are...
Hi there, is there currently a discussion of for / while loops that I have missed in my searches? My searches turn up a mention in an chapter outline --...
Hello I'll put the fruit of my diligent reading here, bugs and suggestions. First is a bug: ``` int imgWidth = myImage.width; int imgHeight = myImage.height; ``` should use the...
Player::setup, update and draw methods are not described in the chapter i found the example src in the chapter folder but since the chapter describes game development step by step,...
When we reach the sentence: You should have a player who moves around on-screen. Sweet! ###Player bullets I find 2 errors: - we don't have a Player.cpp code yet -...