AimThis project aims to build a library using Google's Dart programming language, which can be used to build tools/applications to implement ViSLAB's research ideas. PeopleBackgroundThe main work at ViSLAB is to do worthy research. Once you've found something useful, you can disseminate the finding in many different ways. You can write scientific/engineering articles. You can also produce/release the finding in the form of Software applications. There have been many good works have been produced and they were disseminated as software applications and tools. However, they often fall short in providing support and covering a wide range of users. The one of reasons is that such software applications often produced for particular computing platforms (OS, versions, etc). You would like your software tools/applications to be portable (runs on many different platforms) and easy to disseminate/access/use.
Idea Google released a new structured programming language called Dart. It's design to target web programming and to replace JavaScript. Since it can be used along with HTML5, you can still call WebGL/WebCL from Dart. Therefore, it might be ideal for executing scientific/engineering software tools/applications. The main idea of this project is to develop a set of useful functions in a form of a Dart library.
ProgressRepositorygit clone ssh://project.vislab.usyd.edu.au/Groups/ DartL/dartlib.git |
Projects >