two icon indicating copy to clipboard operation
two copied to clipboard

c++ toolkit for rapid development of live graphical apps and games

Results 12 two issues
Sort by recently updated
recently updated
newest added

I found the following code: ```c++ // File: two/src/bgfx/BgfxSystem.cpp // Function: BgfxSystem::init info("gfx - bgfx::init"); bgfx::Init params = {}; params.type = bgfx::RendererType::OpenGL; params.type = bgfx::RendererType::Direct3D11; //params.type = bgfx::RendererType::Direct3D12; params.type =...

btw, i don't need webgpu, so a work-around that simply skipped this would be great. this is on a tree i cloned within last couple of days, and on linux...

### hugoam/two now has a Chat Room on Gitter @hugoam has just created a chat room. You can visit it here: [https://gitter.im/hugoam/two](https://gitter.im/hugoam/two?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&content=body_link). This pull-request adds this badge to your README.md:...

Please check some changes because what could be reasonable from a logical point of view breaks the expected functionality desired by the software. I also saw several issues in 3rd...

If a select build configuration to Debug native 64 bit generate this error - "Pre-C++11 compiler is not supported!" xcode version - Version 11.2.1 (11B53) OS x version - Mojave...

there are so many problems. I tried to compile the program successfully, but when i run the samples, many has errors such as can not load gltf, corrupted suddennly ,...

There are so much terms here: bgfx, mud, two, etc. What I need is to be able to pop up an OS window, which has two buttons, with a hotkey....

Ubuntu 18 bgfx works for me for the most part. a lot of the compiled scenes will fail. e.g. 08_sky_d, xx_three_d, etc. ``` [info] ui - window init - resource...

crisper font rendering in particular would go a long way in the examples.

Example `03_materials` throws an unhandled exception from `nvoglv64.dll` when I try to run it. (Built from the latest master (00fc8afc) using VS2017 on Windows 10 Pro 64 bit with GeForce...