Skip to content

Commit

Permalink
Restructure project to mimic ImGui layout.
Browse files Browse the repository at this point in the history
  • Loading branch information
thedmd committed Aug 4, 2020
1 parent 2d5864d commit c418178
Show file tree
Hide file tree
Showing 99 changed files with 327 additions and 382 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.build*
.DS_Store
bin
Build
[Bb]uild
*.VC.db
*.VC.opendb
*.user
Expand Down
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@ language: cpp
compiler:
- gcc
- clang

os:
- linux
- osx

dist: xenial

addons:
apt:
sources:
- ubuntu-toolchain-r-test
- ubuntu-toolchain-r-test
packages:
- cmake

cache:
directories:
- /usr/local/Homebrew

before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
sudo apt-get install libglfw3-dev libglfw3;
Expand All @@ -30,11 +30,11 @@ before_install:
brew update;
brew install glfw3;
fi

- cmake --version

before_script:
- cmake -H. -BBuild
- cmake -Hexamples -Bbuild

script:
- cmake --build Build --config Release
- cmake --build build --config Release
21 changes: 0 additions & 21 deletions CMakeLists.txt

This file was deleted.

3 changes: 0 additions & 3 deletions Examples/BasicInteraction/CMakeLists.txt

This file was deleted.

9 changes: 0 additions & 9 deletions Examples/Blueprints/CMakeLists.txt

This file was deleted.

80 changes: 0 additions & 80 deletions Examples/CMakeLists.txt

This file was deleted.

5 changes: 0 additions & 5 deletions Examples/Canvas/CMakeLists.txt

This file was deleted.

3 changes: 0 additions & 3 deletions Examples/Simple/CMakeLists.txt

This file was deleted.

40 changes: 0 additions & 40 deletions NodeEditor/CMakeLists.txt

This file was deleted.

Binary file removed Screenshots/00-Simple.png
Binary file not shown.
Binary file removed Screenshots/node_editor_overview.gif
Binary file not shown.
18 changes: 0 additions & 18 deletions Support/CMakeModules/Findimgui_node_editor.cmake

This file was deleted.

118 changes: 0 additions & 118 deletions Support/ImGui.natvis

This file was deleted.

4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ before_build:
- cmd: >-
cmake --version
cmake -H. -BBuild -G %generator% -A %arch%
cmake -Hexamples -Bbuild -G %generator% -A %arch%
build:
project: Build\ALL_BUILD.vcxproj
project: build\ALL_BUILD.vcxproj
parallel: true
verbosity: minimal
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit c418178

Please sign in to comment.