-
does not exist. Can the occurrences be replaced by i.e;
```
#ifndef USE_GLEW
#ifdef __OSX__
# include
#elif _WIN32
# include
# include
#else
# include
#endif
#endif
```
[win32_o…
-
### Describe the feature and motivation
I am writing a high performance visualization module. It should support OpenGL, 2D vector graphics (through NanoVG) a GUI system (based on ImGui) and hardw…
-
I was getting this error when running the given example test from README:
`python iMRM.py -i sequence.txt -o ccc.html -s Human -m all -t normal
`
checking over
Traceback (most recent call last):…
-
This is meant to be a meta-issue in which discussion can take place about potential solutions to GUI layout & rendering. Currently LWJGL only supports text rendering (via [stb](https://github.com/noth…
Spasi updated
9 months ago
-
"Value Scrubbing" is the ability to modify a value in a Curv program using direct manipulation. For example, tweaking a numerical value using a graphical slider. While you drag the indicator on the sl…
-
I'm using the `geom` API a lot and was wondering if it would make sense to add accessor methods to the different primitive classes. I understand the idea for classes like `ci::geom::Capsule` or `ci::g…
-
First thanks for all the great work on this project. It's a really powerful tool for cross platform GUIs, simple to use, performant and bloat free.
If I install nanoGUI from pypi and edit the examp…
-
Currently, Principia uses platform specific dialog toolkits, native platform dialogs on Android/iOS and GTK2 on Windows/Linux. This causes inconsistency between platforms and raises the amount of work…
-
[EDIT]
It wasn't obvious to me that to run the demos I had to run micropython rather than CPython. However, correcting this I still had problems.
I had this outcome with nano_gui_simpletest:
```p…
-
**This is Part 8, I am splitting issues to reduce loading times and avoid github collapsing messages.**
**Browse all threads and find latest one to post to using the [gallery](https://github.com/oc…