开发者

What would you recommend to do simple 2D Graphics?

开发者 https://www.devze.com 2022-12-24 06:56 出处:网络
I want to build a program that will (as part of what it\'s 开发者_Go百科doing) display lines organically growing and interacting horizontally across the screen.Here\'s a sample image, just imagine the

I want to build a program that will (as part of what it's 开发者_Go百科doing) display lines organically growing and interacting horizontally across the screen. Here's a sample image, just imagine the lines sprouting from the left and growing to the right:

What would you recommend to do simple 2D Graphics?

The lines would look like the lines used on Google Maps Transit Overlay or OnNYTurf's transit pages.

It's a personal project, so I'm open to just about any language and library combination. But I don't know where to start. What have you used in the past to create graphics that are similar to this? What would you recommend? I want it to run on Windows without any extras needed (.Net is fine), and it doesn't have to run elsewhere. I needs to run as an actual program, not javascript in the browser.

There's obviously no 'right' answer to this, but the purpose isn't to start an argument about X better than Y but rather just find a list of graphics toolkits that do simple 2D graphics that people recommend because of their ease of use or community or whatever.


Processing may be just the tool for you.


Like you said, there are many ways to tackle this problem. Me personally, being it is a windows based project, I would go with the .NET based implementation utilizing WPF. There are tutorials on how to use the 2D drawing feature out there ( http://www.wpftutorial.net/DrawOnPhysicalDevicePixels.html for one ) Again, there is no right answer here. I might also pick some new technology and let your project be a mechanism to learn something new, providing you do not have a looming deadline.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号