Menger Sponge Explorer

Show off your games, demos and other (playable) creations.
User avatar
4aiman
Party member
Posts: 262
Joined: Sat Jan 16, 2016 10:30 am

Re: Menger Sponge Explorer

Post by 4aiman »

The last one works :) Thanks!

Wow! I mean, WOW!!!!! Now *that* is a stress-tester for GPU :awesome:
User avatar
Positive07
Party member
Posts: 1014
Joined: Sun Aug 12, 2012 4:34 pm
Location: Argentina

Re: Menger Sponge Explorer

Post by Positive07 »

raidho36 wrote:
Positive07 wrote:Can I request you use [wiki]Scancode[/wiki]s instead of simple keys, I cannot find some of the mentioned keys in a spanish keyboard
You can try the version I uploaded, it's slightly old but otherwise identical functionality-wise.
Doesn't work either:
no-scan-codes.gif
no-scan-codes.gif (159.78 KiB) Viewed 6688 times
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
NightKawata
Party member
Posts: 294
Joined: Tue Jan 01, 2013 9:18 pm
Location: Cyberspace, Room 6502
Contact:

Re: Menger Sponge Explorer

Post by NightKawata »

Image
Image
Image

Got it running on an nvidia GTX 1060 with little to no issues! ...Woo?

Oh yeah and Ultimate Render Mode simply renders it, but hangs the program.

Image

Just may wanna watch out for v7, since I get this:

Image
"I view Python for game usage about the same as going fishing with a stick of dynamite. It will do the job but it's big, noisy, you'll probably get soaking wet and you've still got to get the damn fish out of the water." -taylor
User avatar
GijsB
Party member
Posts: 380
Joined: Wed Jul 20, 2011 10:19 pm
Location: Netherlands

Re: Menger Sponge Explorer

Post by GijsB »

NightKawata wrote:
Got it running on an nvidia GTX 1060 with little to no issues! ...Woo?

Oh yeah and Ultimate Render Mode simply renders it, but hangs the program.
Yes the purpose of Ultimate Render Mode is to make a over-time render of 1 single configuration, so it blocks all user input.
NightKawata wrote:
Just may wanna watch out for v7, since I get this:
Ah yes forgot to upload that fix, V.8 should work for you now.
4aiman wrote:The last one works :) Thanks!

Wow! I mean, WOW!!!!! Now *that* is a stress-tester for GPU :awesome:
Great! And thanks :).
Positive07 wrote:Can I request you use [wiki]Scancode[/wiki]s instead of simple keys, I cannot find some of the mentioned keys in a spanish keyboard

It works for me on an Intel Graphics 5500
Should I just make every key a scancode?
User avatar
zorg
Party member
Posts: 3441
Joined: Thu Dec 13, 2012 2:55 pm
Location: Absurdistan, Hungary
Contact:

Re: Menger Sponge Explorer

Post by zorg »

GijsB wrote:
NightKawata wrote: Got it running on an nvidia GTX 1060 with little to no issues! ...Woo?
Oh yeah and Ultimate Render Mode simply renders it, but hangs the program.
Yes the purpose of Ultimate Render Mode is to make a over-time render of 1 single configuration, so it blocks all user input.
Positive07 wrote:Can I request you use [wiki]Scancode[/wiki]s instead of simple keys, I cannot find some of the mentioned keys in a spanish keyboard
It works for me on an Intel Graphics 5500
Should I just make every key a scancode?
Please do make every key be a scancode. :3

Also, by blocking all user input, what does the code do there exactly to achieve that?
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
GijsB
Party member
Posts: 380
Joined: Wed Jul 20, 2011 10:19 pm
Location: Netherlands

Re: Menger Sponge Explorer

Post by GijsB »

zorg wrote: Please do make every key be a scancode. :3
Alright, wait a few minutes

Edit : finished
zorg wrote: Also, by blocking all user input, what does the code do there exactly to achieve that?
I just meant ignoring all user input, source code should answer any futher questions.

Also does anyone know a good GUI library that I could use? Really don't want to write my own :roll:
Attachments
Menger Sponge.love
Scancodes
(6.53 KiB) Downloaded 123 times
User avatar
zorg
Party member
Posts: 3441
Joined: Thu Dec 13, 2012 2:55 pm
Location: Absurdistan, Hungary
Contact:

Re: Menger Sponge Explorer

Post by zorg »

Real nice, except scancodes still don't work. :3 Here's a nice [wiki]Scancode[/wiki] list that i linked twice now today.

Seriously, not your fault, but i'm curious why the broken-ass functions are still in, that don't work for any layout other than US-EN... maybe i'm just misunderstanding their function.

Salt aside, here, fixed it for you (albeit badly, you don't need that table at all...); nevermind the love.run inside, that was just a test.
Menger Sponge edited.love
(7.2 KiB) Downloaded 132 times
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
GijsB
Party member
Posts: 380
Joined: Wed Jul 20, 2011 10:19 pm
Location: Netherlands

Re: Menger Sponge Explorer

Post by GijsB »

zorg wrote:Real nice, except scancodes still don't work. :3 Here's a nice [wiki]Scancode[/wiki] list that i linked twice now today.

Seriously, not your fault, but i'm curious why the broken-ass functions are still in, that don't work for any layout other than US-EN... maybe i'm just misunderstanding their function.

Salt aside, here, fixed it for you (albeit badly, you don't need that table at all...); nevermind the love.run inside, that was just a test.
Oh wow I thought I needed to change every key to an actual 'scancode' :crazy:, thanks! So this should also work for you?
Attachments
Menger Sponge.love
(6.41 KiB) Downloaded 125 times
User avatar
zorg
Party member
Posts: 3441
Joined: Thu Dec 13, 2012 2:55 pm
Location: Absurdistan, Hungary
Contact:

Re: Menger Sponge Explorer

Post by zorg »

Yep, it works, thanks! :3
(Though it did give me an error about the canvas format can't be rendered on my computer... after messing with the sun's lat/longitude, but that was a one time thing, it didn't happen after i started it up again... random bug it seems)
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
GijsB
Party member
Posts: 380
Joined: Wed Jul 20, 2011 10:19 pm
Location: Netherlands

Re: Menger Sponge Explorer

Post by GijsB »

Absolute HUGE update

Wrote my own little GUI library thingy so the controls are user-friendly now!
Attachments
Menger Sponge.love
(7.26 KiB) Downloaded 148 times
Post Reply

Who is online

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