Yeah ok I'll post :)

Posted by spike1 on Dec. 16, 2015, 6:48 p.m.

Hi everyone! Haven't posted in a while, done some stuff and whatnot :).

The Wolf's Lens BTS:

Talks about production issues, VFX tips, and a few non-sequitur rants on marketing strategies and Lynch's films.

Lorne:

Went up to Lorne (a small coastal town) for a mini holiday. Was really fun, went horse riding, came up with an older version of Moirai (below), and just generally unwinded. Also decided not to take a single photo throughout the entire thing, which managed to annoy my mum and sister incredibly. I'm not really sure why though, think the experience was better personally.

The Triumph of Trevor Truelove:

Was a part of a god-awful play that depressed everyone that was a part of it. I was the main villain (bloody Jasper Villius), so that was fun. I got to yell at everyone XD. I actually felt really uncomfortable doing it though…

Moirai:

Obviously those short-films we were going to make fell through, and after TTOTT we needed something more meaty anyway. Me and a group of friends from drama are working on a series of television long episodes (well, almost, just over 30mins each) about a group of teenagers who discover a book containing a list of thousands of people that will die.

So far I've scripted the first episode (You can read it here if you want), planned out the arcs and whatnot. Still not sure how to film some of it (locations, casting etc), but should be fun.

Here's the potential theme song:

Edit: Doesn't work on some browsers, here's a direct link: http://www.electronic-mind.org/RandomFiles/MoiraiMaybe.m4a

Friends:

Time to sound woeful and whatnot, but I haven't had a friend I talk frequently to in over 3 years. And now I have like, 5 or so which is amazing :D. It feels really nice, and quite different to my previous ones (that generally just wanted to use my computer skills to enhance their reputation by taking credit, and I'm generally too nice to refuse). So that's been wonderful :D. On another note I got ripped off $10 yesterday on a cupcake, didn't say anything, I'm really stupid.

Basically left school:

Ayce pissed me off in a variety of ways, won't go into detail but I decided not to attend the last few months. Probably won't go back. So much happier not going anyway. Currently I feel amazing, thinking about it puts me back in the dumps.

Shader Sandwich:

Shader Sandwich is going great, getting quite a few sales each month and the user base is full of really enthusiastic and friendly people :). And currently working on adding an in-built code editor (so you can add custom code, and keep changing the shader in the editor without overwriting it). Also working on in-built volumetrics:

, and of course some other stuff.

Browser (NEW):

Forgot about this, not sure if I mentioned it before but I've been working on a toy browser, can display pages decently, you can't submit forms or anything though. All rendering is done is OpenGL so I've had to reimplement standard controls from scratch, they work pretty well though (selection, copy/pasting, undo's etc).

Out of date screenshot (it does a better job of text rendering and layouting now…)

Lynch & Hitchcock:

Watched Twin Peaks, Blue Velvet, Twin Peaks: Fire Walk With Me, Vertigo, Shadow of a Doubt and The Trouble with Harry. Hadn't seen a film for several months before that, was enjoyable.

So yeah, that's what I've been up to :). I'll go around a comment on all the other blogs now over the next few days, then vanish for another month :).

Comments

Omega_Squid 8 years, 4 months ago

That should be the final release name - It's Buggy Browser!

Quietus 8 years, 4 months ago

I've been meaning to watch Twin Peaks, as well as Mulholland Drive and all the other Lynch films I haven't seen yet. I remember watching Blue Velvet a few years ago, I enjoyed it a lot. Lost Highway is one of my favorites, especially since it inspired the story for Silent Hill 2.

Shadow of a Doubt and Vertigo are two of my favorite Hitchcock films. I have a love hate relationship with his work, especially his later films. Rope is another favorite of mine, it's an 80 minute film made from 8 ten minute long shots. the effect is pretty mesmerizing.

spike1 8 years, 4 months ago

@Omega_Squid

Haha, yeah it should XD.

@hel

Yeah, I still have to see a bunch of Lynch's films (Most recently saw Dumbland actually, that was, an experience…). I love his more bizarre and spiritual works, so am interested in watching his later stuff now (Lost Highway, Mulholland Drive). I'm really looking forward to season 3 of Twin Peaks :D.

As for Hitchcock, I'm not sure what my favorite is so far. I must say I really enjoyed the absurdity of The Trouble with Harry, and the tightly plotted Shadow of a Doubt, but I have a feeling Vertigo will probably hold up the best when re-watching. I just really enjoyed the directing there, the day-night cycles, the dream sequence, so many memorable scenes :D. Definitely need to see Rope though, along with North by Northwest.

Quietus 8 years, 4 months ago

I saw Dumbland recently too! They ran it on TCM in the middle of the night. They were amazing. "Fucking ants!"

I was lucky to experience Eraserhead and the Elephant Man when I was much younger, so they have always stayed as favorite films of mine.

Vertigo's exploration of the theme of identity makes it one of my favorites of Hitchcock, just like Shadow of a Doubt with telepathy. I enjoy his more traditional murder mysteries like Rope and Dial M for Murder because of the acting and tightly woven storylines. The Wrong Man with Henry Fonda is another classic - the only Hitchcock film based on a true story.

North by Northwest is good, I love pretty much every movie with Cary Grant in it. He and Eva Marie Saint have an exciting chemistry on screen.

Jani_Nykanen 8 years, 4 months ago

Quote:
Went up to Lorne (a small coastal town) for a mini holiday. Was really fun, went horse riding…
Because you mentioned 'coastal', I was immediately thinking of seahorse riding…

spike1 8 years, 4 months ago

Figure I'll use this blog to post updates on what I'm doing for now, hope it's somewhat interesting XD.

Working on an in-built source code editor for SS. Syntax highlighting was a pain to setup, it's quite funny actually XD. Unity has built-in support for HTML styled richtext, however the built-in Text Area doesn't take it into account when selecting, so when selecting the "So" in "Hallo <b>So…</b>" you're actually selecting the "<b" so it bugs out a ton XD. Solved it by having a hidden, non-styled Text Area underneath that handles all input, and another on top for display where I calculate the correct position and selection area manually.

Once I had that done though it was just a matter of a few Regex'sI hate regex soooo much I'm thinking of replacing it with a parser, made a decent parsing library for the browser. for keyword matching and comment checking, adding some color tags around the matches and horray! Also added line-highlighting, something I love in Notepad++.

I also couldn't just use the in-built editing since Shader Sandwich regenerates this code pretty frequently and would just override it, so I've worked out a convoluted method of saving user edits in relation to where it is and what surrounds it. Works pretty well :D. Still throws an error every second edit though, pesky substring operations XD.

NeutralReiddHotel 8 years, 4 months ago

haha was that you in the video? damn man you put yourself down so much. so what if your character sucks.. you were in a movie. that's more than what i have done, so i say it's pretty damn cool.

spike1 8 years, 4 months ago

Haha thanks, 'tis ok though I find self deprecation amusing XD.

Anyways, I wrote an experimental piece of shit XD

http://www.electronic-mind.org/RandomFiles/GreenHair.pdf

Actually I wrote it to try and cure writers block, didn't work sadly but hey, the end result was amusing XD