Too Many Ideas - Archive for the ‘My Stuff’ Category

Pull the other one it has bells on!
Tuesday, July 18th, 2006I won’t be getting the hour back I just spent writing README files for all the Vue Python scripts I’ve put on my site. I wouldn’t have bothered but I started getting some weird e-mails about redistributing the scripts on DVD at my expense. I’ve not seen that scam before and I can’t see many […]

Dark skies fall down into another day
Friday, July 14th, 2006A picture I’m working on using Vue 5 Infinite. The lighting is more complicated that it looks as the two trees are lit separately from the rest of the scene to make them stand out. The title of the post is two lines from the song by Enya "Storms in Africa Part II".

Characters on the Couch (Part 1)
Wednesday, July 12th, 2006A Jungian approach to characters for Writers How do you get inside a character and understand what makes them tick? How can you use their desires, history and motivation to create memorable personalities? One possible technique is to draw on archetypal characters found in mythology that many writers use when creating characters. These archetypes can […]

Keyboard Burning
Wednesday, July 5th, 2006I’ve done so much typing today my keyboard should be smoking in the heat. I only stopped during the torrential thunderstorm that hit this afternoon. Couple of thousand words on a short story / novella, a rework of an old article that I’m going to serialise here on my blog for the next few months, […]

V5I: Using Eco To CSV / CSV to Eco
Tuesday, July 4th, 2006A minor update to last nights scripts to make them more useful (they now allow instances to be deleted) and some basic instructions on using them. Download: ecocsv.zip (5Kbyte Zip Archive) This file includes two python files ecotocsv.py and csvtoeco.py. An ecosystem consists of a number of instances of the objects that make it up. […]

V5I: Eco To CSV / CSV to Eco
Monday, July 3rd, 2006Two free Python script for Vue 5 Infinite tonight. ecotocsv.py saves a selected EcoSystem as a CSV file that can be edited in most spreadsheet packages. The other, csvtoeco.py, loads the edited csv file back into Vue modifying the instances with any changes you made in the CSV. Download: ecocsv.zip (3Kbyte Zip Archive)

V5I: Bifurcated Lava Flow
Thursday, June 29th, 2006An updated version of this article is now available on my website at Creating a Bifurcated Lava Flow in Vue Infinite. After more experimentation I’ve finally achieved a Bifurcated Lava Flow in Vue 5 Infinite that I’m happy with. To make this I first looked at some maps of Bifurcated flows. I then drew a […]

V5I: EcoSystem to Objects Python Script
Thursday, June 29th, 2006A little python script that will place a cube at the same location as each instance in an EcoSystem. It gives each cube the same rotation as the instance. It also scales it by the same scale factor in each direction as the instance. There is an additional parameter to allow the scaling to be […]

A Novel Experience
Wednesday, June 28th, 2006After a hiatous of several months I opened my half finished novel and started to tackle the scene I got stuck on. I hit a continuity error that I didn’t really want to fix in the first draft but didn’t think I could afford to leave unfixed either. It is now fixed so I can […]

Vue Python for Beginners Updated
Tuesday, June 27th, 2006I’ve spent the evening updating my Vue Python for Beginners tutorial. What started as a few minor tweaks turned into a major reorganisation but hopefully it was worth the effort.