render/canvas
Noah 981b2b98e0 Refactor Render Texture-Cache Interface
Since SDL2 is using in-memory bitmaps the same as Canvas engine, the
function names of the render.Engine interface have been cleaned up:

* NewTexture(filename, image) -> StoreTexture(name, image)
  Create a new cached texture with a given name.
* NewBitmap(filename) -> LoadTexture(name)
  Recall a stored texture with a given name.
* level.Chunk.ToBitmap uses simpler names for the textures instead of
  userdir.CacheFilename file-like paths.
2019-06-27 13:01:01 -07:00
..
canvas.go WASM Texture Caching 2019-06-27 12:03:52 -07:00
draw.go Texture Caching for WASM Canvas Engine 2019-06-26 22:44:08 -07:00
engine.go Refactor Render Texture-Cache Interface 2019-06-27 13:01:01 -07:00
events.go WASM Texture Caching 2019-06-27 12:03:52 -07:00
text.go Initial WebAssembly Build Target 2019-06-26 18:40:40 -07:00
texture.go Refactor Render Texture-Cache Interface 2019-06-27 13:01:01 -07:00