Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/NesTiler.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-10-26 17:54:21 +0300
committerGitHub <noreply@github.com>2022-10-26 17:54:21 +0300
commit3f731d2e95598d4cb9dcf079e35ed76938f8e3f1 (patch)
tree6a7f61f9abc496c96ee49a3949c42f3c6136d3e0
parentcfb6c6b566b5c22efe9f62f14f8024c349765e87 (diff)
Update README.md
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 79d9368..572a113 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,5 @@
# NesTiler
-Tool for converting pictures into NES format: generating pattern tables, palettes, name tables
+Tool for converting pictures into NES format: pattern tables, nametables, attribute tables and palettes.
+
+# What does it do
+When developing applications and games for NES, to display images, you need to split each image into tiles, combine tiles into nametables, select colors so that they do not go beyond the limits of the NES, and then convert all this into a format understandable for the NES. This tool at least partly helps to automate this process.