ocornut
|
216ae7db52
|
Examples: SDL3: Added clues that Emscripten doesn't support SDL3 yet. (#6386)
|
1 year ago |
ocornut
|
13fbd99491
|
Backends: SDL3: update to run with SDL3. Examples: Add SDL3+Gl example. Remove some version checks. (#6146)
More update upcoming in docking branch.
|
2 years ago |
ocornut
|
1b27ac982f
|
Backends+Examples: SDL2: renamed imgui_impl_sdl.cpp/.h to imgui_impl_sdl2.cpp/.h. (#6146)
+ CI: Update Windows CI to update SDL 2.26.3 instead of 2.0.10
|
2 years ago |
ocornut
|
ce6e6da510
|
Examples: Made example_sdl_opengl3 and example_glfw_opengl3 build with Emscripten. Removed dedicated examples. (#2492, #2494, #3699, #3705)
|
2 years ago |
ocornut
|
b51919dce1
|
Examples: Emscripten+GLFW: revert to use a shell_minimal.html closer to vanilla one, as our fullscreen + misc tweaks to Emscripten+SDL example to match other version.
|
2 years ago |
ocornut
|
8d29665ae1
|
Backends: OSX: Fixed scroll wheel scaling for devices emitting events with hasPreciseScrollingDeltas==false (e.g. non-Apple mices).
Ref #4019 for details provided in .XLS sheet, although not strictly related to main issue topic.
+ Rename Emscripten demo titles to make SDL visible.
|
2 years ago |
ocornut
|
e3988a84db
|
Backends: OpenGL3: Embed our own minimal GL loader (amends). (#4445)
|
3 years ago |
ocornut
|
f24abbc47d
|
Fix various warnings (#4442)
|
3 years ago |
ocornut
|
feaa7ea003
|
Examples: Emscripten: Amend ba636c5. (#3705)
|
4 years ago |
Horki
|
0f14dd9781
|
Examples: Emscripten: Add 'make serve' helper, move output to web/ folder. (#3705)
|
4 years ago |
omar
|
9c8671e7b0
|
Tables: Add empty file, skeleton.
|
4 years ago |
ocornut
|
d20f2bc90a
|
Rename example_emscripten/ to example_emscripten_opengl3/ (#3632)
|
4 years ago |
ocornut
|
a7e21fb05f
|
Moving backends code from examples/ to backends/ (step 3: fixing project files)
|
4 years ago |
omar
|
05a49f0413
|
Examples: Emscripten: Demonstrating embedding fonts in Makefile and code. (#2953) [@Oipo]
|
5 years ago |
omar
|
4e90906b04
|
Added IMGUI_DISABLE_DEFAULT_FILE_FUNCTIONS / IMGUI_DISABLE_FILE_FUNCTIONS #2734)
Using in Emscripten example.
|
5 years ago |
Konstantin Podsvirov
|
916487a653
|
example_emscripten: skip outdated compiler option
For more info see: https://github.com/ocornut/imgui/issues/2877
|
5 years ago |
Funto
|
75d540d336
|
Example: Emscripten: Fix for compilation (filesystem module is required) (#2734)
|
5 years ago |
omar
|
1fe6533192
|
Examples: Emscripten: Tweaks for size. (#2494)
|
6 years ago |
omar
|
c1848b185c
|
Examples: Emscripten: Switched to WebGL1/ES2, Added Changelog, Updated links, Added ignore list, Fixed warning with older versions. Removed reliance on C++11 (would warn on some compiler). Improved html template, removed undesirable options, reduced log size. Tweaked main.cpp. (#2494)
|
6 years ago |
Nicolas "Pixel" Noble
|
a936d0669c
|
Adding standalone Emscripten example.
|
6 years ago |