mirror of
https://github.com/Relintai/pandemonium_demo_projects.git
synced 2024-12-21 13:56:50 +01:00
16 lines
378 B
Markdown
16 lines
378 B
Markdown
# GD Paint
|
|
|
|
GD Paint is a simple image editor made using Godot and GDScript.
|
|
It supports different types of "brushes": a basic pen/pencil
|
|
and eraser, as well as a rectangle and a circle brush.
|
|
|
|
Language: GDScript
|
|
|
|
Renderer: GLES 2
|
|
|
|
Check out this demo on the asset library: https://godotengine.org/asset-library/asset/517
|
|
|
|
## Screenshots
|
|
|
|
![Screenshot](screenshots/gdpaint.png)
|