Skip to content

Latest commit

 

History

History
56 lines (41 loc) · 2.15 KB

File metadata and controls

56 lines (41 loc) · 2.15 KB

Learning Path - BlockCore-SDK

Navigation: BlockCore-SDK > Learning

Document Version: 1.0
Last Updated: 2025-10-18
Reading Time: 18 minutes
Difficulty: Intermediate

Welcome to the BlockCore-SDK learning journey! This section is designed for developers transitioning from enterprise development to game engine tooling development.

🎯 Learning Objectives

By the end of this learning path, you'll understand:

  • How SDK development differs from application development
  • CLI tooling and command-line interfaces
  • Schema validation and data modeling
  • Template systems and code generation
  • Plugin architecture and sandboxing

📚 Learning Structure

Prerequisites

Version-Based Learning

Reference Materials

🚀 Quick Start

If you're new to SDK development, start with:

  1. Prerequisites Overview
  2. v0.1 Learning Guide
  3. Follow the step-by-step implementation

💡 Enterprise Developer Notes

Coming from enterprise development? Here are key differences:

  • Developer Experience: SDKs focus on developer productivity
  • Command-Line Tools: CLI interfaces vs GUI applications
  • Schema Validation: Data validation and type safety
  • Code Generation: Automated code creation from templates
  • Plugin Architecture: Extensible and sandboxed environments

Ready to start? Begin with Prerequisites Overview