webapps.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. "featured": false
  7. },
  8. "aframe2":{
  9. "title":"Textures and Models in VWF & A-Frame",
  10. "imgUrl": "./aframe2/webimg.jpg",
  11. "text": "Example app with loaded textures and models",
  12. "featured": true
  13. },
  14. "ohmlang-calc":{
  15. "title":"Calculator in Ohm and VWF",
  16. "imgUrl": "./ohmlang-calc/webimg.jpg",
  17. "text": "Example calc app with simple Ohm grammar",
  18. "featured": true
  19. },
  20. "ohmlang-lsys":{
  21. "title":"L-System parser example in Ohm and VWF",
  22. "imgUrl": "./ohmlang-lsys/webimg.jpg",
  23. "text": "Example app with L-System grammar",
  24. "featured": true
  25. },
  26. "osc-example":{
  27. "title":"Simple app with Ohm & OSC control",
  28. "imgUrl": "./osc-example/webimg.jpg",
  29. "text": "Example app with OSC control",
  30. "featured": false
  31. },
  32. "webrtc":{
  33. "title":" WebRTC app",
  34. "imgUrl": "./webrtc/webimg.jpg",
  35. "text": "Audio and video streaming for Avatars",
  36. "featured": false
  37. },
  38. "gearvr":{
  39. "title":"Control in VR app",
  40. "imgUrl": "./gearvr/webimg.jpg",
  41. "text": "VR controler example",
  42. "featured": false
  43. },
  44. "multicamera":{
  45. "title":"Multi-Camera",
  46. "imgUrl": "./multicamera/webimg.jpg",
  47. "text": "Multi-camera example",
  48. "featured": false
  49. },
  50. "multipixel":{
  51. "title":"Multi-Pixel",
  52. "imgUrl": "./multipixel/webimg.jpg",
  53. "text": "Multi-Pixel example",
  54. "featured": false
  55. }
  56. }