- HoloLens Beginner's Guide
- Jason Odom
- 119字
- 2021-07-02 23:35:15
Hello World!, as its customary
A long held tradition in programming is to write a simple program called "Hello, World!" as your very first program. This program normally prints the words "Hello, World!" on the screen, and is used as a starting point to understanding the basics of a new programming language or development environment. This is a tradition that dates back to at least 1972, but potentially even further back to 1967.
Here, we will create a "Hello, World!+". We will use it to further familiarize you with Unity, beyond the basic layout of the preceding chapter. In an effort to avoid repeating steps, we will build onto this project throughout the rest of the book.
推薦閱讀
- Java語言程序設計
- OpenStack Cloud Computing Cookbook(Third Edition)
- Learning NServiceBus(Second Edition)
- Maven Build Customization
- 構建移動網(wǎng)站與APP:HTML 5移動開發(fā)入門與實戰(zhàn)(跨平臺移動開發(fā)叢書)
- R語言數(shù)據(jù)可視化之美:專業(yè)圖表繪制指南
- Unity 2020 Mobile Game Development
- Expert Android Programming
- C# 8.0核心技術指南(原書第8版)
- 51單片機C語言開發(fā)教程
- Java高并發(fā)核心編程(卷1):NIO、Netty、Redis、ZooKeeper
- HTML5開發(fā)精要與實例詳解
- Hadoop 2.X HDFS源碼剖析
- 自學Python:編程基礎、科學計算及數(shù)據(jù)分析(第2版)
- 愛上C語言:C KISS