FRII wrote: Alt+f4 to quit
Search found 35 matches
- Thu Apr 21, 2016 4:52 am
- Forum: Games and Creations
- Topic: Some sort of early-wip weird choose-your-own-adventure-type thing or something
- Replies: 4
- Views: 8569
Re: Some sort of early-wip weird choose-your-own-adventure-type thing or something
- Wed Apr 20, 2016 8:35 pm
- Forum: General
- Topic: Another Lua-based language implementation
- Replies: 18
- Views: 10977
Re: Another Lua-based language implementation
This is a really neat project! Here's some ideas: * Write a transcompiler in LunaScript that converts Lua to LunaScript. Then, run the transcompiler on your original code. I think there's a word for this... self-hosting? * Write a transcompiler in Lua that converts LunaScript to Lua. See how far the...
- Tue Dec 24, 2013 9:53 am
- Forum: Support and Development
- Topic: How to make a false floor in 3D?
- Replies: 28
- Views: 15323
Re: How to make a false floor in 3D?
The Steam demo was just eyeballed on my part. Basically, 1. Place a quarter-scale cloud sprite in back 2. Chose random movement vector (left or right, mostly) 3. Move sprite along vector while also 3.a Increasing sprite scale 3.b decreasing alpha The whole thing was a failed attempt to port this Web...
- Tue Dec 24, 2013 2:38 am
- Forum: Support and Development
- Topic: How to make a false floor in 3D?
- Replies: 28
- Views: 15323
Re: How to make a false floor in 3D?
Here's a few tech demos I whipped up. All source is MIT. But you must respect the Ol' Barry, his Whiteness.
1. 3D Box
2. Steam Effect (very sexy)
1. 3D Box
2. Steam Effect (very sexy)
- Mon Dec 16, 2013 7:03 am
- Forum: Libraries and Tools
- Topic: Punch UI: mouseless User Interface Library
- Replies: 6
- Views: 5410
Re: Punch UI: mousless User Interface Library
Great stuff there buddy
- Sat Nov 23, 2013 2:13 am
- Forum: Libraries and Tools
- Topic: Skip List
- Replies: 9
- Views: 5938
Re: Skip List
Very cool. Thank you.
- Tue Nov 12, 2013 1:02 am
- Forum: Games and Creations
- Topic: Metanet Hunter: REMIX (75% Off!)
- Replies: 27
- Views: 27284
Re: Metanet Hunter: REMIX
Looks great, but it needs some background music. Can't wait to play.
- Mon Sep 23, 2013 12:01 pm
- Forum: Libraries and Tools
- Topic: Color Save/Restore
- Replies: 20
- Views: 10172
Re: Color Save/Restore
I've got a library which you are all welcome to use.
Here's the code: http://paste2.org/syGCbF0C
Code: Select all
gColors = require 'lib.colors'
gColors:push(255, 0, 255, 255)
-- .. draw something fabulous
gColors:pop()
-- Couldn't be easier to use
- Sat Sep 07, 2013 7:55 am
- Forum: Libraries and Tools
- Topic: Löve Frames - A GUI Library
- Replies: 406
- Views: 390631
Re: Löve Frames - A GUI Library
Excellent library!
Just wanted to say thanks for the continued updates.
Just wanted to say thanks for the continued updates.
- Sun Jan 27, 2013 10:20 pm
- Forum: Support and Development
- Topic: Broken links (SDK, Builds)
- Replies: 1
- Views: 2025
Re: Broken links (SDK, Builds)
I found an archived copy of the windows SDK on my hard drive. This SDK was downloaded sometime in late 2012.
Here's a temporary link, in case someone needs it:
http://dl.dropbox.com/u/1795527/love_SD ... DEC2012.7z
Here's a temporary link, in case someone needs it:
http://dl.dropbox.com/u/1795527/love_SD ... DEC2012.7z