Search found 15 matches

by nkorth
Mon May 14, 2012 12:11 am
Forum: Libraries and Tools
Topic: DEFract 0.5 - 3D fractal explorer. Now with GUI!
Replies: 53
Views: 34143

Re: DEFract 0.4 - A 3D fractal explorer

Patalo wrote:Is there any ATI user who ever succefully launched it ?
I'm on Arch Linux with AMD Fusion and it froze my entire system. Awesome screenshots though!
by nkorth
Sun May 13, 2012 11:41 pm
Forum: Games and Creations
Topic: microCrawler, a tamagotchi-like game
Replies: 10
Views: 6683

Re: microCrawler, a tamagotchi-like game

bartbes wrote:
nkorth wrote:It'd be cool if there was a speed multiplier that went into every calculation so you could have a "fast-forward" button or something.
It's called dt ;).
of course, but I had actually never thought about changing dt. d'oh!
by nkorth
Sun May 13, 2012 8:56 pm
Forum: Games and Creations
Topic: microCrawler, a tamagotchi-like game
Replies: 10
Views: 6683

Re: microCrawler, a tamagotchi-like game

I tried implementing this concept in Javascript/Canvas a while ago, but didn't get very far at all. I did rip a few useful graphics from the Three Hundred Mechanics sample images (and the author said they were OK to use), so here they are if you want to use them. Most of the good stuff is in sprites...
by nkorth
Mon Sep 19, 2011 7:13 pm
Forum: Libraries and Tools
Topic: Beginnings of a generic bullet library
Replies: 9
Views: 8831

Re: Beginnings of a generic bullet library

Cool! Combined with bezier paths, this could make an awesome bullet hell game. Personally, I use love.keypressed() and love.keyreleased() for everything, even moving players. I prefer using isDown in love.update for player movement, because the movement is only going to be applied in love.update any...
by nkorth
Sun Sep 18, 2011 10:14 pm
Forum: Libraries and Tools
Topic: A simple menu lib!
Replies: 3
Views: 9656

A simple menu lib!

The giant GUI libraries I've been seeing were way overkill for my game, so I made a library for simple menus. It has cool animation and stuff ^^ Edit: I added a scrolling version that works like a Dance Dance Revolution song select screen. It's good for lots of menu items. Download: menu.lua menuScr...