- Buildbox 2.x Game Development
- Ty Audronis
- 247字
- 2021-07-08 11:46:41
Defining some terminology
Before we dive into the interface, and dive further into what we're going to cover in this book, let's clear up some terms (such as distribution channels and platforms):
- Asset: Any element used in your project. An asset can be anything from a graphic to a sound effect MP3.
- Project: The Buildbox file used to create the game.
- Element: The use of a visual asset within Buildbox, for example, a button on a menu screen is considered an element.
- Animation: The movement of an element within Buildbox.
- Animated element: An element consisting of an image sequence giving the appearance of animation, for instance, a running sequence (known as a walk cycle) on the main character to show them running when moving.
- Physics: A type of animation within Buildbox allowing movement based on environmental parameters (falling with gravity, bouncing with collisions, and so on).
- Export: A set of files generated by Buildbox.
- Compile: The act of taking exported files from Buildbox and creating an executable program (or app) from those exported files.
- Compiler: Software used to compile.
- Platform: A system that will run your compiled program or application, for example, an iOS device or a Windows computer.
- Distribution channel: The location where customers will be able to find your compiled game and download it, for example, Google Play, iTunes, Windows Store, Steam, and so on.
- UI: The user interface. This includes menus, buttons, score counters, anything the user interacts with or can derive information from.
推薦閱讀
- scikit-learn Cookbook
- Learn Type:Driven Development
- Apache Hive Essentials
- NativeScript for Angular Mobile Development
- jQuery從入門到精通 (軟件開發視頻大講堂)
- Drupal 8 Module Development
- TradeStation交易應用實踐:量化方法構建贏家策略(原書第2版)
- Java Web程序設計任務教程
- ANSYS Fluent 二次開發指南
- Elasticsearch Essentials
- Learning VMware vSphere
- 零基礎學HTML+CSS
- Flink技術內幕:架構設計與實現原理
- Java程序設計入門(第2版)
- 系統分析師UML用例實戰