Cyberpunk Band
Posted: Mon May 18, 2015 8:55 pm
For my first post on the LOVE forums I thought I would post my (imho) best project in LOVE.
The main menu page
I created this project for a Media Studies course, where students were tasked to create a "website" for an existing or fictional band. While the project was intended to be created in Flash, I decided to create it in LOVE instead.
Part of the album cover I made in PS
I created my own fictional band, set within the universe of Sindome, a roleplay-intensive cyberpunk MUD
The "shop" section. I had to take a video file, render it into frames with Blender, and then animate it onto a sprite behind the tv container
I created a "state" system to switch between "pages", which I have been using for menu vs game states etc. in my later projects. I used some community libraries, and imported some without using them (such as AnAL) because I ran out of time on the project. I began to create my own gui library, which I used for the buttens etc., but it is very messy and still a WIP.
And finally, what the main menu looks like if you leave it for a while. The progression of the scene is random, so leave it on for a few minutes and watch! I added a lot of little details, which you can poke around in the code to look at as well
The music used is "Ripper" by The Dust Collective. (If it gets annoying, or just isn't your style, you can press the pause button from any scene to pause/resume it)
The main menu page
I created this project for a Media Studies course, where students were tasked to create a "website" for an existing or fictional band. While the project was intended to be created in Flash, I decided to create it in LOVE instead.
Part of the album cover I made in PS
I created my own fictional band, set within the universe of Sindome, a roleplay-intensive cyberpunk MUD
The "shop" section. I had to take a video file, render it into frames with Blender, and then animate it onto a sprite behind the tv container
I created a "state" system to switch between "pages", which I have been using for menu vs game states etc. in my later projects. I used some community libraries, and imported some without using them (such as AnAL) because I ran out of time on the project. I began to create my own gui library, which I used for the buttens etc., but it is very messy and still a WIP.
And finally, what the main menu looks like if you leave it for a while. The progression of the scene is random, so leave it on for a few minutes and watch! I added a lot of little details, which you can poke around in the code to look at as well
The music used is "Ripper" by The Dust Collective. (If it gets annoying, or just isn't your style, you can press the pause button from any scene to pause/resume it)