I saw that vizzed.com succeeded at embedding zSnes into a web browser. I want to do the same with another C application. Is there any folks out there who know how to do the same? I guess it’s very complicated, but I need a cue or two.
Thank you.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
vizzed.com doesn’t use zsnes. It uses VirtualNES which is a Java based emulator. You can’t embed native code in a Java Applet.
The only option for calling native code would be to use JNI (Java Native Interface) but it wouldn’t be sufficiently cross-platform for the web.