From 336ad7d39aa125e58c0512de36b7ab8af0f23da1 Mon Sep 17 00:00:00 2001 From: ice1000 Date: Thu, 17 Dec 2020 10:11:23 +0800 Subject: [PATCH] [ doc ] Misc --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ba3e07d..313a1bfd 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,8 @@ It hides everything about rendering behind-the-scene, so you don't need to worry about GLFW, OpenGL or DirectX stuffs (speaking of lwjgl or jogl integration -- see [#18], it's hard). +Also, it doesn't separate jars for different platforms. One jar works on all platforms. + ### Usability It is well-known that dear imgui doesn't have image loading out-of-the-box, but this library have, and it even has a wrapper for [aiekick/ImGuiFileDialog]. @@ -44,7 +46,6 @@ This is twofold. `org.ice1000.jimgui.JImStr`, which is supposed to be created as global constants. ### IDE-friendliness - It exploits [JetBrains annotations], particularly with `MagicConstant`, `NotNull`, `Nullable` and `Contract`.