Author Topic: Dalanian Software  (Read 6679 times)

0 Members and 1 Guest are viewing this topic.

Ashbad

  • Guest
Dalanian Software
« on: April 03, 2011, 06:57:51 pm »
Well, I was fooling around with stuff today, and I made the "Dalanian Software" logo program, with the logo and program attached (yes Dalanian Soft is by me, and is sponsoring the projects "Trio and Niko: Falling" and "Pyyrix II")

What'cha thinks?  ;D

AND PS, this is like a logo right before the game starts ;)

Offline jnesselr

  • King Graphmastur
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2270
  • Rating: +81/-20
  • TAO == epic
    • View Profile
Re: Dalanian Software
« Reply #1 on: April 03, 2011, 07:03:18 pm »
It's kinda slow to start up, IMHO.  Maybe a little faster?

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Dalanian Software
« Reply #2 on: April 03, 2011, 07:04:26 pm »
I agree, seems a bit slow. Or make it appear only the first time the game is run, then disable it for future runs.




Ashbad

  • Guest
Re: Dalanian Software
« Reply #3 on: April 03, 2011, 07:04:36 pm »
hmm, that's a good point, I'll see how I might speed it up -- though those trig functions drawing the circle are on Full speed already x.x

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Dalanian Software
« Reply #4 on: April 03, 2011, 07:05:40 pm »
O.o

What about precalculated positions? You only need a quarter of the circle, anyway (an eighth if you're é1337 enough).




Ashbad

  • Guest
Re: Dalanian Software
« Reply #5 on: April 03, 2011, 07:06:27 pm »
hmm, good point, or maybe I'll draw the 4 level scene every 4 pixels instead of every single one? :P

Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
Re: Dalanian Software
« Reply #6 on: April 03, 2011, 07:20:16 pm »
You forgot to reverse the fix for text inverting :P

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Dalanian Software
« Reply #7 on: April 03, 2011, 07:59:42 pm »
The actual logo itself looks really nice though.
* Deep Thought should try making one of his own...




Ashbad

  • Guest
Re: Dalanian Software
« Reply #8 on: April 03, 2011, 09:08:46 pm »
I just sped it up, and made the circle go only 2/3rds of the way around, to add a sexier appeal :)

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Dalanian Software
« Reply #9 on: April 04, 2011, 03:19:29 pm »
That looks nice. As alternative to increased speed, maybe the ability to skip the logo? Also how much space does it takes?
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Ashbad

  • Guest
Re: Dalanian Software
« Reply #10 on: April 04, 2011, 03:34:45 pm »
The logo only takes 1k, and since I'm sure I'll have tons of misc space on page 2, itll fit nicely :)

Also, I sped it up, only about 2 seconds to draw now :) nd it only draws a cool semicircle now, and it looks awesome :D

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Dalanian Software
« Reply #11 on: April 04, 2011, 03:38:28 pm »
Nice, shouldn't be too bad.

For some reasons it reminds me the WHX logo that my Mystique Dragon Tears co-author/founder used, although it was way simple. I think it was just Circle() with small regular text. :P Idk why it reminded me of that O.o
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline c.sprinkle

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 221
  • Rating: +23/-1
  • There ain't no rest for the wicked? True indeed.
    • View Profile
    • The Corread on NationStates.
Re: Dalanian Software
« Reply #12 on: April 06, 2011, 05:39:06 pm »
Nice. Actually, I was thinking of something similar for another idea I had...

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Dalanian Software
« Reply #13 on: April 09, 2011, 06:28:18 am »
Nice, is there a way to make it open only when the program is first ran? Otherwise, it's quite boring to wait to play :P

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Dalanian Software
« Reply #14 on: April 09, 2011, 08:32:07 pm »
Nice, is there a way to make it open only when the program is first ran? Otherwise, it's quite boring to wait to play :P

thepenguin77 does an ID check to see if the program's been run before in his Chess game. You could ask him for help.