Skip to content

Commit

Permalink
[ doc ] Misc
Browse files Browse the repository at this point in the history
  • Loading branch information
ice1000 committed Dec 17, 2020
1 parent 656b175 commit 336ad7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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].
Expand All @@ -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`.

Expand Down

0 comments on commit 336ad7d

Please sign in to comment.