Difference between revisions of "User:Pekka"

m (docs schedule)
(added a TODO list for docs)
Line 4: Line 4:
  
 
I am also prototyping a few games with LÖVE. I have not released any yet, but will eventually.
 
I am also prototyping a few games with LÖVE. I have not released any yet, but will eventually.
 +
 +
== Documentation TODO list ==
 +
 +
Here is a list of some pages I want to add to the documentation when I have the time.
 +
 +
* [[SpriteBatch:lock]]
 +
* [[SpriteBatch:unlock]]
 +
* [[ParticleSystem:getOffsetX]]
 +
* [[ParticleSystem:getOffsetY]]
 +
* [[ParticleSystem:setOffset]]
 +
* [[ParticleSystem:setRelativeDirection]]
 +
* [[Body:setFixedRotation]]
 +
* [[Body:setInertia]]
 +
* [[CircleShape:getLocalCenter]]
 +
* [[CircleShape:getWorldCenter]]
 +
* [[DistanceJoint:setDamping]]
 +
* [[PolygonShape:getPoints]]

Revision as of 07:39, 1 March 2010

What I am doing

I am currently trying to improve the documentation a bit. I've added several functions this weekend (and you should proofread all of them from Recent Changes), and plan to add more next weekend. After I'm done with the docs, I will try writing some tutorials.

I am also prototyping a few games with LÖVE. I have not released any yet, but will eventually.

Documentation TODO list

Here is a list of some pages I want to add to the documentation when I have the time.