summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-02-01 14:54:55 +0500
committerilotterytea <iltsu@alright.party>2025-02-01 14:55:37 +0500
commit98bb51185eb053d56052ad9feb3420c258dbb601 (patch)
tree81562188ef0015a6c903bb985ab864014b80f4b4 /README.md
parentf1ab4e564ea83540e513e1266c87e31c0eedf073 (diff)
upd: we migrated to sfml/imgui/c++ stack (project rewrite)
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index d9a5b15..b748742 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# sillyeditor
-A simple 3D level editor.
-Made with [Raylib](https://raylib.com) and the C programming language.
+A simple level editor.
+Made with [SFML](https://www.sfml-dev.org/), [Dear ImGui](https://github.com/ocornut/imgui) and the C++ programming language. [It was previously written in C/Raylib!](https://github.com/ilotterytea/sillyeditor/tree/4334fb4bdca40ef75f81ec16e01a85e9e06ad26c)
## Compile from sources