-Today, two ways of building in Decentraland exist: you either can use the [official builder](https://builder.decentraland.org) which does not require programming skills or you can use the SDK like I do in the projects mentioned above. Decentraland documentation explaining key concepts and prgrammable SDK can be found on the [Decentraland documentation site](https://docs.decentraland.org). For the SDK it is beneficial to have some software development experience but you can also jump right into it by learning [TypeScript](https://www.typescriptlang.org/), its programming language, which is relatively easy to get familiar with. The TypeScript language site offers tutorials and samples and can be used as starting point. Further useful skills include the usage of 3D modeling software being capable of exporting [glTF 2.0](https://www.khronos.org/gltf/) models, e.g. Blender to name an open source one.
0 commit comments