I have just been introdcude to the CLIPS expert system. Does anyone know how difficult it is to integrate a GUI in Java or C++ for this tool?
Share
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.
Some years ago I developed a CLIPS application using Java AWT graphics and it was not difficult at all. It was a JFrame Application and painting in a Canvas class. I no longer have the code though.
But if I would started today. I would probably use Processing to show the results. It is java based , easy to paint graphics and you can integrate any java code or library with it.