Giter Site home page Giter Site logo

Comments (4)

ocornut avatar ocornut commented on May 6, 2024

Which OS/platform are you using? A Macosx/64 user reported this to me directly but I couldn't repro myself.

On 2014/08/13, at 20:06, Dale Kim [email protected] wrote:

This can be observed in the sample application.

It seems like if you split the slider into 1/4ths, the 3rd quarter is the section that is skipped.


Reply to this email directly or view it on GitHub.

from imgui.

unpacklo avatar unpacklo commented on May 6, 2024

I've seen this both on my MacBook Pro and primary desktop system which
runs Linux most of the time.

Mac is on OSX 10.9.4 and I have my own gcc toolchain which is on version
4.8.2.

Linux is running Linux Mint 17:

dalekim1@lispy:/home/dalekim1> uname -a
Linux lispy 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC
2014 x86_64 x86_64 x86_64 GNU/Linux

dalekim1@lispy:/home/dalekim1> gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/x86_64-unknown-linux-gnu/4.8.3/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: ../configure --enable-languages=c,c++,objc,obj-c++
--enable-gold --disable-multilib
Thread model: posix
gcc version 4.8.3 (GCC)

Dale Kim
Programmer at Stellar Jockeys

On 08/13/2014 02:12 PM, omar wrote:

Which OS/platform are you using? A Macosx/64 user reported this to me
directly but I couldn't repro myself.

On 2014/08/13, at 20:06, Dale Kim [email protected] wrote:

This can be observed in the sample application.

It seems like if you split the slider into 1/4ths, the 3rd quarter
is the section that is skipped.


Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHub
#16 (comment).

from imgui.

ocornut avatar ocornut commented on May 6, 2024

OK I am on my Mac now and it repro!

from imgui.

ocornut avatar ocornut commented on May 6, 2024

Fixed!
I was calling abs() which for some reason resolved to abs(float) on the architectures I was using (Windows & PS4) but abs(int) on Mac/Linux. It was also breaking the RGB<>HSV conversion.

from imgui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.