Talk About Network



Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Icon > How to use grap...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 2 Topic 123 of 181
Post > Topic >>

How to use graphics on FreeBSD

by HL <lele@[EMAIL PROTECTED] > Aug 26, 2006 at 08:45 PM

Hello --

 I've just installed Icon on FreeBSD-6.0
 That would be Icon 9.4.3
 As I understand it, Icon should work with X-Windows. However,
I can't seem to get it to work.
 I've seen some incantations such as
$include graphics 
on some source files.
 The examples on the Icon Programming Language 3rd ed. don't work
if you simply cut-and-paste, for expample:

$define Width         500
$define Height        300
$define Range          25
$define Min             9
$define Iter           25
WOpen("size=" || Width || "," || Height)
every 1 to Iter do
  DrawCircle(?Width, ?Height, ?Range + Min)
every 1 to Iter do
  FillCircle(?Width, ?Height, ?Range + Min)

  This is an url that has some incantations to get Icon graphics demos
on Debian sarge
http://angg.twu.net/e/icon.e.html#icon-sarge-source
but they also are written in something called e-scripts, so they're hard
to understand.

 Does anyone have any tips or experiences they would like to share on 
getting Icon graphics running on FreeBSD, Linux (or any other Unix)?

 TIA,

 Seth




 2 Posts in Topic:
How to use graphics on FreeBSD
HL <lele@[EMAIL PROTEC  2006-08-26 20:45:10 
[solved] Re: How to use graphics on FreeBSD
HL <lele@[EMAIL PROTEC  2006-08-26 21:57:59 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Thu May 15 0:49:11 CDT 2008.