add blogentry

Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
Nico Schottelius 2010-03-02 23:04:57 +01:00
parent da9095f1a3
commit e358309eea
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
[[!meta title="Take ruby, ncurses and ceofhack, get fui"]]
For the lessons of the software development I have to create
a nice project in some object orientated language. After
digging around what would interest me, I chose
[ruby](http://www.ruby-lang.org/), because it feels like it could be
an interesting language.
The next question was, what kind of software to write. As
the EOF project, namely [[ceofhack|software/ceofhack]] still
needs a user interface, I decided to write one.
As I need an user interface, I would use myself, I wanted to use
something I can use on the console, which led me to
[ncurses](http://www.gnu.org/software/ncurses/).
Eventually I found out that there is also support for ncurses
in ruby, [ncurses-ruby](http://ncurses-ruby.berlios.de/).
Perfectly! The only thing that has been missing was a name. As
I am a very simple thinking person, I chose *fui*, as an abreviation
of *fancy user interface*.
The
[git repository](http://git.schottelius.org/?p=fui;a=summary)
has already been published, expect more news soon!
[[!tag eof unix]]