简体   繁体   中英

Monodevelop .Net cross platform custom drawing application

I'm looking for good suggestions on where to start with an educational application I am designing.

I want my application to be compatible with Windows and OSX - my research seems to suggest that about 40% of the audience would be using a mac.

I'm keen to stick to .net/c sharp and the Mono framework.

The application is reasonably simple - it would be graphical, containing a tool bar with a menu and a few buttons. The main area on screen will contain custom graphics - I would draw onto an area in the main window using some algorithms I'm developing.

I would also need to play music, preferably mp3.

The drawing area would be animated, but not heavy duty - ie fairly simple line drawings, not 3d or shaded, etc.

I'm thinking about creating a GTK sharp 2.0 application in Monodevelop, using a DrawingArea for my custom drawing.

I'm not overly concerned with making the application look "Native", this would be a bonus but not essential.

I can elaborate on details if needs be, but does this sound like a reasonable starting block?

Any recommendations on a decent cross platform drawing library I could use?

您可以查看Mono Cairo: http//www.mono-project.com/Mono.Cairo

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM