Thread: Try out my drawing program

  1. #16
    Confused Magos's Avatar
    Join Date
    Sep 2001
    Location
    Sweden
    Posts
    3,145
    Originally posted by Esparno
    Since too many compliments can inflate a persons ego ill tell you the only complaint I can come up with about your program....It doesnt have a corperate name/backing like microsoft so it will never sell, o wait, that is a compliment towards your program and free code in the world....oh well, its not like your ego will get so big you try to take over the world....will it?....
    Magosoft... hmmm...
    MagosX.com

    Give a man a fish and you feed him for a day.
    Teach a man to fish and you feed him for a lifetime.

  2. #17
    Sir Mister Insane Sako Klinerr1's Avatar
    Join Date
    May 2002
    Posts
    608
    it looks like you put some quality time on it, but for some reason I cant use the tools. I cant make a mark no the screen. ( if its important for you to now im using Windows ME) Bassicly im saying I cant use it only open it. Please Help!
    Last edited by Klinerr1; 05-05-2002 at 12:49 PM.
    Email: [email protected] || AIM: MisterSako || MSN: [email protected]

    -the shroom has spoken

  3. #18
    Confused Magos's Avatar
    Join Date
    Sep 2001
    Location
    Sweden
    Posts
    3,145
    Hmm, that's weird. Might be a DOS thing.
    Are you sure you're "drawing" inside the gray square?
    And the copy/paste functions doesn't work like they do in paint, that was too much work .
    Other than that I have no idea. Someone else that use ME and experiencing this?
    MagosX.com

    Give a man a fish and you feed him for a day.
    Teach a man to fish and you feed him for a lifetime.

  4. #19
    Its not rocket science vasanth's Avatar
    Join Date
    Jan 2002
    Posts
    1,683
    One of the good programs i have seen it these days.. The coding is also well strutured... I think you can submit it to upload.com and tucows.com..


    Vasanth

  5. #20
    Sir Mister Insane Sako Klinerr1's Avatar
    Join Date
    May 2002
    Posts
    608
    i thnk the problem is discovered, is it like the hamsterrepublic.com spriter program and you put colors into a palltete and you color the sprite using those colors?
    Email: [email protected] || AIM: MisterSako || MSN: [email protected]

    -the shroom has spoken

  6. #21
    Sir Mister Insane Sako Klinerr1's Avatar
    Join Date
    May 2002
    Posts
    608
    on your website it says the program is not in a portabkleformat, does that mean only THAT program can read files you ahve saved on it, or can i like somehow open it is ms paint
    Email: [email protected] || AIM: MisterSako || MSN: [email protected]

    -the shroom has spoken

  7. #22
    Confused Magos's Avatar
    Join Date
    Sep 2001
    Location
    Sweden
    Posts
    3,145
    Originally posted by Klinerr1
    on your website it says the program is not in a portabkleformat, does that mean only THAT program can read files you ahve saved on it, or can i like somehow open it is ms paint
    Unfortunately, yes . I do have a program that converts bitmaps into sprites, but I never made a program that does the reverse.
    Now when I've gone into DirectX, I doubt there will be future releases that fixes this.

    And to your first question. All sprites uses a common palette (can be changed, but not easily).

    Fun that someone visits my site .
    MagosX.com

    Give a man a fish and you feed him for a day.
    Teach a man to fish and you feed him for a lifetime.

  8. #23
    Sir Mister Insane Sako Klinerr1's Avatar
    Join Date
    May 2002
    Posts
    608
    that break game is awsome! wut tutorials did you use to learn c++ (im still learning) i stopped oding the ones at cprogramming.com in hope of finding beter ones, but i might go back to the ones at cprogramming
    Email: [email protected] || AIM: MisterSako || MSN: [email protected]

    -the shroom has spoken

  9. #24
    Registered User
    Join Date
    Dec 2001
    Posts
    367
    Klinerr1! That last quote is mother ****ing Tai Mai Shu! Sorry I'm talking kinda private stuff here, I could have pm'd, but I believe there are many who never check their pm's.

    Anyway, I thought I was kinda the only guy in the world who has heard the ****!

    Forgive me for interrupting like this in your thread Magos, peace out.

  10. #25
    Confused Magos's Avatar
    Join Date
    Sep 2001
    Location
    Sweden
    Posts
    3,145
    Originally posted by Klinerr1
    that break game is awsome! wut tutorials did you use to learn c++ (im still learning) i stopped oding the ones at cprogramming.com in hope of finding beter ones, but i might go back to the ones at cprogramming
    Hm, that's a hard question. Didn't exactly follow a tutorial to do it. Made it out of experience.
    The graphics part however (DirectX) basically came from a DX E-book tutorial (can be found on my site, under FILES).
    Glad you liked it .

    PS: Don't you think your signature is a little... big?
    MagosX.com

    Give a man a fish and you feed him for a day.
    Teach a man to fish and you feed him for a lifetime.

  11. #26
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708
    I'll be sure to download it just as soon as I get home.
    Code:
    #include <cmath>
    #include <complex>
    bool euler_flip(bool value)
    {
        return std::pow
        (
            std::complex<float>(std::exp(1.0)), 
            std::complex<float>(0, 1) 
            * std::complex<float>(std::atan(1.0)
            *(1 << (value + 2)))
        ).real() < 0;
    }

  12. #27
    Registered User Mario's Avatar
    Join Date
    May 2002
    Posts
    317
    Originally posted by Zewu
    I could have pm'd, but I believe there are many who never check their pm's.
    I do, I do... sorry Zewu. Just kinda busy here
    Regards,
    Mario Figueiredo
    Using Borland C++ Builder 5

    Read the Tao of Programming
    This advise was brought to you by the Comitee for a Service Packless World

  13. #28
    Registered User Mario's Avatar
    Join Date
    May 2002
    Posts
    317
    Nice stuff Magos
    Loved the way you designed the interface... Boy! How I miss DOS stuff. If not for anything else, it did bring memories.

    I'll also check up on your game... Meanwhile I'll keep studying and hope for the day I can get near those apps. 8 years completely lost around that VB crap... sigh
    Regards,
    Mario Figueiredo
    Using Borland C++ Builder 5

    Read the Tao of Programming
    This advise was brought to you by the Comitee for a Service Packless World

  14. #29
    Sir Mister Insane Sako Klinerr1's Avatar
    Join Date
    May 2002
    Posts
    608
    yeah i noticed that to i make take out the "I cannot sleep, clowns wil eat me thing or the quotes"
    Email: [email protected] || AIM: MisterSako || MSN: [email protected]

    -the shroom has spoken

  15. #30
    Registered User
    Join Date
    Jun 2002
    Posts
    3

    Smile I like it!

    Good job! I like your program!! It's really cool.

    WW

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Need help with my program...
    By Noah in forum C Programming
    Replies: 2
    Last Post: 03-11-2006, 07:49 PM
  2. Why only 32x32? (OpenGL) [Please help]
    By Queatrix in forum Game Programming
    Replies: 2
    Last Post: 01-23-2006, 02:39 PM
  3. my server program auto shut down
    By hanhao in forum Networking/Device Communication
    Replies: 1
    Last Post: 03-13-2004, 10:49 PM
  4. Simple program for drawing
    By kreyes in forum C Programming
    Replies: 1
    Last Post: 02-08-2002, 01:37 AM
  5. My program, anyhelp
    By @licomb in forum C Programming
    Replies: 14
    Last Post: 08-14-2001, 10:04 PM