- Hands-On Game Development with WebAssembly
- Rick Battagline
- 187字
- 2021-06-24 13:41:06
Sprite Animations in WebAssembly with SDL
At the time of writing, Simple DirectMedia Layer (SDL) is the only 2D rendering library integrated into Emscripten for use in WebAssembly. But, even as more rendering libraries become available, SDL is a highly supported rendering library that has been ported to a large number of platforms and will remain both relevant and useful for WebAssembly and C++ development into the foreseeable future. Using SDL to render to WebGL saves us a tremendous amount of time, because we do not have to write the code to interface between our WebAssembly C++ code and WebGL ourselves. The large community also offers support and documentation. You can find more SDL resources online at libsdl.org.
You will need to include several images in your build to make this project work. Make sure you include the /Chapter04/sprites/ and /Chapter04/font/ folders from the project's GitHub. If you haven't yet downloaded the GitHub project, you can get it online from: https://github.com/PacktPublishing/Hands-On-Game-Development-with-WebAssembly.
We will cover the following topics in this chapter:
- Using SDL in WebAssembly
- Rendering a sprite to the canvas
- Animating a sprite
- Moving the sprite
推薦閱讀
- 電腦組裝與維修從入門到精通(第2版)
- 精選單片機設計與制作30例(第2版)
- 現代辦公設備使用與維護
- Artificial Intelligence Business:How you can profit from AI
- OUYA Game Development by Example
- CC2530單片機技術與應用
- Arduino BLINK Blueprints
- 面向對象分析與設計(第3版)(修訂版)
- 筆記本電腦維修實踐教程
- 無蘋果不生活:OS X Mountain Lion 隨身寶典
- 電腦組裝與維護即時通
- WebGL Hotshot
- 單片微機原理及應用
- Zabbix 4 Network Monitoring
- Arduino案例實戰(卷Ⅳ)