General 2D vector graphics
显示 更早的评论
Hi all,
What is the simplest way to create a generic graphics canvas on which to perform general 2D graphics and animation?
I'm busy creating a program to simulate little synthetic organisms that are controlled by little neural net brains.
I'd like to visualize their little world. In C# I usually do all my graphics in OpenGL. How ever, this does not need to be as fancy as OpenGL, just a generic canvases to draw on?
So far I've been experimenting with drawing on figures using lines. This works, but I can't help thinking that figures are not designed for generic graphic and are more specific to graphing and plotting.
I've also taking a look at the SimuLink 3D animation toolbox. It would actually work, but its over kill. I just need to draw up some simple vector graphics bugs and animate them around the screen.
Any ideas?
采纳的回答
更多回答(1 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Graphics Performance 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!