r3-v2/.r3_history

53 lines
3.5 KiB
Plaintext
Raw Normal View History

r3 create R3 base ./
r3 create Event base ./
r3 create Graph base ./
r3 create Node base ./
r3 create Utils base ./
r3 create R3Object object_base ./r3-object/
r3 create Project object_extends R3Object ./r3-object/
r3 create Component component_base ./r3-component/
r3 create ComponentCode component_extends Component ./r3-component/ RuntimeCode
r3 create ComponentCodeJS component_extends ComponentCode ./r3-component/ RuntimeCode
r3 create ComponentDOM component_extends Component ./r3-component/ RuntimeDOM
r3 create ComponentGraphics component_extends Component ./r3-component/ RuntimeGraphics
r3 create ComponentInput component_extends Component ./r3-component/ RuntimeDOM
r3 create ComponentDOMImage component_extends ComponentDOM ./r3-component/ RuntimeDOM
r3 create ComponentDOMCanvas component_extends ComponentDOM ./r3-component/ RuntimeDOM
r3 create ComponentGraphicsGeometry component_extends ComponentGraphics ./r3-component/ RuntimeGraphics
r3 create ComponentGraphicsImage component_extends ComponentGraphics ./r3-component/ RuntimeGraphics
r3 create ComponentGraphicsGeometryBuffer component_extends ComponentGraphicsGeometry ./r3-component/ RuntimeGraphics
r3 create ComponentGraphicsGeometryBufferPlane component_extends ComponentGraphicsGeometryBuffer ./r3-component/ RuntimeGraphics
r3 create ComponentGraphicsMaterial component_extends ComponentGraphics ./r3-component/ RuntimeGraphics
r3 create ComponentGraphicsMesh component_extends ComponentGraphics ./r3-component/ RuntimeGraphics
r3 create ComponentGraphicsTexture component_extends ComponentGraphics ./r3-component/ RuntimeGraphics
r3 create ComponentInputTouch component_extends ComponentInput ./r3-component/ RuntimeDOM
2021-09-10 13:38:58 +02:00
r3 create Entity entity_base ./r3-entity/
r3 create EntitySlider entity_extends Entity ./r3-entity/
r3 create Runtime base ./r3-runtime/
r3 create RuntimeAudio runtime_base ./r3-runtime/
r3 create RuntimeAudioThree runtime_extends RuntimeAudio ./r3-runtime/ ClientSide
r3 create RuntimeCode runtime_base ./r3-runtime/
r3 create RuntimeCodeJS runtime_extends RuntimeCode ./r3-runtime/ ClientServerSide Default
2021-09-17 14:42:18 +02:00
r3 create RuntimeCoder runtime_base ./r3-runtime/
r3 create RuntimeCoderCodeMirror runtime_extends RuntimeCoder ./r3-runtime/ ClientSide Default
2021-09-17 14:42:18 +02:00
r3 create RuntimeGUI runtime_base ./r3-runtime/
r3 create RuntimeGUIControlKit runtime_extends RuntimeGUI ./r3-runtime/ ClientSide Default
r3 create RuntimeDOM runtime_base ./r3-runtime/
r3 create RuntimeDOMJS runtime_extends RuntimeDOM ./r3-runtime/ ServerSide Default
r3 create RuntimeDOMWeb runtime_extends RuntimeDOM ./r3-runtime/ ClientSide Default
2021-09-18 08:52:21 +02:00
r3 create RuntimeGraphics runtime_base ./r3-runtime/
r3 create RuntimeGraphicsThree runtime_extends RuntimeGraphics ./r3-runtime/ ClientSide Default
2021-09-17 14:42:18 +02:00
r3 create RuntimePhysics runtime_base ./r3-runtime/
r3 create RuntimePhysicsBullet runtime_extends RuntimePhysics ./r3-runtime/ ServerSide Default
2021-09-17 14:42:18 +02:00
r3 create RuntimeSocket runtime_base ./r3-runtime/
r3 create RuntimeStatistics runtime_base ./r3-runtime/
r3 create RuntimeStatisticsStats runtime_extends RuntimeStatistics ./r3-runtime/ ClientSide Default
2021-09-10 13:38:58 +02:00
r3 create System system_base ./r3-system/
r3 create SystemDOM system_extends System ./r3-system/
r3 create SystemInput system_extends System ./r3-system/
r3 create SystemLinking system_extends System ./r3-system/
r3 create SystemRender system_extends System ./r3-system/
2021-09-10 13:38:58 +02:00
r3 create SystemRuntime system_extends System ./r3-system/
r3 create SystemSocket system_extends System ./r3-system/
r3 create SystemStorage system_extends System ./r3-system/