473,378 Members | 1,037 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

Python design project

Dear community,

I dont really know if this is the right way to do, otherwise my
excuses for that.

I'm a Dutch student, and graduating this year on my graphic design
study. For my graduating study, I want to do some Python work and i'm
lokking for a partner wich can help/ cooperate me in programming
python.

The project
In short: The project subject is type, and i want to create a self
generating type.

I hope there are some interests, otherwist, thank you all..

Bye.. Rick

Feb 1 '07 #1
4 1237
so*******@hotmail.com wrote:
...
I'm a Dutch student, and graduating this year on my graphic design
study. For my graduating study, I want to do some Python work and i'm
lokking for a partner wich can help/ cooperate me in programming
python.

The project
In short: The project subject is type, and i want to create a self
generating type.
At the risk of asking a stupid question, what do you mean by a self
generating type? (Indeed, what do you mean by "type" here?)

Given the phrases "python" and "graphic design" in the same post I can think
of at least two definitions of "type" that are relevant, and not sure how
you'd view either as self-generating :-)

Curiously,
Michael.

Feb 2 '07 #2
I think I need to explain the things better I think, so I do;

First answering the questions above; I think i have to explain the
project more.

With type I mean; typography/fonts/characters.. For my final exam I
created the idea to treath fonts as a living organisms.
There for I want to create with the help of somebody, a little program
were i can import vector based fonts, and when they are imported they
"turn alive"
By turn alive I mean; they move random over the work area, opacity
changing, changing of size/color, merge together ans some more things,
little fonts changing.

Because my python skills are zero, I'm looking for a partner which can
help me. I'm working On mac, but windows is not a problem.

Feb 5 '07 #3
On Feb 5, 4:09 am, solric...@hotmail.com wrote:
I think I need to explain the things better I think, so I do;

First answering the questions above; I think i have to explain the
project more.

With type I mean; typography/fonts/characters.. For my final exam I
created the idea to treath fonts as a living organisms.
There for I want to create with the help of somebody, a little program
were i can import vector based fonts, and when they are imported they
"turn alive"
By turn alive I mean; they move random over the work area, opacity
changing, changing of size/color, merge together ans some more things,
little fonts changing.

Because my python skills are zero, I'm looking for a partner which can
help me. I'm working On mac, but windows is not a problem.
Hi Solrick,

This sounds like some interesting stuff. I'd love to discuss it some
more with you and maybe work with you on it.

Some things to think about:

1. Rules for Font interactions. What happens when fonts 'hit' each
other, or 'live' long enough to reproduce andmutate maybe?
2. What parts of the fonts can change. height, width, scale,
kerning, serifs, color, transparency, etc
3. Python may not be the best environment for this application.
Flash might be alot faster to get something going in as its designed
for animating vectors and has a solid programming language behind it
to write in your rules logic.

Best,
Josh

Feb 6 '07 #4
Hi Josh,

Thank you for replying my message,
sorry for the late reply, i was ill for two days..

I thought about the things you said, and think that it would be
interesting, if fonts hit eachother the fonts would be merging. stuck
together. so in a kind of way you create 'a new font' . I think the
mutate part works also in that, by mutating, you can also create a new
form "family'. But I think that the fonts must not unrecognizable
mutate. the reproducing thing would be nice, so you also get the
'families' like family of a, family of b... and so on...
I think that the family must remain at each other presence, stuck
together, and when a touches b you get a new form and family.

2 think that all the things could transform, except for the serifs,
kerning.

3 does flash work with vector? flash is pixel based isn't?

what doe you think about the project, i'm verry interesting in more
things oppinions. do you think that the designer creates the final
work here, because of the programming or do you think that the fonts
of the computer does it?

Best,

Rick

Feb 8 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Dave Brueck | last post by:
Below is some information I collected from a *small* project in which I wrote a Python version of a Java application. I share this info only as a data point (rather than trying to say this data...
699
by: mike420 | last post by:
I think everyone who used Python will agree that its syntax is the best thing going for it. It is very readable and easy for everyone to learn. But, Python does not a have very good macro...
226
by: Stephen C. Waterbury | last post by:
This seems like it ought to work, according to the description of reduce(), but it doesn't. Is this a bug, or am I missing something? Python 2.3.2 (#1, Oct 20 2003, 01:04:35) on linux2 Type...
38
by: kbass | last post by:
In different articles that I have read, persons have constantly eluded to the productivity gains of Python. One person stated that Python's productivity gain was 5 to 10 times over Java in some in...
36
by: Andrea Griffini | last post by:
I did it. I proposed python as the main language for our next CAD/CAM software because I think that it has all the potential needed for it. I'm not sure yet if the decision will get through, but...
63
by: Davor | last post by:
Is it possible to write purely procedural code in Python, or the OO constructs in both language and supporting libraries have got so embedded that it's impossible to avoid them? Also, is anyone...
267
by: Xah Lee | last post by:
Python, Lambda, and Guido van Rossum Xah Lee, 2006-05-05 In this post, i'd like to deconstruct one of Guido's recent blog about lambda in Python. In Guido's blog written in 2006-02-10 at...
112
by: mystilleef | last post by:
Hello, What is the Pythonic way of implementing getters and setters. I've heard people say the use of accessors is not Pythonic. But why? And what is the alternative? I refrain from using them...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.