Search found 35 matches

by ncarlson
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: 7309

Re: Some sort of early-wip weird choose-your-own-adventure-type thing or something

FRII wrote: Alt+f4 to quit
1448039_eww_jpgfebe985d556341dee47c51f3e5be9f53.jpg
1448039_eww_jpgfebe985d556341dee47c51f3e5be9f53.jpg (21.31 KiB) Viewed 7180 times
by ncarlson
Wed Apr 20, 2016 8:35 pm
Forum: General
Topic: Another Lua-based language implementation
Replies: 18
Views: 9733

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...
by ncarlson
Tue Dec 24, 2013 9:53 am
Forum: Support and Development
Topic: How to make a false floor in 3D?
Replies: 28
Views: 13928

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...
by ncarlson
Tue Dec 24, 2013 2:38 am
Forum: Support and Development
Topic: How to make a false floor in 3D?
Replies: 28
Views: 13928

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
3d-cube-and-xyY-colorspace.love
Real 3D using Model View Projection
(18.26 KiB) Downloaded 442 times

2. Steam Effect (very sexy)
extra-steamy.love
Faux clouds by fiddling with perspective matricies
(604.85 KiB) Downloaded 429 times
by ncarlson
Mon Dec 16, 2013 7:03 am
Forum: Libraries and Tools
Topic: Punch UI: mouseless User Interface Library
Replies: 6
Views: 4885

Re: Punch UI: mousless User Interface Library

Great stuff there buddy
by ncarlson
Sat Nov 23, 2013 2:13 am
Forum: Libraries and Tools
Topic: Skip List
Replies: 9
Views: 5200

Re: Skip List

Very cool. Thank you.
by ncarlson
Tue Nov 12, 2013 1:02 am
Forum: Games and Creations
Topic: Metanet Hunter: REMIX (75% Off!)
Replies: 27
Views: 24612

Re: Metanet Hunter: REMIX

Looks great, but it needs some background music. Can't wait to play.
by ncarlson
Mon Sep 23, 2013 12:01 pm
Forum: Libraries and Tools
Topic: Color Save/Restore
Replies: 20
Views: 9404

Re: Color Save/Restore

I've got a library which you are all welcome to use.

Code: Select all

  gColors = require 'lib.colors'

  gColors:push(255, 0, 255, 255)
  -- .. draw something fabulous
  gColors:pop()

  -- Couldn't be easier to use
Here's the code: http://paste2.org/syGCbF0C
by ncarlson
Sat Sep 07, 2013 7:55 am
Forum: Libraries and Tools
Topic: Löve Frames - A GUI Library
Replies: 406
Views: 352168

Re: Löve Frames - A GUI Library

Excellent library!

Just wanted to say thanks for the continued updates.
by ncarlson
Sun Jan 27, 2013 10:20 pm
Forum: Support and Development
Topic: Broken links (SDK, Builds)
Replies: 1
Views: 1837

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