Here is my base-code for Pixi.js
I've been working on my base-code for the Compo, it's not done yet, and even though it's just an unwritten rule, I'd like to share it before the jam starts.
https://github.com/josemwarrior/ludumdare-starter-project
Feature list: ✨
- It shows a loading bar when loading assets.
- It allows resizing the width and height of the viewport to a fixed aspect ratio.
- It allows loading .ttf fonts.
- It allows reading keyboard inputs.
- Various GUI options have been added such as Checkbox, MultiCheckbox, and Slider.
- I've been working on displaying dialogue letter by letter (still in progress).
- It fades out/in when changing screens.
There are still many things I need to improve, and functionalities to add that are very generic and I need to use in all my future projects. My idea would be to use all the functionalities of BITSY but using my own code to have more freedom.
*I've used the BITSY font to display the text.