Porting CView drawing to HTML5 canvas

83 views Asked by At

I have an MFC Windows application and I'm doing some research to see whether the software can be ported to a web app. The MFC app has a few CView-based windows that are drawn using the CDC class drawing methods. I'm thinking I could try to port the basic logic for this code to HTML5 canvas drawing. Does this make sense, and if so, would it be fairly straightforward? If I go this route are there are pitfalls, problems or incompatibilities that I should be aware of?

Thanks, Kevin

0

There are 0 answers