godot-yaml
A high-performance YAML parser and serializer for Godot 4.3+ that speaks fluent Variant.
파일 탐색기
최종 버전 다운로드 (.zip)- build.yml
- release.yml
- Schema.xml
- SchemaValidationResult.xml
- YAML.xml
- YAMLResult.xml
- YAMLSecurity.xml
- YAMLStyle.xml
- gdschema
- godot-cpp
- rapidyaml
- cli_runner.gd
- cli_runner.gd.uid
- plugin.cfg
- plugin.gd
- plugin.gd.uid
- test_runner.gd
- test_runner.gd.uid
- test_runner.tscn
- test_runner_ui.gd
- test_runner_ui.gd.uid
- test_suite.gd
- test_suite.gd.uid
- editor_syntax_highlighter.gd
- editor_syntax_highlighter.gd.uid
- syntax_highlighter.gd
- syntax_highlighter.gd.uid
- yaml_syntax_parser.gd
- yaml_syntax_parser.gd.uid
- code_edit.gd
- code_edit.gd.uid
- code_editor.gd
- code_editor.gd.uid
- document.gd
- document.gd.uid
- document_manager.gd
- document_manager.gd.uid
- editor_shortcuts.gd
- editor_shortcuts.gd.uid
- file_list.gd
- file_list.gd.uid
- file_system.gd
- file_system.gd.uid
- find_replace_bar.gd
- find_replace_bar.gd.uid
- menu_bar.gd
- menu_bar.gd.uid
- session_manager.gd
- session_manager.gd.uid
- status_bar.gd
- status_bar.gd.uid
- validator.gd
- validator.gd.uid
- yaml_editor.gd
- yaml_editor.gd.uid
- yaml_editor.tscn
- material.tres
- risky_resource.tres
- simple_scene.tscn
- yaml_example_custom_class.gd
- yaml_example_custom_class.gd.uid
- yaml_example_custom_resource.gd
- yaml_example_custom_resource.gd.uid
- yaml_example_string_class.gd
- yaml_example_string_class.gd.uid
- custom_class_schema.yaml
- custom_class_schema.yaml.uid
- custom_tag.yaml
- custom_tag.yaml.uid
- multi_document.yaml
- multi_document.yaml.uid
- simple.yaml
- simple.yaml.uid
- supported_syntax.yaml
- supported_syntax.yaml.uid
- validated_custom_class.yaml
- validated_custom_class.yaml.uid
- world_generator.yaml
- world_generator.yaml.uid
- fimbul_generator.schema.yaml
- fimbul_generator.schema.yaml.uid
- example_base.gd
- example_base.gd.uid
- example_basic_usage.gd
- example_basic_usage.gd.uid
- example_custom_class.gd
- example_custom_class.gd.uid
- example_error_handling.gd
- example_error_handling.gd.uid
- example_multi_document.gd
- example_multi_document.gd.uid
- example_resource_referencing.gd
- example_resource_referencing.gd.uid
- example_security.gd
- example_security.gd.uid
- example_speed_benchmark.gd
- example_speed_benchmark.gd.uid
- example_style_system.gd
- example_style_system.gd.uid
- example_validation.gd
- example_validation.gd.uid
- example_variants.gd
- example_variants.gd.uid
- yaml_examples.tscn
- godot_yaml.schema.yaml
- godot_yaml.schema.yaml.uid
- json_schema_draft_07.json
- json_schema_draft_2020-12.json
- CHANGELOG.md
- icon-schema.svg
- icon-schema.svg.import
- icon.png
- icon.png.import
- icon.svg
- icon.svg.import
- LICENSE
- plugin.cfg
- plugin.gd
- plugin.gd.uid
- README.md
- yaml.gdextension
- yaml.gdextension.uid
- yaml_resource.gd
- yaml_resource.gd.uid
- yaml_resource_format.gd
- yaml_resource_format.gd.uid
- validation_test_child.gd
- validation_test_child.gd.uid
- validation_test_parent.gd
- validation_test_parent.gd.uid
- schema_test.json
- cyclical_a.yaml
- cyclical_a.yaml.uid
- cyclical_b.yaml
- cyclical_b.yaml.uid
- schema_test.yaml
- schema_test.yaml.uid
- test_basic_usage.gd
- test_basic_usage.gd.uid
- test_custom_class.gd
- test_custom_class.gd.uid
- test_error_handling.gd
- test_error_handling.gd.uid
- test_multi_document.gd
- test_multi_document.gd.uid
- test_resource_referencing.gd
- test_resource_referencing.gd.uid
- test_security.gd
- test_security.gd.uid
- test_style_system.gd
- test_style_system.gd.uid
- test_validation.gd
- test_validation.gd.uid
- tests.tscn
- yaml_code_edit.tscn
- .gitattributes
- .gitignore
- icon.svg
- icon.svg.import
- my_custom_class.yaml
- my_custom_class.yaml.uid
- my_custom_class_schema.yaml
- my_custom_class_schema.yaml.uid
- project.godot
- YAML_LICENSE.txt
- emitter.cpp
- emitter.hpp
- register_types.cpp
- register_types.hpp
- parser.cpp
- parser.hpp
- parser_context.cpp
- parser_context.hpp
- security.cpp
- security.hpp
- yaml_validation_error.hpp
- style.cpp
- style.hpp
- style_view.cpp
- style_view.hpp
- hashers.hpp
- string_pool.hpp
- timestamp_str.hpp
- util_numeric.hpp
- util_string.hpp
- syntax_validator.cpp
- syntax_validator.hpp
- aabb_variant_converter.cpp
- aabb_variant_converter.hpp
- basis_variant_converter.cpp
- basis_variant_converter.hpp
- color_variant_converter.cpp
- color_variant_converter.hpp
- node_path_variant_converter.cpp
- node_path_variant_converter.hpp
- packed_byte_array_variant_converter.cpp
- packed_byte_array_variant_converter.hpp
- packed_color_array_variant_converter.cpp
- packed_color_array_variant_converter.hpp
- packed_float32_array_variant_converter.cpp
- packed_float32_array_variant_converter.hpp
- packed_float64_array_variant_converter.cpp
- packed_float64_array_variant_converter.hpp
- packed_int32_array_variant_converter.cpp
- packed_int32_array_variant_converter.hpp
- packed_int64_array_variant_converter.cpp
- packed_int64_array_variant_converter.hpp
- packed_string_array_variant_converter.cpp
- packed_string_array_variant_converter.hpp
- packed_vector2_array_variant_converter.cpp
- packed_vector2_array_variant_converter.hpp
- packed_vector3_array_variant_converter.cpp
- packed_vector3_array_variant_converter.hpp
- plane_variant_converter.cpp
- plane_variant_converter.hpp
- projection_variant_converter.cpp
- projection_variant_converter.hpp
- quaternion_variant_converter.cpp
- quaternion_variant_converter.hpp
- rect2_variant_converter.cpp
- rect2_variant_converter.hpp
- rect2i_variant_converter.cpp
- rect2i_variant_converter.hpp
- string_name_variant_converter.cpp
- string_name_variant_converter.hpp
- transform2d_variant_converter.cpp
- transform2d_variant_converter.hpp
- transform3d_variant_converter.cpp
- transform3d_variant_converter.hpp
- variant_converter.hpp
- variant_converter_factory.cpp
- variant_converter_factory.hpp
- vector2_variant_converter.cpp
- vector2_variant_converter.hpp
- vector2i_variant_converter.cpp
- vector2i_variant_converter.hpp
- vector3_variant_converter.cpp
- vector3_variant_converter.hpp
- vector3i_variant_converter.cpp
- vector3i_variant_converter.hpp
- vector4_variant_converter.cpp
- vector4_variant_converter.hpp
- vector4i_variant_converter.cpp
- vector4i_variant_converter.hpp
- class_registry.cpp
- class_registry.hpp
- exception.hpp
- result.cpp
- result.hpp
- version.hpp
- yaml.cpp
- yaml.hpp
- .clang-format
- .clang-tidy
- .gitignore
- .gitmodules
- build.sh
- extension_api.json
- LICENSE
- README.md
- SConstruct
// repository documentation
Was this content helpful?
(0 ratings)
