-
Pixi VN needs a sample Visual Novel.
Its creation will be ducumented in the wiki to have a "Make your first game/Visual Novel". And it will be added in the templates so we have a code example.
V…
-
On the internet I found this library that allows you to run a ren'py file to get all the information of that file.
I think it can be used to give the possibility of making renpy files compatible with…
-
Hi @blurymind I closed issue #161 and opened this one, because the first ink implementation is now complete, but I wanted to keep an issue open to keep myself informed about the possibility of develop…
-
Hi, i am using pixi and EZGUI to create an online game. And i have some problems with components in a List component or Slider components when i resize canvas fit to browser size. When in small size,…
-
Currently there is no documentation about how to use Vue with this. Any docs would be helpful!
-
### Initial checklist
- [X] I read the [support docs](https://github.com/rehypejs/.github/blob/main/support.md)
- [X] I read the [contributing guide](https://github.com/rehypejs/.github/blob/main/con…
-
inkle's ink story syntax is a popular and battle tested programming language for crafting stories.
https://github.com/inkle/ink
They have their own official editor, but also unofficially you can e…
-
### Pre-flight checklist
- [X] I have read the [contribution documentation](https://github.com/electron/forge/blob/main/CONTRIBUTING.md) for this project.
- [X] I agree to follow the [code of cond…
-
When starting the game, it occurs an `ModuleNotFoundError`.
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/renpy_utility_tool/notify.rpy", line 21, in…
-
``Currently the game storage uses ram. Meaning it uses a static variable inside a class. https://github.com/DRincs-Productions/pixi-vn/blob/main/src/managers/StorageManagerStatic.ts#L5
This creates…