- Hands-On Game Development with WebAssembly
- Rick Battagline
- 385字
- 2021-06-24 13:41:14
Basic Particle System
A particle system is a graphics technique where we emit a large number of sprites from an emitter and have those sprites go through a life cycle where they change in a variety of ways. We build some randomness into our sprite life cycle to create a wide range of interesting effects such as explosions, sparks, snow, dust, fire, engine exhaust, and so on. Some particle effects can interact with their environment. In our game, we are going to use particle effects to create nice-looking engine exhaust and ship explosion effects.
This chapter and the beginning of the next one are going to feel like a digression at first. We will be spending a lot of time in the following two chapters working on something other than our game. If you are interested in particle systems, I promise it will be worth it. When you create a particle system, you spend a lot of time tweaking them and playing with them to get them to look right. To do this directly within the game will result in a lot of compiling and testing. What we need is a tool where we can configure and test a particle system before we add it to our game. This chapter and half of the next chapter are dedicated to building this tool. If you are not interested in learning how to build the tool, you can skim the text in this chapter, and download and compile the tool from GitHub. If you are as interested in learning how JavaScript, HTML, and WebAssembly can interact in an application, this chapter and the first half of Chapter 9, Improved Particle Systems, are a good tutorial for learning how to write an application and not just a game with WebAssembly.
In this chapter, we're going to cover the following topics:
- A brief introduction to SVG
- Trigonometry again?
- Adding the JavaScript
- The simple particle emitter tool
- The Point class
- The Particle Class
- The Emitter Class
- WebAssembly interface functions
- Compiling and testing the particle emitter
- Intel FPGA/CPLD設計(基礎篇)
- Windows phone 7.5 application development with F#
- 電腦常見問題與故障排除
- 計算機組裝·維護與故障排除
- 計算機應用與維護基礎教程
- Svelte 3 Up and Running
- Large Scale Machine Learning with Python
- Creating Flat Design Websites
- 計算機組裝維修與外設配置(高等職業(yè)院校教改示范教材·計算機系列)
- 單片機開發(fā)與典型工程項目實例詳解
- Managing Data and Media in Microsoft Silverlight 4:A mashup of chapters from Packt's bestselling Silverlight books
- 電腦橫機使用與維修
- STM32自學筆記
- 基于網(wǎng)絡化教學的項目化單片機應用技術
- Mastering Machine Learning on AWS