What's everyone working on? (tigsource inspired)

General discussion about LÖVE, Lua, game development, puns, and unicorns.
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 »

I've been coding a Mega Man fangame for a while. I'm happy I finally made sloped tiles work.
mm.gif
mm.gif (738.91 KiB) Viewed 9064 times
User avatar
nikneym
Citizen
Posts: 56
Joined: Sat Mar 09, 2013 1:22 pm
Contact:

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

Post by nikneym »

Just made logo and inventory system for my new game. really great graphic design experiment for me actually. :nyu:

Image

Image
User avatar
MadByte
Party member
Posts: 533
Joined: Fri May 03, 2013 6:42 pm
Location: Braunschweig, Germany

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

Post by MadByte »

LÖVE Characters
I'm working on cute pixelart versions of LÖVE characters... :cool: :nyu:
Because ... why not. :joker:

Image
f483
Prole
Posts: 7
Joined: Fri Jan 06, 2017 7:20 pm

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

Post by f483 »

Started working on 'Micro Offensive' think SHUMP vs RTS
User avatar
Stumphead
Prole
Posts: 3
Joined: Tue Oct 24, 2017 1:56 am
Location: Boston, MA
Contact:

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

Post by Stumphead »

I've been working on this Contra inspired side scroller for a while now, here's a new enemy I added this week

podEnemy.gif
podEnemy.gif (737.84 KiB) Viewed 8517 times
KayleMaster
Party member
Posts: 234
Joined: Mon Aug 29, 2016 8:51 am

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

Post by KayleMaster »

Image
Working on isometric shadows.
Definitely looks awesome, but I still don't know how practical it's gonna be in order to keep them.
These are rectangular walls after all, with buildings and weird shapes (and moving objects) I'd have a lot of work, but in the end it will be worth it I think.

It's an isometric RTS I'm working on similar to Stronghold
MrFariator
Party member
Posts: 509
Joined: Wed Oct 05, 2016 11:53 am

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

Post by MrFariator »

megalukes wrote: Wed Sep 20, 2017 7:13 pm mm.gif
Cool stuff.
Last edited by MrFariator on Thu Apr 20, 2023 9:40 am, edited 1 time in total.
User avatar
tio
Citizen
Posts: 61
Joined: Thu Dec 12, 2013 1:04 pm
Location: BR BR?
Contact:

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

Post by tio »

MrFariator wrote: Sat Oct 28, 2017 9:48 pm Did a HUD this week now that my university obligations are not as bad for the rest of the semester.
Image
megalukes wrote: Wed Sep 20, 2017 7:13 pm mm.gif
Cool stuff.
Man, this is awesome!
User avatar
HDPLocust
Citizen
Posts: 65
Joined: Thu Feb 19, 2015 10:56 pm
Location: Swamp
Contact:

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

Post by HDPLocust »

Hmm. Lua-Steam dll/so library.
https://bitbucket.org/MainTomato/steampower (develop branch)

Now looks like this, on 0.3v.
Image
load image from steamworks example

I tried to writing FFI-bindings, but it has some troubles with steam_callbacks, and i need c++ OOP to make it: some things, like lobby/connection events cannot been created without steam_callbacks, so I want full access to all steam stuff. Final version must have nice friends/lobby/matchmaking interface, as set of steam_api/steamPower dll's + bunch of lua-objects for love/corona/defold engines, and just

Code: Select all

steam = require'SteamPower'
for linking your love-app to steam (without engine modifications, always last love/corona/defold version, no compilers etc).

I trying to make full steamworks binding, so steamworks documectation is actual for this.
Structs as tables, without type-prefix but may contain additional info, for example, this function on steamworks transforms to:

Code: Select all

inGame, GameInfo = steam.friends.GetFriendGamePlayed('123456789012345') -- SteamID as string
-- where
--  inGame -> true
--  GameInfo -> {
--    AppID = '480',
--    GameIP = 0xAABBCCDD,
--    GamePort = 12345,
--    QuerryPort = 12346,
--    IDLobby = '123456789012345',
--    GameIPString = '127.0.0.1', -- additional info
--}
Science and violence
incognito_mage
Prole
Posts: 15
Joined: Mon Nov 06, 2017 12:38 pm

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

Post by incognito_mage »

99/100 - Metacritic
Truly revolutionary - IGN

Image

I stayed up all night yesterday trying to get SpriteBatches working, and it turned out I wasn't calling love.graphics.draw.

I'm getting 300 fps drawing 10K 32x32 sprites every frame on a gtx 1050, so 3 million sprites per second. Do these numbers make sense or am I completely messing up something and I should be getting something like 3000 fps?
What's this? What's this? There's violas everywhere!
Post Reply

Who is online

Users browsing this forum: Google [Bot], Majestic-12 [Bot] and 63 guests