Argh. stop to say that this is excellent now I have to have a look :) I'm building a wood terrasse with real screw and all the rest. (I'm resting in between). Need to go to buy more wood :). Stef Le 6/3/15 16:09, Alexandre Bergel a écrit :
Hi Nicolai,
This is an excellent work! Looks like to be the best set of example we have.
This will surely benefits Roassal!
Impressive!
Alexandre
On Mar 6, 2015, at 4:14 AM, Nicolai Hess <nicolaihess@web.de> wrote:
The main purpose of this packages is to ease the creation of simple drawings and provide a rich set of examples for Athens drawing API.
-------------- Gofer new smalltalkhubUser: 'NicolaiHess' project: 'AthensSketch'; configuration; load. ConfigurationOfAthensSketch loadDevelopment.
AthensSketchBrowser open.
-----------------
This is a simple playground for Athens drawings. Just subclass AthensSketch and define your own sketch drawing in the #drawStepOn: method. It provides basic frame based animation (play/pause/stop).
Open a player with ASketchExampleColors openPlayer', or a simple viewer morph with ASketchExampleColors openView (start and stop rendering from the morph menu)
The AthensSketchBrowser lists all defined AthensSketch subclasses. (Basic examples from package AthensSketch and some more examples from package ASketchExamples). You can step through the list of examples, start and stop the drawing, or view and edit the drawing code.
It is great that we have now a vector based drawing API. The (old) Canvas API is already great for pixel based drawings. A rich API and many good things if you discover it. And Athens is a addition that can increase our possibilities.
There were some questions about Athens, what it is and what it is used for, maybe this helps.
nicolai