FLTK logo

[fltk.general] Re: Mac OS drawing lag

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.general  ]
 
Previous Message ]New Message | Reply ]Next Message ]

Re: Mac OS drawing lag Arnis Gustins Nov 29, 2022  
 
It stated in the docs than OSX the Fl_Window and Fl_Double_Window is the same thing.

But still, tried all of the above and the issue remains.

Also tried running the same binary on other Macbook Pro. Same result.

Let me know what kind of debug information I can gather to help you understand this better.

Not sure if it's relevant but I am building using CMake. And this is how it looks like.
include(FetchContent)

FetchContent_Declare(FLTK
  GIT_REPOSITORY   https://github.com/fltk/fltk.git
  GIT_TAG          release-1.3.8
)
FetchContent_MakeAvailable(FLTK)

include_directories(${CMAKE_CURRENT_SOURCE_DIR}/include)

add_executable(test
  main.cpp
)

target_include_directories(test PRIVATE ${fltk_SOURCE_DIR} ${fltk_BINARY_DIR})
target_link_libraries(test PRIVATE "-framework cocoa")
target_link_libraries(test PRIVATE
  fltk
)

asd


--
You received this message because you are subscribed to the Google Groups "fltk.general" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fltkgeneral+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fltkgeneral/c69612fa-faa8-4056-b607-fffb537acfd5n%40googlegroups.com.
Direct Link to Message ]
 
     
Previous Message ]New Message | Reply ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.