- Babylon.js Essentials
- Julien Moreau-Mathis
- 178字
- 2021-07-16 12:49:10
Chapter 1. Babylon.js and the TypeScript Language
Babylon.js is a framework that allows you to create complete 3D applications and 3D video games for the Web. Babylon.js has a community that grows day after day; a community that actively contributes to the project, adding more and more features. This chapter gives you a brief introduction to the framework's vision and the TypeScript language as, Babylon.js was developed using this.
The Babylon.js framework embeds all the necessary tools to handle specific 3D applications. It allows you to load and draw 3D objects, manage these 3D objects, create and manage special effects, play and manage spatialized sounds, create gameplays, and more. Babylon.js is an easy-to-use framework as you can set up (you'll see this later) these things with the minimum lines of code.
Babylon.js is a JavaScript framework developed using TypeScript. TypeScript is a compiled and multiplatform language that generates pure JavaScript files.
We will cover the following topics in this chapter:
- An introduction to Babylon.js
- The reason Babylon.js has been developed using TypeScript
- An introduction to TypeScript
- C# 2012程序設計實踐教程 (清華電腦學堂)
- PowerCLI Cookbook
- Python從入門到精通(精粹版)
- Python數據可視化之Matplotlib與Pyecharts實戰
- Flutter跨平臺開發入門與實戰
- Learning Vaadin 7(Second Edition)
- 西門子S7-200 SMART PLC編程從入門到實踐
- R Data Science Essentials
- Go Systems Programming
- RESTful Web API Design with Node.js(Second Edition)
- C語言程序設計實驗指導與習題精解
- 分布式系統架構與開發:技術原理與面試題解析
- Building Microservices with .NET Core 2.0(Second Edition)
- Neo4j權威指南 (圖數據庫技術叢書)
- LabVIEW案例實戰