What's everyone working on? (tigsource inspired)

General discussion about LÖVE, Lua, game development, puns, and unicorns.
User avatar
JME
Prole
Posts: 7
Joined: Mon Mar 04, 2013 7:49 pm
Location: Gothenburg, Sweden

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

Post by JME »

I am working on this post.
If you understand me or not, that is not my problem.
User avatar
Jasoco
Inner party member
Posts: 3725
Joined: Mon Jun 22, 2009 9:35 am
Location: Pennsylvania, USA
Contact:

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

Post by Jasoco »

Been working on rewriting and optimizing my 3D engine. Now chunk-based runs much faster by utilizing global world-cache point and triangle lists for world objects that will never move. This speeds up the engine quite a bit and allows for a little more detail.

You may remember this:
Image

Well, it doesn't look much like that anymore. But I'm getting back there slowly but surely...

Image
Image
And in case you were wondering, the screen on the computer does animate with moving (low-detail) circles and a moving scanline for effect. (By use of a canvas that gets updated every frame and then drawn to the screen polygon as if it were any other image) And in the "sandbox" you can move around the 3D world in any direction freely and it updates fast. Plus the clouds move in 3D too. Depth fog is a work in progress. And I'm most proud of the menu GUI library I wrote myself.

Textured polygons do slow down the engine slightly for each one I have to draw due to them being pixel effects. (Library created by xXxMoNkEyMaNxXx) So I'm hoping to eventually be able to natively through Löve draw warped images in the same way without needing to require pixel effects. (Especially since this library has been known to work completely differently on different platforms and configurations for some reason.)

The other bottleneck is of course calculating the 2D screen location of every applicable on-screen 3D point every frame. So models have to remain simple enough.

Just in case people were worried my project was dead. Nope. Far from it. Making progress every day since I started rewriting the engine for a more object-oriented based world format which allows me to place 3D worlds anywhere like the title screen. And eventually a simple 3D world will be drawn to the little computer screen. I plan on using this neato pseudo-Classic Macintosh computer for the titlescreen's "Options" menu.
User avatar
Robin
The Omniscient
Posts: 6506
Joined: Fri Feb 20, 2009 4:29 pm
Location: The Netherlands
Contact:

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

Post by Robin »

... is that Abed?
Help us help you: attach a .love.
User avatar
Lafolie
Inner party member
Posts: 809
Joined: Tue Apr 05, 2011 2:59 pm
Location: SR388
Contact:

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

Post by Lafolie »

Working on an SRPG. It's gonna be multiplayer, but for practice we're making a smaller single player prototype. My friend who I'm working on this with started writing the rendering system: http://cl.ly/image/1z1t26100146 (4mb gif)
Do you recognise when the world won't stop for you? Or when the days don't care what you've got to do? When the weight's too tough to lift up, what do you? Don't let them choose for you, that's on you.
User avatar
Jasoco
Inner party member
Posts: 3725
Joined: Mon Jun 22, 2009 9:35 am
Location: Pennsylvania, USA
Contact:

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

Post by Jasoco »

Robin wrote:... is that Abed?
Yep. And on the other side is Wolf-Hat Kate.
User avatar
StoneCrow
Party member
Posts: 199
Joined: Sat Apr 17, 2010 9:31 am
Location: Wales the land of leeks and leaks
Contact:

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

Post by StoneCrow »

Image
Actually bagged some paid work making a highly scriptable and editable game for CoronaSDK, which by the way I highly do not recommend Its stupid and ramrods you into using its weird systems, just steal its idea for timed functions and be done with it. (art is just my placeholders to demonstrate my code)

Also dreaming of the day when I or anyone else has discovered a way to feed 4 x and y corner positions into a draw in love2d for an image, already got a load of scripts and code for a huge planetary god-game as soon as anyone works this one out.
Dull but sincere filler.
User avatar
bartbes
Sex machine
Posts: 4946
Joined: Fri Aug 29, 2008 10:35 am
Location: The Netherlands
Contact:

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

Post by bartbes »

StoneCrow wrote: Also dreaming of the day when I or anyone else has discovered a way to feed 4 x and y corner positions into a draw in love2d for an image, already got a load of scripts and code for a huge planetary god-game as soon as anyone works this one out.
You mean 0.9.0's Geometries?
User avatar
StoneCrow
Party member
Posts: 199
Joined: Sat Apr 17, 2010 9:31 am
Location: Wales the land of leeks and leaks
Contact:

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

Post by StoneCrow »

bartbes wrote:You mean 0.9.0's Geometries?
Wow this will be better than hl3 :neko: !
Dull but sincere filler.
User avatar
Jasoco
Inner party member
Posts: 3725
Joined: Mon Jun 22, 2009 9:35 am
Location: Pennsylvania, USA
Contact:

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

Post by Jasoco »

bartbes wrote:
StoneCrow wrote: Also dreaming of the day when I or anyone else has discovered a way to feed 4 x and y corner positions into a draw in love2d for an image, already got a load of scripts and code for a huge planetary god-game as soon as anyone works this one out.
You mean 0.9.0's Geometries?
If this does what I am hoping it does, then it'll make my project, the one above, run so much smoother and look so much better.

I tried to run my project in the current 0.9.0 and it kept giving errors due to changed and removed things. And since the documentation isn't finished then I had to put it off for a while until I research how to make it work right.
User avatar
hryx
Party member
Posts: 110
Joined: Mon Mar 29, 2010 2:28 am
Location: SF<CA<USA

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

Post by hryx »

Jasoco, I'm still waiting on pins and needles for your Star Fox clone. I swear, seeing it is one of the few things that warms my heart.

What am I working on? A level editor for a resurrected project. Here he is wearing his first spritesheet. Aww, how cute, he mixed up his arguments to love.graphics.drawq!
5150ycf.png
5150ycf.png (47.18 KiB) Viewed 315 times
Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot] and 2 guests