- Getting Started with SpriteKit
- Jorge Jordán
- 130字
- 2021-07-23 14:42:41
Game engines
I remember the time when I developed my first game using the BASIC programming language on my old Amstrad CPC. In those times, every game was hardware-specific, which means that you had to take into account every machine's low-level characteristics.
A game engine is a collection of software instructions that eases the process of game development by providing abstraction between the hardware and software layers. This way, you don't need to waste your efforts when performing important tasks, such as handling user inputs, playing sound and video, rendering images, or simulating physics.
As mentioned previously, SpriteKit is an engine developed by Apple to create games, and it's one of the most powerful tools that are used to build native 2D games for both iOS and Max OS X.
- Unity Virtual Reality Projects
- Windows Forensics Cookbook
- Spring+Spring MVC+MyBatis整合開發實戰
- OpenStack Orchestration
- 組態軟件技術與應用
- Python從入門到精通(第3版)
- Mockito Essentials
- Magento 2 Beginners Guide
- HTML5移動Web開發
- Functional Python Programming
- 計算機應用基礎(Windows 7+Office 2010)
- Azure for Architects
- Python深度學習:基于PyTorch
- JavaScript程序設計基礎教程(慕課版)
- JavaScript重難點實例精講