-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the Physics wiki! You can find here some documentation on how to use or develop the language.
To install the project on your computer, please refer to the README of the project.
The most important things to know in order to use or understand the language are written in the basic concepts page (to learn the role of the various objects and properties used in the language) and in the expression guideline page (which details the various possible expressions you can use as values for properties).
In case you run into a problem or have some difficulties, please check the troubleshooting wiki page.
Here are some pages that might be useful to understand or improve the language.
- Project Structure : description of the structure of the languages in the project
- Typings : describe the types used in the Physics language
- Dependencies : description of dependencies for both the language and the java runtime
- Java Runtime Behavior : some details about the java runtime
- Javascript Runtime : some details about the javascript runtime
- Extending Object Styles : a step by step description of how to add styles / custom properties to physical objects
In addition, you may find a list of features and issues to fix in the TODO.md file inside the project.