Skip to content

Commit

Permalink
Merge pull request #11 from remyroez/remove-examples
Browse files Browse the repository at this point in the history
Remove examples
  • Loading branch information
remyroez authored Jul 19, 2020
2 parents 75b6652 + 303203e commit eb09a19
Show file tree
Hide file tree
Showing 15 changed files with 3 additions and 721 deletions.
32 changes: 0 additions & 32 deletions .gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions .gitmodules

This file was deleted.

8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# imapp

Standalone application starter kit for [Dear ImGui](https://github.com/ocornut/imgui)
Standalone application framework for [Dear ImGui](https://github.com/ocornut/imgui)

## Features

Expand Down Expand Up @@ -84,7 +84,7 @@ IMAPP_MAIN("Minimal Example") // Setup/Process events/Rendering/Shutdown

## Building

Note: Consult `examples/` directory for CMake build example.
Note: Consult [imapp-template](https://github.com/remyroez/imapp-template) for build example using CMake.

### Add required files

Expand Down Expand Up @@ -142,7 +142,6 @@ Note: Consult `examples/` directory for CMake build example.

## TODO

- Split examples directory into separate repo
- Setup build/test on GitHub Actions
- Test on Windows/macOS
- Support iOS/Android
Expand All @@ -151,8 +150,7 @@ Note: Consult `examples/` directory for CMake build example.
## Links

- [Dear ImGui](https://github.com/ocornut/imgui)
- [SDL2 CMake modules](https://github.com/aminosbh/sdl2-cmake-modules)
- [stb](https://github.com/nothings/stb)
- [stb](https://github.com/nothings/stb) (Texture loading API using stb_image.h)
- [martty/imgui](https://github.com/martty/imgui) (User texture binding for Vulkan Renderer)

## License
Expand Down
48 changes: 0 additions & 48 deletions examples/CMakeLists.txt

This file was deleted.

Binary file removed examples/MyImage01.jpg
Binary file not shown.
17 changes: 0 additions & 17 deletions examples/cmake/gl3w.cmake

This file was deleted.

137 changes: 0 additions & 137 deletions examples/cmake/imapp.cmake

This file was deleted.

16 changes: 0 additions & 16 deletions examples/cmake/imgui.cmake

This file was deleted.

31 changes: 0 additions & 31 deletions examples/cmake/imgui_impl_platform.cmake

This file was deleted.

Loading

0 comments on commit eb09a19

Please sign in to comment.