kaka.farm

Unnamed repository; edit this file 'description' to name the repository.
git clone https://kaka.farm/~git/kaka.farm
Log | Files | Refs | README

pixel-manipulations-in-godot.md (469B)


      1 title: pixel manipulation in Godot-engine.
      2 
      3 # Per pixel manipulation in Godotengine.
      4 
      5 * [Image class](https://docs.godotengine.org/en/stable/classes/class_image.html)
      6 * [Can I create an image and draw to it in Godot?](https://godotengine.org/qa/78068/can-i-create-an-image-and-draw-to-it-in-godot?show=78068#q78068)
      7     * [this is the minimal code that you need to draw pixels to screen using an image](https://gist.github.com/kasthor/da23d1ed802a1eab7ac354305608f40f)