Please enable JavaScript.
Coggle requires JavaScript to display documents.
Coding Farm - Coggle Diagram
Coding Farm
Plants
Wheat
Rice
Carrot
Weed
Radish
Cabbage
Grass
Grape
Potato
Tomato
Sweet Potato
Pineapple
Techstack
Monaco editor
Servo browser (run editor)
https://blog.mozvr.com/a-browser-plugin-for-unity/
IronPython
https://ironpython.net/
Install IronPython into Unity
http://shrigsoc.blogspot.com/2016/07/ironpython-and-unity.html
Finding missing Microsoft.Scripting.Metadata
https://github.com/IronLanguages/ironpython-aspnet-mvc/find/master
Debugger
https://stackoverflow.com/questions/33539786/how-to-use-ironpython-to-debug-the-script-step-by-step
Possible to debug via vscode
https://gist.github.com/joelharkes/cee25b1340e8e9f9dae5d24a8c255959
https://stackoverflow.com/questions/67975399/is-it-possible-to-debug-iron-python-with-the-visual-studio-code-python-extension
https://github.com/Microsoft/vscode-python#python-extension-for-visual-studio-code
Microsoft Scripting
https://learn.microsoft.com/en-us/previous-versions/troubleshoot/winautomation/process-development-tips/ui-automation/run-python-script-action-ironpython-version
Call python function in C#
https://stackoverflow.com/questions/14139766/run-a-particular-python-function-in-c-sharp-with-ironpython
Call C# function in python
https://stackoverflow.com/questions/13333367/calling-c-sharp-methods-from-ironpython
VSCode Lite
https://vscode.dev/
Unity Webview
https://www.youtube.com/watch?v=5s4dATLDUOA
Voltstro browser
https://github.com/Voltstro-Studios/UnityWebBrowser
Robots
Plower machine
D-01
Direct move :arrow_up::arrow_right::arrow_down::arrow_left:
Plowing
Battery charging
Sensor
CPU
Watering plants machine
W-01
Direct move :arrow_up::arrow_right::arrow_down::arrow_left:
Battery charging
Sensor
Watering 4 directions
Water container
CPU
Grass terminator
GT-01
Direct move :arrow_up::arrow_right::arrow_down::arrow_left:
Battery charging
CPU
Sensor
Havestor machine
H-01
Direct move :arrow_up::arrow_right::arrow_down::arrow_left:
Battery charging
CPU
Sensor
Hammer
HMR-01
CPU
Sensor
Direct move :arrow_up::arrow_right::arrow_down::arrow_left:
Battery charging
Woodman
WD-01
CPU
Sensor
Battery charging
Direct move :arrow_up::arrow_right::arrow_down::arrow_left:
Rules
Robots move 1-step
moveForward
moveBack
rotateClockwise
rotateCounterclockwise
XY axis
1000 units
Code by Python
Synchronous continuous mechanism
moveForward()
seed()
rotateClockwise()
Operate and await for done on each row of code
Scheduling
Group action
Animals
Dairy Cow
Sheep for Feathers
Chicken for Eggs
Fish
Conveyor Mechanism
Feather sheep havestor
Code Editor