- 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.
- TypeScript Blueprints
- Computer Vision for the Web
- JavaScript 網頁編程從入門到精通 (清華社"視頻大講堂"大系·網絡開發視頻大講堂)
- Learning RabbitMQ
- Learning AWS Lumberyard Game Development
- Visual Basic程序設計習題解答與上機指導
- Functional Kotlin
- Learning OpenCV 3 Computer Vision with Python(Second Edition)
- 新一代SDN:VMware NSX 網絡原理與實踐
- QGIS Python Programming Cookbook(Second Edition)
- Android移動應用開發項目教程
- Ext JS 4 Plugin and Extension Development
- Visual Basic語言程序設計基礎(第3版)
- 軟件測試分析與實踐
- Mastering Responsive Web Design