therocode

Results 19 issues of therocode

This fixes a problem I experienced where the out-of-the-box generated index.html is not compatible with Emscripten's way of identifying the canvas element for the purpose of for example SDL2. As...

It seems to me like heartbeats don't work when default-features = false and the feature "use-webrtc" is enabled. If I toggle back to not using WebRTC then I see them...

maybe using lodepng

Got a quite specific issue here that arises when these conditions are filled: - A .cargo/config file is present to pass extra flags to the compiler - webpack.config.js sets mode...

When using the class UpdateProgress to monitor the progress of submodules updating, you don't get a lot of progress from the CLONE step (it only has a max_count of 1)...

enhancement
acknowledged
help wanted

**Is your feature request related to a problem? Please describe.** Puffin works in the browser, if you provide it with a custom `now()` function using `puffin::ThreadProfiler::initialize(...)`. However, `puffin_egui` does not,...

enhancement

At the moment `sf::VertexArray` has two data members `std::vector m_vertices` and `PrimitiveType m_primitiveType` which are encapsulated by being private along with some public methods like a plain get/set pair for...

feature
m:sfml-graphics
s:undecided