Ducktape icon indicating copy to clipboard operation
Ducktape copied to clipboard

Ducktape - An open source 3d C++ game engine.

Results 5 Ducktape issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** As of now the engine does not support a Skybox, and thus the background is plain black which is not...

feature

**Is your feature request related to a problem? Please describe.** As of now, once an instance of `Engine` has been created, all `std::cout` and `std::cerr` logs get forwarded into the...

feature

**Describe the bug** The program crashes with the error ``` Assertion failed: abs(aspect - std::numeric_limits::epsilon()) > static_cast(0), file ./extern\glm\glm\ext\matrix_clip_space.inl, line 251 ``` when the application is minimized. **To Reproduce** Steps...

bug
hacktoberfest

**What** Consider changing all `enum`s to `enum class`es, this produces less surprises in code as things aren't implicitly converted to types **Why** Allows less surprises in code. See example below...

enhancement

**Describe the bug** Ducktape Editor does not launch on Ubuntu **To Reproduce** Steps to reproduce the behavior: 1. Clone the repo 2. Build the files 3. Start 'DucktapeEditor' 4. The...