From 3a02243e39ad6d2ec1d65c2e5a902eca80b0707b Mon Sep 17 00:00:00 2001 From: Jonathan Wilkes <jancsika@yahoo.com> Date: Fri, 24 Oct 2014 16:28:55 -0400 Subject: [PATCH] added a beginner task --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 29fb331e0..a18ea2d48 100644 --- a/README.md +++ b/README.md @@ -83,8 +83,11 @@ Contributing is easy: Here are some of the current tasks: +* coming up with a better name than Pd-l2ork. :) + * skills needed: creativity, basic knowledge about programming in Pd + * status: no work done on this yet * writing small audio/visual Pd games or demos to include in the next release - * skill level: ability to write Pd programs + * skills needed: ability to write Pd programs * status: I wrote a little sprite-based game that will ship with the next version of Pd-l2ork. In it, the character walks around in an actual Pd diagram shoots at the objects to progress, and to make realtime @@ -93,11 +96,11 @@ Here are some of the current tasks: that has a link in the Pd console. It can be a little demo or game, just something fun that shows off what can be done using Pure Data. * porting Pd-l2ork's graphical user interface from Tcl/Tk to Qt. - * skill level: knowledge about Qt5/QML, threading, and Pd's core design + * skills needed: knowledge about Qt5/QML, threading, and Pd's core design and deterministic message-dispatching and scheduling * status: under active development * designing/implementing regression test template - * skill level: knowledge about... regression tests. :) But also some + * skills needed: knowledge about... regression tests. :) But also some expertise in using Pd so that the tests themselves can be written in Pure Data. At the same time, they should be able to be run as part of the automated packaging -- GitLab