webapps.json 752 B

1234567891011121314151617181920212223
  1. {
  2. "aframe":{
  3. "title":"Simple VWF & A-Frame app",
  4. "imgUrl": "./aframe/webimg.jpg",
  5. "text": "Example application showing Virtual World Framework & A-Frame integration"
  6. },
  7. "aframe2":{
  8. "title":"Textures and Models in VWF & A-Frame",
  9. "imgUrl": "./aframe2/webimg.jpg",
  10. "text": "Example app with loaded textures and models"
  11. },
  12. "ohmlang-calc":{
  13. "title":"Calculator in Ohm and VWF",
  14. "imgUrl": "./ohmlang-calc/webimg.jpg",
  15. "text": "Example calc app with simple Ohm grammar"
  16. },
  17. "ohmlang-lsys":{
  18. "title":"L-System parser example in Ohm and VWF",
  19. "imgUrl": "./ohmlang-lsys/webimg.jpg",
  20. "text": "Example app with L-System grammar"
  21. }
  22. }