Asteroid mining has been big in the news lately. I'm thinking some sort of simple hard science asteroid mining game. I want all 600k known asteroids and the ability to zoom in and interact with each of them... Or something like that, what do you guys think?
Here's something I hacked together of all asteroids over 10km in diameter with the help of ftp://ftp.lowell.edu/pub/elgb/astorb.html. Mesmorizing, Just mind boggling how big space is!
Asteroids
Asteroids
- Attachments
-
- asteroids.love
- (112.17 KiB) Downloaded 248 times
Re: Asteroids
Is that white 5 at the top-left corner the FPS counter?
lf = love.filesystem
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
- kikito
- Inner party member
- Posts: 3153
- Joined: Sat Oct 03, 2009 5:22 pm
- Location: Madrid, Spain
- Contact:
Re: Asteroids
600k is very ambitious. I think the number you have now is enough for doing lots of stuff. You can probably still trim it down a bit. But well done!iemfi wrote:I want all 600k known asteroids and the ability to zoom in and interact with each of them... Or something like that, what do you guys think?
When I write def I mean function.
- Jasoco
- Inner party member
- Posts: 3726
- Joined: Mon Jun 22, 2009 9:35 am
- Location: Pennsylvania, USA
- Contact:
Re: Asteroids
No. The number stays at 5 for some reason no matter what. It runs much smoother and faster in LuaJIT. Does this use DT? I guess I should look at the code.Nixola wrote:Is that white 5 at the top-left corner the FPS counter?
Edit: Haha.. I found the problem..
Code: Select all
love.graphics.print(5,5,love.timer.getFPS())
Re: Asteroids
Probably, it won't change so much on my PC
lf = love.filesystem
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
- josefnpat
- Inner party member
- Posts: 955
- Joined: Wed Oct 05, 2011 1:36 am
- Location: your basement
- Contact:
Re: Asteroids
Now there's a mistake I'd be happy to make, although with a little modification:Jasoco wrote:No. The number stays at 5 for some reason no matter what. It runs much smoother and faster in LuaJIT. Does this use DT? I guess I should look at the code.Nixola wrote:Is that white 5 at the top-left corner the FPS counter?
Edit: Haha.. I found the problem..
Guess where the problem lies.Code: Select all
love.graphics.print(5,5,love.timer.getFPS())
Code: Select all
love.graphics.print(60,5,love.timer.getFPS())
Missing Sentinel Software | Twitter
FORCIBLY IGNORED.
<leafo> when in doubt delete all of your code
<bartbes> git rm -r *
<bartbes> git commit -m "Fixed all bugs"
<bartbes> git push
FORCIBLY IGNORED.
<leafo> when in doubt delete all of your code
<bartbes> git rm -r *
<bartbes> git commit -m "Fixed all bugs"
<bartbes> git push
Who is online
Users browsing this forum: Ahrefs [Bot] and 1 guest