NovelRT icon indicating copy to clipboard operation
NovelRT copied to clipboard

A cross-platform 2D game engine accompanied by a strong toolset for visual novels.

Results 112 NovelRT issues
Sort by recently updated
recently updated
newest added

**_Note: for support questions, please use the #engine-user-help channel in our [Discord](https://discord.novelrt.dev/) or [create a discussion](https://github.com/novelrt/NovelRT/discussions/new). This repository's issues are reserved for feature requests and bug reports._** **What is the...

proposal
feature
engine core
engine api
dev team approved

**Describe the issue:** At the moment, certain implementation files still include `NovelRT.h` as a header file, causing all other headers to be included at once. This may be acceptable for...

bug
engine core

Rendering has always been a missing part in the C API. This PR fixes this and adds all methods required to get sprites on the screen. This PR implements: -...

**Please check if the PR fulfills these requirements** - [x] The commit message follows our [guidelines](https://github.com/novelrt/NovelRT/blob/misc/templates/Contributing.md#pull-requests) - [ ] Tests for the changes have been added (for bug fixes /...

feature
engine core
engine api

**_Note: for support questions, please use the #engine-user-help channel in our [Discord](https://discord.novelrt.dev/) or [create a discussion](https://github.com/novelrt/NovelRT/discussions/new). This repository's issues are reserved for feature requests and bug reports._** **Describe the issue:**...

bug
engine core
linux: ubuntu

**What is the current behaviour?** Currently there is no plugin interface for standardizing use of physics engines in NovelRT. **What is the expected behaviour/change?** There should be a basic plugin...

proposal
feature
engine core
engine api
dev team approved

**What is the current behaviour?** Right now, in order to take advantage of C++ 20, you have to edit the cmake files and change `target_compile_features(Engine PUBLIC cxx_std_17)` to `target_compile_features(Engine PUBLIC...

proposal

With the addition of `NovelRT::Utilities::Misc::BitCast` type punning can be expressed in a more easy to understand way. It has been used in a few places so far, but might be...

**Describe the issue:** > With that said, we'll need unit tests added to ensure that `Nrt_Event_*` and friends work properly as our original concern was that since it could be...

engine core

**Describe the issue:** When attempting to build NovelRT on Windows 10 or 11 with Visual Studio 2022 installed, CMake versions 3.19 and 3.20 will fail using the default settings with...

bug
cmake
documentation