Warning: session_start(): open(/tmp/sess_nacmmhsek36vm2lqh7k3e11b93, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
KTurtle openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (1) .- Knowledge Base  . 

KTurtle

   0.8  

KDE Education

Score 81%
KTurtle
zoom


KTurtle
zoom


KTurtle
zoom


Link:  Link
Downloads:  9876
Submitted:  Jun 7 2004
Updated:  May 30 2009

Description:

KTurtle is an educational programming environment that uses TurtleSpeak, a programming language loosely based on and inspired by LOGO. The goal of KTurtle is to make programming as easy and accessible as possible. This makes KTurtle suitable for teaching young students the basics of math, geometry and... programming.

Some of the main features of KTurtle include:
* the ability to translate the programming commands into the native language of the student using the KDE translation framework.
* all you need integrated in in one application.
* simplified programming terminology.
* intuitive syntax highlighting and error markers.

(Text by: Cies Breijs)




Changelog:

== KDE 4.0 (v8.0) ==

KTurtle largely rewritten in the KDE4 porting effort. Canvas is now a based on QGraphicsView (SVG ready). The editor has new features. An inspector widget and a run console where added. Still some regressions (F2 context help, full-screen mode)

== KDE 3.3 (v0.7) ==
KTurtle is first released as part of the kde-edu module in KDE 3.3. But sadly a terrible bug regarding the Settings dialog slipped in.

== KDE 3.3.1 ==
In KDE 3.3.1, 2 bugs are fixed (inlcuding the "Settings" bug).

== KDE 3.4 ==
Small bugs fixed. F2 context sensitive help implemented.

== KDE from SVN ==
KTurtles bleeding edge developer version (currently 0.7+) can be obtained from KDE's SVN server (kdeedu/kturtle), see here how to do this:
http://edu.kde.org/kturtle/obtain.php
Please note that some experience with kde-svn could be very helpfull while doing this.
You can also see who's up on #kde-edu @ irc.freenode.org.




LicenseGPL
(KTurtle Homepage)
(KTurtle UserBase wiki page)
(Screenshots (UserBase))
Send to a friend
Subscribe
Other  Content  from cies
Report inappropriate content



-
.

 Pity about the build

 
 by scobiej on: Jun 10 2004
 
Score 50%

Well, it looks good but I can't get it to build!

./kturtle.kcfg ./settings.kcfgc; ret=$?; \
if test "$ret" != 0; then rm -f settings.h ; exit $ret ; fi
/bin/sh: line 1: ./kturtle.kcfg: Permission denied
make[4]: *** [settings.h] Error 126


And yes, I did follow the README.


Reply to this

-

 Re: Pity

 
 by cies on: Jun 11 2004
 
Score 50%

> Well, it looks good

thanks!

> but I can't get it to build!

That's indeed a pity... :)

> And yes, I did follow the README

good you mention that, else i would have told you to go there...

Did you read this?

http://developer.kde.org/documentation/tutorials/howto/cvsusing.html#cvsanonaccess

(especially the admin linking part)

If none of this works then please sent me (ciesinasia+AT+yahoo+DOT+com) a full shell-log from the "cvs co kdeedu/kturtle" to the "make" attempt.

Thanks for trying!


Reply to this

-

 Re: Re: Pity

 
 by edavid on: Jul 17 2004
 
Score 50%

Hello,
Yes, i've just checked out KTurtle from the CVS and followed the configuration & compilation steps. But I've got the following error when i use "make":

then mv -f ".deps/kturtle.Tpo" ".deps/kturtle.Po"; \
else rm -f ".deps/kturtle.Tpo"; exit 1; \
fi
kturtle.cpp: Dans member function « void MainWindow::setupActions() »:
kturtle.cpp:161: error: `setupGUI' undeclared (first use this function)
kturtle.cpp:161: error: (Each undeclared identifier is reported only once for
each function it appears in.)
make[4]: *** [kturtle.o] Erreur 1


--
David.

Reply to this

-

 Re: Re: Re: Pity

 
 by TSDgeos on: Jul 27 2004
 
Score 50%
TSDgeosTSDgeos
editor

This means you need newer kdelibs, setupGUI was added to kdelibs at around June 8 2004


Reply to this

-
.

 Dolly of KLogoTurtle

 
 by euchuma on: Jan 25 2005
 
Score 50%

This Project is a clone of KLogo-Turtle. Missing new thinks.
The project original is:
http:\\klogoturtle.sf.net


Reply to this

-

 KTurtle/KLogo-Turtle

 
 by cies on: Feb 16 2005
 
Score 50%

Hi Euclides Chuma,

I'm Cies Breijs the initiator and main developer of KTurtle. As you might remeber I contacted you somewhere in 2002. I was inspired by your application and I wanted to help, yet I quickly found that I couldn't. At this point your app, KLogo-Turtle, suffered from:
- portugese symbols (class/ method and variable names) in the code
- all LOGO commands are hardcoded (every translation)
- there is no real interpreter, this prevents growth
Before I posted this I had a look at the current KLogo-Turtle's source code (0.6), and found non of these issues fixed.

So I started MyOwnLogoApp (for which I had to learn C++/Qt/KDE programming) and called it KTurtle.
- I found a BASIC interpreter in C++ called WSBASIC (wsbasic.sf.net) by Walter Schreppers, which i reused
- I wanted to use and re-use as much KDE as possible (now using Kate_part, XMLGUI, KConfigXT)
- for easy translation of the LOGO commands I wanted some external, extendible file format that plays nice with KDE's internationalisation framework (turned out to be XML)
- and I wanted to get into KDE-EDU, so KTurtle gets widely distributed

All the above points are in the current version of KTurtle, which ships with KDE 3.4!

> This Project is a clone of KLogo-Turtle.

Yes, this is true. I build a similar app because (1) I wanted to and (2) I couldn't work with yours.

> Missing new thinks.

Untrue! Euclides, don't get me wrong, I give you the full credit for inspiring me but you cannot say KTurtle misses 'new thinks', it has a lot of 'new thinks'!

I invite you to have a look at (the source of) a current version of KTurtle...

Kind regards,
Cies Breijs.


Reply to this

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team