Main > Free Download Search >

Free logo software for linux

logo

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 111
LXlogo 1.0

LXlogo 1.0


LXlogo project is an interactive LOGO programming environment for K-12 educational use or just for fun. more>>
LXlogo project is an interactive LOGO programming environment for K-12 educational use or just for fun.
It is easy to install with minimal system requirements, and is a modern variant of the familiar "turtle" LOGO language.
Logo is interesting because it gives students immediate graphical results with just a few commands or lines of code, and allows students to gradually become familiar with geometric concepts, and how to write programs and think procedurally.
As students move beyond the beginning stages, they can move on to create fun animations and user interfaces.
Main features:
- LXlogo works on just about any linux or unix platform that has X windows
- Easy to install... no library dependencies other than X11/xlib
- Download for free ... precompiled x86 binaries or build from source code (gcc required)
- Interactive turtle moving / drawing for beginners to get their toes wet
- Animation support
- GUI graphical user interface can be added to user programs
- Graphics can be printed (color PostScript)
- Graphics can be saved as GIF or SVG files for posting on web sites and other electronic uses
- Interactive development environment (using xedit)
- Engine mode (-f) for users who prefer their own text editor for developing code
<<less
Download (0.19MB)
Added: 2006-09-01 License: GPL (GNU General Public License) Price:
1151 downloads
Logo++ 0.0.1b

Logo++ 0.0.1b


Logo++ project is a simple Logo-like interpreter. more>>
Logo++ project is a simple Logo-like interpreter.

It draws graphical figures by following very simple instructions.

Though it lacks many essential features of "serious" programming languages, it remains a funny start for beginners in computer programming, particularly for kids.

<<less
Download (0.098MB)
Added: 2006-10-18 License: GPL (GNU General Public License) Price:
1112 downloads
jLogo 2.4.0

jLogo 2.4.0


jLogo is a Java-based multimedia LOGO interpreter. more>>
jLogo is a LOGO interpreter, featuring as many turtles as you want, color graphics, graphical text tools, and multichannel sound.

jLogo project is available in French and English.

<<less
Download (0.70MB)
Added: 2005-11-24 License: Freeware Price:
1430 downloads
XLogo 0.9.25

XLogo 0.9.25


XLogo is an interpreter for the Logo programming language. more>>
XLogo is known to work successfully with LINUX (Debian, Mandrake 9.*, SUSE 8.2)
XLogo is a Logo interpreter written in Java. This program is therefore free as in freedom and free as in beer.
Logo is a language developed in the 70s by Seymour Papert. It is an excellent language to begin learning programming with, and teaches the basics of things like loops, tests, procedures, etc.
The user is able to move an object called a "turtle" around the screen using commands as simple as forward, back, right, and so on. At each move, the turtle leaves a trail behind it, and it is therefore possible to create drawings. Operations on lists and words are also possible.
For example, forward 100 right 90 will make the turtle move 100 steps forward, and then turn the turtle 90° to the right.
This graphical approach makes Logo an ideal language for beginners, and especially easy for children!
Enhancements:
- Several bugs were fixed.
<<less
Download (0.24MB)
Added: 2007-06-06 License: GPL (GNU General Public License) Price:
887 downloads
LinuxPowered Logo 2.1

LinuxPowered Logo 2.1


LinuxPowered Logo is based off of static-slacks LinuxPowered Logo. more>>
LinuxPowered Logo is based off of static-slacks "LinuxPowered Logo" - See change log for update ive done. All coding credit goes to him.

Static-slack, Please dont get angry!

Pardon the crappy screenshot, the text is much more sharp than that.

LATEST: Made it into a SKZ for easier use.

<<less
Download (0.011MB)
Added: 2006-06-29 License: GPL (GNU General Public License) Price:
1244 downloads
KLogo-Turtle 0.6

KLogo-Turtle 0.6


The KLogo-Turtle is an interpreter of the LOGO language for KDE desktops. more>>
The KLogo-Turtle is an interpreter of the LOGO language for KDE desktops.
The KLogo-Turtle is a useful tool for teaching geometry and the basic principles of the programming of computer. Children can study the mathematics of geometry in an interactive and constructive way.
KLogo-Turtle has syntax a little different than the LOGO language developed at MIT. Look at the documents link. Comments, doubts and suggestions, please use the e-mail link.
KLogo-Turtle supports commands in the languages english, portuguese, german, italian and french.
KLogo-Turtle is under the GPL license and is developed in KDevelop by Euclides Chuma.
Enhancements:
- Release version stable (0.6) with support for commands in english, portuguese, german, italian and french.
<<less
Download (0.085MB)
Added: 2005-06-01 License: GPL (GNU General Public License) Price:
1627 downloads
Language::Logo 1.000

Language::Logo 1.000


Language::Logo Perl module is an implementation of the Logo programming language. more>>
Language::Logo Perl module is an implementation of the Logo programming language.

SYNOPSIS

use Language::Logo;

my $lo = new Logo(update => 20);

$lo->command("setxy 250 256");
$lo->command("color yellow");
$lo->command("pendown");

# Draw a circle
for (my $i = 0; $i < 360; $i += 10) {
$lo->command("forward 10; right 10");
}

$lo->disconnect("Finished...")

This module provides an implementation of the Logo programming language, with all of the necessary drawing primitives in a Tk Canvas. The Canvas object is also referred to as the "screen".

The first construction of a Language::Logo object causes a server to be created in a separate process; this server then creates a Tk GUI with a Tk::Canvas for use by the clients "turtle", and responds to all requests from the clients commands. In this way, multiple clients may be constructed simultaneously -- each one with its own "turtle".

In this first release, not all of the Logo language is implemented. Rather, the primary commands available are those which directly affect the turtle, and are related to drawing on the screen. The intent is to use the Logo in conjunction with Perl as a sort of "hybrid" language; Perl us used as the higher-level language layer through which all loop constructs, conditionals, and data-manipulation is done. This allows for a substantial level of programming power.

<<less
Download (0.016MB)
Added: 2007-07-30 License: Perl Artistic License Price:
830 downloads
Php Logo Interpreter 0.1

Php Logo Interpreter 0.1


Php Logo Interpreter project is a logo language interpreter. more>>
Php Logo Interpreter project is a logo language interpreter.

This package implements an interpreter of the Logo programming language.

It implements almost all features of the Logo programming language, including procedure definition, recursion call, etc..

The output of the execution of logo programs is rendered on an image resource that can be outputted in any supported by the PHP GD extension.

<<less
Download (MB)
Added: 2007-05-29 License: GPL (GNU General Public License) Price:
881 downloads
KDM-Drops - without Slackware logo

KDM-Drops - without Slackware logo


KDM-Drops - without Slackware logo is a KDM-Drops theme for KDM but without the Slackware logo. more>>
KDM-Drops - without Slackware logo is a KDM-Drops theme for KDM but without the Slackware logo.

<<less
Download (MB)
Added: 2007-03-08 License: GPL (GNU General Public License) Price:
960 downloads
FONTpage 2.0

FONTpage 2.0


FONTpage is a Python font viewing/image-generating utility. more>>
FONTpage is a Python font viewing and image-generating utility. It displays system fonts and allows you to change the font size and color, background color, font face, bold, and italics.
It also has the ability to input the text to be displayed, which you can choose to save as a PNG file. It is handy to view fonts and styles quickly, or to make "logo" graphics.
It was written to supersede wxFontView, as the pyGTK toolkit is much lighter and more widely used.
Enhancements:
- New "Display Font" feature opens popup window with complete alphabet (upper and lower case) and 0-9.
- Window shows current font with current size -- use multiple windows to compare different fonts.
- Font size now scales up to 256 pts (was 128)
- Config file will now track last window dimensions when the application is restarted.
- If user font directory directory (~/.fonts) does not exist, FONTpage will create one. This is to facilitate installing and deleting fonts, which FONTpage will only do on a per-user basis. (This is to avoid problems.)
<<less
Download (0.025MB)
Added: 2006-07-16 License: GPL (GNU General Public License) Price:
2156 downloads
Gnocky 0.0.4

Gnocky 0.0.4


Gnocky is an application that will allow you to use many features of your mobile phone. more>>
Gnocky is an application that will allow you to use many features of your mobile phone (setting logos, sending SMS, addressbook management).

This project uses user-space mobile driver provided by gnokii project.

<<less
Download (0.50MB)
Added: 2007-08-05 License: GPL (GNU General Public License) Price:
818 downloads
Source Navigator NG NG1

Source Navigator NG NG1


Source Navigator NG is a source code analysis tool. more>>
Source Navigator NG is a source code analysis tool. With Source Navigator NG, you can edit your source code, display relationships between classes and functions and members, and display call trees.
Enhancements:
- (INTERNAL) update TODO file
- (ENHANCE) Highlight grep pattern when using format strings/regexps in greppane
- (INTERNAL) Add the possible new SN logo V
- (INTERNAL) Add the possible new SN logo IV
- (INTERNAL) Add the possible new SN logo III
- (INTERNAL) Add the possible new SN logo II
- (INTERNAL) Add the possible new SN logo
- (INTERNAL) Update TODO to list removal of -fwritable-strings compiler switch
- (BUGFIX) Allow for configure-generated french.txt, german.txt, part II
- (BUGFIX) Allow for configure-generated french.txt, german.txt
- (BUGFIX) Fix german language strings
- (DOCS) Change copyright msg and display GPL notice for french, japanese, german
- (DOCS) Change copyright msg and display GPL notice
- (INTERNAL) Move snavigator/MAINTAINERS to root of sourcetree and update
- (INTERNAL) Add Bart van Rompaey to CONTRIBUTORS
- (BUGFIX) Fix undefined references to assert() when building db/ with DEBUG
- (INTERNAL) Change version ID to NG1 and regenerate configure
- (BUGFIX) Fix xref-generation when using batch mode
- (BUGFIX) Fix double declaration of optarg that prevented compilation under Win32 for dbimp
- (BUGFIX) Fix multiple declarations of getopt() in hyper that prevented compilati on under Win32
- (INTERNAL) Add CONTRIBUTORS file
- (BUGFIX) Fix building tcl library on Win32
- (ENHANCE) Make sure an iconized windows shows its according project name
- (BUGFIX) Fix prev & next buttons in diff-dialog
- (BUFIX) Fix arrow navigation in grep dialog (greppane)
- (ENHANCE) Better integration of Clearcase into SN
- (INTERNAL) Add docs about wanted toplevel svn commit msg format
- (BUGFIX) Remove diplaying of copyright msg when refreshing project
- (INTERNAL) Bugfix the splashscreen installing
- (ENHANCE) Randomly choose splashscreen + shorten splashscreen time
- (INTERNAL) Rename camelCaps ChangeLog to CHANGELOG
- (BUGFIX) Install text file COPYING as 644, not 755
- (INTERNAL) Remove Makefile and other configure auto-generated files from SVN
- (ENHANCE) Pretty up splash screen
- (DOCS) Add TODO file to list top-level goals
- (BUGFIX) enlarge default db caches
- (BUGFIX) fix scrolling in greppane (grep dialog)
<<less
Download (11MB)
Added: 2007-05-11 License: GPL (GNU General Public License) Price:
905 downloads
iAmarokPod 1.4

iAmarokPod 1.4


iAmarokPod is a SuperKaramba theme that controls Amarok audio player with the iPod look. more>>
iAmarokPod is a SuperKaramba theme that controls Amarok audio player with the iPod look.

It displays the track name, the artist name, the album name, the album cover, the track length, the time remaining and the current index of playlist of the track that is playing in Amarok.

When Amarok is not launched the display goes black and when Amarok is launched but no tracks are playing, it displays the current playlist. The theme has play/pause, previous track and next track functionnalities.

The menu button calls the Amarok window. The Amarok logo turns the theme on/off. You can choose between the white or the black version.

<<less
Download (0.12MB)
Added: 2006-06-23 License: GPL (GNU General Public License) Price:
1218 downloads
lafontaine 0.3R3

lafontaine 0.3R3


lafontaine project is a graphical logo interpreter. more>>
lafontaine project is a graphical logo interpreter.
It was made for educational use.
Main features:
- the interface is easy to apprehend,
- there is a specific Logo language version for each country,
- Lafontaine is highly portable (by using the gtk library)
<<less
Download (0.22MB)
Added: 2006-10-27 License: GPL (GNU General Public License) Price:
1093 downloads
KPhoTools 0.2.1

KPhoTools 0.2.1


PhoTools is an Image Album generation tool. more>>
KPhoTools is a program for KDE which helps you creating fast online photo galleries in HTML.
KPhoTools is an Image Album generation tool. It creates an HTML Album containing your Images in HTML which can be published as webpage. It can rotate/resize images, blend logos, create thumbnails, and create albums in several styles.
Main features:
- Rotating images
- Rezising images
- Create thumbnails
- Image filters (*)
- Several styles
- Logo Blending
Features of the albums are:
- Simple and clean indexing
- Nice overview of your pics
- Slideshows
- No PHP needed! (only HTML & Javascript)
- Preloading (no empty boxes on screen)
- Not present pics wont be loaded (box will be shown)
- Screenshot function
- Screenshots from desktop
- Screenshots from selected areas on your desktop
- Screenshots of single windows
<<less
Download (0.69MB)
Added: 2005-09-14 License: GPL (GNU General Public License) Price:
1501 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5