DynamicField
DynamicField
Hello, There is a bug where `show-buffer`,`amend-line` and `edit` doesn't work. When doing `edit` , it opens notepad using a path which has some not placed slashes : [Image here](http://prntscr.com/cf6cdl/direct),...
Currently, the interop implementation for `NovelRT::Timing::StepTimer` is broken. Here are some problematic snippets: ```cpp NrtResult Nrt_StepTimer_create(uint32_t targetFrameRate, double maxSecondDelta, NrtStepTimerHandle* output) { // null-check omitted NovelRT::Timing::StepTimer timer = NovelRT::Timing::StepTimer(targetFrameRate, maxSecondDelta);...
This PR simply serves as a sort of baseline to initiate the development of the Interop API for `NovelRT::Ecs::Graphics`. This should help understanding how the C API works and adding...
It's currently hard to get anything — such as a window, at least — popping on your screen with the C API. This PR implements the entire Configurator API and...
Here, for example, I have a window opened on top of the main window. When I hover the More colors button, the main window gets focused and the other window...
i need to `git pro` pls
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: -...