gamagan

Results 22 comments of gamagan

The embedding examples in: "/chibi-scheme/tests/foreign" is the type of example code that I would find really useful.

Just ran into this problem ,too. On Windows 10, and just upgraded to PowerShell 7.2 -- this broke my pre-commit hooks. Not good.

> Ah ok that's the part I was missing, the git hooks have to be under that name rather than it be configurable. Thanks for clarifying! Git allows changing the...

Btw, @[atruskie](https://github.com/atruskie)'s workaround works well for me. The code he posted looked a bit weird to me, at first, until I realized that was meant to be ran from the...

By one test-case at a time, I mean that the Renderer would render one frame, then that frame would be tested against some known value(s), and then the Renderer would...

Thanks for the pointers to other issue tickets. The Renderer is hardware based. I have to issue commands to the GPU to draw the frame, and then get the result...

There is no "namespace pollution", because the method is not in a place where it would conflict with a user's own method. ie, the global namespace. A base_* method would...

Thank you very much for the quick reply. I'll start looking at the code that you mentioned right away. The reason I mentioned the file might have been out of...

Ok, I see what was happening. The GetEditor() function in ZepContainer was returning a base editor, instead of `ZepEditor_ImGui`. Unfortunately, now that I got passed that part, I get an...

Did anything come out from this ticket?