- Babylon.js Essentials
- Julien Moreau-Mathis
- 215字
- 2021-07-16 12:49:10
The creators
Babylon.js was created by David Catuhe (@deltakosh
), David Rousset (@davrous
), Pierre Lagarde (@pierlag
), and Michel Rousseau (@rousseau_michel
). It's an open source project essentially developed in their spare time. When they started Babylon.js, they wanted it to be designed as easy-to-use and then get an accessible 3D engine for everyone. The official web site (http://www.babylonjs.com/) contains a lot of tutorials for beginners (even in 3D) to more advanced users with examples for each feature and scenes as examples.
Online tools provided by the Babylon.js solution
Babylon.js provides you with several online tools to help developers and artists experiment and try their productions:
- For developers, the Playground (http://www.babylonjs-playground.com/) allows you to experiment and train. It shows a code editor with autocompletion (Monaco) and canvas to see the results. It also provides some examples of code to train with.
- For artists, the Sandbox (http://www.babylonjs.com/sandbox/) allows you to drag and drop exported Babylon.js scenes (Blender and 3ds Max) to the browser to see the results in real time. The Sandbox provides you with debugging tools to activate/deactivate features and see the impact on real-time performances.
- The Create Your Own Shader (CYOS) allows developers to develop shaders and see the results in real time. There are also several shaders already available to train and experiment with.
推薦閱讀
- 基于粒計(jì)算模型的圖像處理
- JSP網(wǎng)絡(luò)編程(學(xué)習(xí)筆記)
- 摩登創(chuàng)客:與智能手機(jī)和平板電腦共舞
- Scratch 3.0少兒編程與邏輯思維訓(xùn)練
- Python高級(jí)機(jī)器學(xué)習(xí)
- Python高效開(kāi)發(fā)實(shí)戰(zhàn):Django、Tornado、Flask、Twisted(第2版)
- MySQL數(shù)據(jù)庫(kù)管理與開(kāi)發(fā)實(shí)踐教程 (清華電腦學(xué)堂)
- D3.js By Example
- 好好學(xué)Java:從零基礎(chǔ)到項(xiàng)目實(shí)戰(zhàn)
- 細(xì)說(shuō)Python編程:從入門(mén)到科學(xué)計(jì)算
- Hadoop大數(shù)據(jù)分析技術(shù)
- Clojure Polymorphism
- Anaconda數(shù)據(jù)科學(xué)實(shí)戰(zhàn)
- Python高性能編程(第2版)
- 零基礎(chǔ)學(xué)Java(第5版)