What's everyone working on? (tigsource inspired)

General discussion about LÖVE, Lua, game development, puns, and unicorns.
drunken_munki
Party member
Posts: 134
Joined: Tue Mar 29, 2011 11:05 pm

Re: What's everyone working on? (tigsource inspired)

Post by drunken_munki »

MadByte wrote:Hi guys,

Image

It still lacks a lot of the detail I want to have for it, but I'm sure I'll get there soon™.
Lovely, that. The colour palette works better as well!
User avatar
airstruck
Party member
Posts: 650
Joined: Thu Jun 04, 2015 7:11 pm
Location: Not being time thief.

Re: What's everyone working on? (tigsource inspired)

Post by airstruck »

stuff
Attachments
gbdemo.love
(13.94 KiB) Downloaded 113 times
User avatar
Beelz
Party member
Posts: 234
Joined: Thu Sep 24, 2015 1:05 pm
Location: New York, USA
Contact:

Re: What's everyone working on? (tigsource inspired)

Post by Beelz »

airstruck wrote:stuff
Winning!

Code: Select all

if self:hasBeer() then self:drink()
else self:getBeer() end
GitHub -- Website
User avatar
zorg
Party member
Posts: 3441
Joined: Thu Dec 13, 2012 2:55 pm
Location: Absurdistan, Hungary
Contact:

Re: What's everyone working on? (tigsource inspired)

Post by zorg »

airstruck wrote:stuff
Is it supposed to animate/scroll? because it doesn't. gb tune's awesome, though the smb's timings made me cringe a bit :P
Me and my stuff :3True Neutral Aspirant. Why, yes, i do indeed enjoy sarcastically correcting others when they make the most blatant of spelling mistakes. No bullying or trolling the innocent tho.
User avatar
Positive07
Party member
Posts: 1014
Joined: Sun Aug 12, 2012 4:34 pm
Location: Argentina

Re: What's everyone working on? (tigsource inspired)

Post by Positive07 »

I recommend people to take a look at airstruckt code because the API used to generate these sounds is simply AMAZING
for i, person in ipairs(everybody) do
[tab]if not person.obey then person:setObey(true) end
end
love.system.openURL(github.com/pablomayobre)
User avatar
D0NM
Party member
Posts: 250
Joined: Mon Feb 08, 2016 10:35 am
Location: Zabuyaki
Contact:

Re: What's everyone working on? (tigsource inspired)

Post by D0NM »

airstruck wrote:stuff

Code: Select all

local mainSequence = [[
bass    |-|BBBB|BBBB|BBBB|BBBB|BBBB|
rhythm  |-|RRRR|RRRR|RRRR|RRRR|RRRR|
lead    |-|----|M-M-|C-C-|C-H-|--M-|
drums   |d|D-D-|D-D-|D-D-|D-D-|D-D-|
]]

-- guitar tabs 

local bassTab = [[
A2      |2.2.----0.------|
E2      |----024.--0.4.0.|
]]

local rhythmTab = [[
G2      |--4-.---2-.-----|
D2      |--4-.---2-.-6-.-|
A2      |--2-.---0-.-7-.-|
E2      |------------4-.-|
]]

local melodyTab = [[
G4      |----8.--6.------|----------------|
D4      |--99--9.--7.----|----99997.9.----|
]]

local coolPartTab = [[
G4      |7-----7-----7---|--7-----7-.-----|
D4      |----9.----9.----|9.----9.--9-789.|
]]

local harmonyTab = [[
e5      |----------------|--------e------.|
G4      |b-----b-----b---|--b----.--------|
D4      |----c.----c.----|c.----c.--------|
]]

-- drum tabs 

local mainDrums = [[
kick    |9---9---9---9---|9---9---9---9---|
snare   |--7---4---7---4-|--7---4---7---74|
]]

local introDrums = [[
snare   |2111322243335444|
]]

Well... I smell some descent old school STUFF here )) Just great!
Our LÖVE Gamedev blog Zabuyaki (an open source retro beat 'em up game). Twitter: @Zabuyaki.
:joker: LÖVE & Lua Video Lessons in Russian / Видео уроки по LÖVE и Lua :joker:
User avatar
Tjakka5
Party member
Posts: 243
Joined: Thu Dec 26, 2013 12:17 pm

Re: What's everyone working on? (tigsource inspired)

Post by Tjakka5 »

Inspired by the 3D viewer posted recently, I tried my hand at making my own renderer for it.
3d1.gif
3d1.gif (4.91 MiB) Viewed 2514 times
It's pretty optimized with spritebatches for each model.
The camera is pretty much done as well. It translates each model correctly, and z-sorts them all as well.

I can also turn ImageData into models at run time. So taking the camera output and turning it into a model works pretty well.
3d2.gif
3d2.gif (735.33 KiB) Viewed 2514 times
User avatar
megalukes
Citizen
Posts: 94
Joined: Fri Jun 27, 2014 11:29 pm
Location: Brazil

Re: What's everyone working on? (tigsource inspired)

Post by megalukes »

Tjakka5 wrote:Inspired by the 3D viewer posted recently, I tried my hand at making my own renderer for it.
3d1.gif
It's pretty optimized with spritebatches for each model.
The camera is pretty much done as well. It translates each model correctly, and z-sorts them all as well.

I can also turn ImageData into models at run time. So taking the camera output and turning it into a model works pretty well.
3d2.gif
This is really nice, mate. Great work.
User avatar
Positive07
Party member
Posts: 1014
Joined: Sun Aug 12, 2012 4:34 pm
Location: Argentina

Re: What's everyone working on? (tigsource inspired)

Post by Positive07 »

Tjakka5 wrote:-snip-
I totally need a library out of this!
for i, person in ipairs(everybody) do
[tab]if not person.obey then person:setObey(true) end
end
love.system.openURL(github.com/pablomayobre)
User avatar
Tjakka5
Party member
Posts: 243
Joined: Thu Dec 26, 2013 12:17 pm

Re: What's everyone working on? (tigsource inspired)

Post by Tjakka5 »

Positive07 wrote:
Tjakka5 wrote:-snip-
I totally need a library out of this!
Huh, I didn't think people would be interested in using this.
I'll work out a few more kinks, and try get a release-able version out soon.
Post Reply

Who is online

Users browsing this forum: No registered users and 21 guests