This website requires JavaScript.
Explore
Help
Sign In
Dwinzo-Beta
/
Dwinzo_dev
Watch
4
Star
0
Fork
You've already forked Dwinzo_dev
3
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
78b9663d0f
Branches
Tags
No results found.
Dwinzo_dev
/
app
/
src
/
modules
/
simulation
/
simulation.tsx
10 lines
118 B
TypeScript
Raw
Normal View
History
Unescape
Escape
folder structure change
2025-04-21 06:23:42 +00:00
import
React
from
'react'
feat: Enhance simulation with StaticMachine integration and ArmBot updates - Added StaticMachine component to manage static machine states and interactions. - Implemented StaticMachineInstances for handling individual machine behaviors. - Updated ArmBot and related components to support interactions with static machines. - Refactored process handling to include ArmBot actions and trigger management. - Improved type definitions for simulation types to accommodate new features.
2025-04-15 13:04:43 +00:00
upstream pull + signIn/Up
2025-03-25 12:04:20 +00:00
function
Simulation() {
folder structure change
2025-04-21 06:23:42 +00:00
return
(
<
>
<
/
>
)
upstream pull + signIn/Up
2025-03-25 12:04:20 +00:00
}
folder structure change
2025-04-21 06:23:42 +00:00
export
default
Simulation