Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Need a graphics program recommendation [modified]

Need a graphics program recommendation [modified]

Scheduled Pinned Locked Moved The Lounge
comgraphicsadobetutorial
16 Posts 11 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Leslie Sanford

    CataclysmicQuantum wrote:

    You really need to get with the program and write a few lines of code, it ain't that hard.

    The above program I mentioned, Cobalt[^], is made up of thousands of lines of code in C++. I wrote it myself. So I'm not shy when it comes to writing "a few lines of code." As I said in an earlier post[^] to you, sometimes the most efficient approach is to use existing tools rather than reinventing them yourself.

    C Offline
    C Offline
    CataclysmicQuantum
    wrote on last edited by
    #6

    Leslie Sanford wrote:

    As I said in an earlier post[^] to you, sometimes the most efficient approach is to use existing tools rather than reinventing them yourself.

    Call me old fashion, but I like creating my own tools and using them to develop something bigger and better. It delivers more satisfaction.

    Leslie Sanford wrote:

    The above program I mentioned, Cobalt[^], is made up of thousands of lines of code in C++.

    How many thousand? What kind of math is involved with that? When you are constructing a wave form do you have to iterate through a loop for each 16bits whatever?

    The Digital World. It is an amazing place in which we primitive humans interact. Our flesh made this synthetic machine. You see, we are so smart, we know a lot of stuff. We were grown from cells that came from the universe, which the matter and physics I'm typing in it is amazing how the universe is working. Human life is very amazing. How I experience this sh*t its like wow.

    K T 2 Replies Last reply
    0
    • L Leslie Sanford

      I'm in the process of updating a piece of software I've written. It's a VST plugin called Cobalt[^]. I'm using Paint to play around with a mockup of the new GUI, but it's painstaking: Example Mockup[^] I can create most of these shapes in Word, but Word wants to snap the shapes and text to certain positions. This makes it difficult to position things exactly like I want it. Basically, I need a simple piece of software that will let me create shapes similar to the above example and let me drag 'n drop them, resize them, etc., at will. Finally, I need to export the results as an image I can then hand off to an artist who can provide a custom rendering. I don't need it to do anything more than the above, so something like Photoshop would be overkill. Thanks for any suggestions.

      modified on Sunday, May 4, 2008 5:04 PM

      O Offline
      O Offline
      Oakman
      wrote on last edited by
      #7

      Try Auxure Pro for prototyping. It's got a 30 day trial version: http://www.axure.com/ Also you might want to look at Paint.net. It's free and has a great deal of graphics capability. http://www.getpaint.net/index.html

      Jon Smith & Wesson: The original point and click interface

      L 1 Reply Last reply
      0
      • C CataclysmicQuantum

        Leslie Sanford wrote:

        As I said in an earlier post[^] to you, sometimes the most efficient approach is to use existing tools rather than reinventing them yourself.

        Call me old fashion, but I like creating my own tools and using them to develop something bigger and better. It delivers more satisfaction.

        Leslie Sanford wrote:

        The above program I mentioned, Cobalt[^], is made up of thousands of lines of code in C++.

        How many thousand? What kind of math is involved with that? When you are constructing a wave form do you have to iterate through a loop for each 16bits whatever?

        The Digital World. It is an amazing place in which we primitive humans interact. Our flesh made this synthetic machine. You see, we are so smart, we know a lot of stuff. We were grown from cells that came from the universe, which the matter and physics I'm typing in it is amazing how the universe is working. Human life is very amazing. How I experience this sh*t its like wow.

        K Offline
        K Offline
        Kevin McFarlane
        wrote on last edited by
        #8

        CataclysmicQuantum wrote:

        Call me old fashion, but I like creating my own tools and using them to develop something bigger and better. It delivers more satisfaction.

        Fine if you have the time (or will be paid for it) and inclination. But it's usually more productive and more economic to use a combination of existing products and your own code.

        Kevin

        1 Reply Last reply
        0
        • O Oakman

          Try Auxure Pro for prototyping. It's got a 30 day trial version: http://www.axure.com/ Also you might want to look at Paint.net. It's free and has a great deal of graphics capability. http://www.getpaint.net/index.html

          Jon Smith & Wesson: The original point and click interface

          L Offline
          L Offline
          Leslie Sanford
          wrote on last edited by
          #9

          Thanks, man. I will check them both out. :cool:

          1 Reply Last reply
          0
          • C CataclysmicQuantum

            Leslie Sanford wrote:

            As I said in an earlier post[^] to you, sometimes the most efficient approach is to use existing tools rather than reinventing them yourself.

            Call me old fashion, but I like creating my own tools and using them to develop something bigger and better. It delivers more satisfaction.

            Leslie Sanford wrote:

            The above program I mentioned, Cobalt[^], is made up of thousands of lines of code in C++.

            How many thousand? What kind of math is involved with that? When you are constructing a wave form do you have to iterate through a loop for each 16bits whatever?

            The Digital World. It is an amazing place in which we primitive humans interact. Our flesh made this synthetic machine. You see, we are so smart, we know a lot of stuff. We were grown from cells that came from the universe, which the matter and physics I'm typing in it is amazing how the universe is working. Human life is very amazing. How I experience this sh*t its like wow.

            T Offline
            T Offline
            Tim Craig
            wrote on last edited by
            #10

            CataclysmicQuantum wrote:

            Call me old fashion, but I like creating my own tools and using them to develop something bigger and better. It delivers more satisfaction.

            Another reason no one who has any sense will ever hire you to write software.

            CataclysmicQuantum wrote:

            What kind of math is involved with that?

            The kind you're never understand. :laugh:

            2 75 22 6

            1 Reply Last reply
            0
            • L Leslie Sanford

              I'm in the process of updating a piece of software I've written. It's a VST plugin called Cobalt[^]. I'm using Paint to play around with a mockup of the new GUI, but it's painstaking: Example Mockup[^] I can create most of these shapes in Word, but Word wants to snap the shapes and text to certain positions. This makes it difficult to position things exactly like I want it. Basically, I need a simple piece of software that will let me create shapes similar to the above example and let me drag 'n drop them, resize them, etc., at will. Finally, I need to export the results as an image I can then hand off to an artist who can provide a custom rendering. I don't need it to do anything more than the above, so something like Photoshop would be overkill. Thanks for any suggestions.

              modified on Sunday, May 4, 2008 5:04 PM

              L Offline
              L Offline
              Liam OHagan
              wrote on last edited by
              #11

              Leslie Sanford wrote:

              I can create most of these shapes in Word, but Word wants to snap the shapes and text to certain positions

              Just hold down the Alt key when moving, it gives you more precise positioning control

              I have no blog...

              L 1 Reply Last reply
              0
              • L Liam OHagan

                Leslie Sanford wrote:

                I can create most of these shapes in Word, but Word wants to snap the shapes and text to certain positions

                Just hold down the Alt key when moving, it gives you more precise positioning control

                I have no blog...

                L Offline
                L Offline
                Leslie Sanford
                wrote on last edited by
                #12

                Liam O'Hagan wrote:

                Just hold down the Alt key when moving, it gives you more precise positioning control

                Thanks! :-D

                1 Reply Last reply
                0
                • L Leslie Sanford

                  I'm in the process of updating a piece of software I've written. It's a VST plugin called Cobalt[^]. I'm using Paint to play around with a mockup of the new GUI, but it's painstaking: Example Mockup[^] I can create most of these shapes in Word, but Word wants to snap the shapes and text to certain positions. This makes it difficult to position things exactly like I want it. Basically, I need a simple piece of software that will let me create shapes similar to the above example and let me drag 'n drop them, resize them, etc., at will. Finally, I need to export the results as an image I can then hand off to an artist who can provide a custom rendering. I don't need it to do anything more than the above, so something like Photoshop would be overkill. Thanks for any suggestions.

                  modified on Sunday, May 4, 2008 5:04 PM

                  I Offline
                  I Offline
                  Insincere Dave
                  wrote on last edited by
                  #13

                  In a similar vain to using word or visio you could use powerpoint if you need to show multiple forms. Maybe this is of some use.

                  1 Reply Last reply
                  0
                  • L Leslie Sanford

                    I'm in the process of updating a piece of software I've written. It's a VST plugin called Cobalt[^]. I'm using Paint to play around with a mockup of the new GUI, but it's painstaking: Example Mockup[^] I can create most of these shapes in Word, but Word wants to snap the shapes and text to certain positions. This makes it difficult to position things exactly like I want it. Basically, I need a simple piece of software that will let me create shapes similar to the above example and let me drag 'n drop them, resize them, etc., at will. Finally, I need to export the results as an image I can then hand off to an artist who can provide a custom rendering. I don't need it to do anything more than the above, so something like Photoshop would be overkill. Thanks for any suggestions.

                    modified on Sunday, May 4, 2008 5:04 PM

                    J Offline
                    J Offline
                    Joe Woodbury
                    wrote on last edited by
                    #14

                    Sometimes, I find it easier to just do a mockup with code. It takes a little more time, but it often lets me tweak it easier. Then again, it's entirely dependent on the type of UI (and sometimes requires taking a screenshot and filling stuff in later.)

                    Anyone who thinks he has a better idea of what's good for people than people do is a swine. - P.J. O'Rourke

                    1 Reply Last reply
                    0
                    • L Leslie Sanford

                      I'm in the process of updating a piece of software I've written. It's a VST plugin called Cobalt[^]. I'm using Paint to play around with a mockup of the new GUI, but it's painstaking: Example Mockup[^] I can create most of these shapes in Word, but Word wants to snap the shapes and text to certain positions. This makes it difficult to position things exactly like I want it. Basically, I need a simple piece of software that will let me create shapes similar to the above example and let me drag 'n drop them, resize them, etc., at will. Finally, I need to export the results as an image I can then hand off to an artist who can provide a custom rendering. I don't need it to do anything more than the above, so something like Photoshop would be overkill. Thanks for any suggestions.

                      modified on Sunday, May 4, 2008 5:04 PM

                      P Offline
                      P Offline
                      Paul Watson
                      wrote on last edited by
                      #15

                      Visio is good for that I found.

                      regards, Paul Watson Ireland & South Africa

                      Fernando A. Gomez F. wrote:

                      At least he achieved immortality for a few years.

                      1 Reply Last reply
                      0
                      • L Leslie Sanford

                        I'm in the process of updating a piece of software I've written. It's a VST plugin called Cobalt[^]. I'm using Paint to play around with a mockup of the new GUI, but it's painstaking: Example Mockup[^] I can create most of these shapes in Word, but Word wants to snap the shapes and text to certain positions. This makes it difficult to position things exactly like I want it. Basically, I need a simple piece of software that will let me create shapes similar to the above example and let me drag 'n drop them, resize them, etc., at will. Finally, I need to export the results as an image I can then hand off to an artist who can provide a custom rendering. I don't need it to do anything more than the above, so something like Photoshop would be overkill. Thanks for any suggestions.

                        modified on Sunday, May 4, 2008 5:04 PM

                        T Offline
                        T Offline
                        to_be_defined
                        wrote on last edited by
                        #16

                        Cobalt has a very cool GUI! My guess is that grymmjack used Photoshop-like software for creating it, but for mockups I suggest simpler graphics software: you could take screenshots of the current Cobalt GUI, import them and cut them up into layers, duplicate them, move them around. Paint.NET is entry-level free software; you should try it first. Paint Shop Pro is much better and has more features for ~99$.

                        1 Reply Last reply
                        0
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        • Login

                        • Don't have an account? Register

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Categories
                        • Recent
                        • Tags
                        • Popular
                        • World
                        • Users
                        • Groups