- Microsoft HoloLens Developer's Guide
- Dennis Vroegop
- 154字
- 2021-07-02 19:08:06
Forming a design team
Design is a specialized job that requires specialized skills. If you are lucky, you have access to professional designers and user experience experts. However, keep in mind that even those professionals probably have little or no experience designing holographic worlds. It is up to you to tell them what to design, how to design, and what things to keep in mind when designing.
I strongly believe in the Agile approach when it comes to developing software. This means that we form teams that are fully self-sufficient. In that philosophy, designers are part of the team, just like the developers, testers, and other professionals. Design is a very important part of developing software, and more so in a graphic-rich environment, such as apps for the HoloLens.
That being said, not all projects need graphical designers, user experience designers and, interaction designers, and so on. It all depends on the specific project.
- C語言程序設(shè)計案例教程(第2版)
- Hands-On Microservices with Kotlin
- Nexus規(guī)?;疭crum框架
- JavaScript:Moving to ES2015
- HTML5秘籍(第2版)
- Python機器學(xué)習(xí):預(yù)測分析核心算法
- JavaScript動態(tài)網(wǎng)頁編程
- C++ Application Development with Code:Blocks
- Java并發(fā)編程之美
- SpringBoot從零開始學(xué)(視頻教學(xué)版)
- 深入實踐DDD:以DSL驅(qū)動復(fù)雜軟件開發(fā)
- Practical Maya Programming with Python
- C++17 By Example
- 自己動手構(gòu)建編程語言:如何設(shè)計編譯器、解釋器和DSL
- Spring MVC Cookbook