itch.io is community of indie game creators and players

Devlogs

Bitwise v0.2.0 Release

Bitwise
A downloadable tool for Windows, macOS, and Linux

This is the second release of Bitwise, an ECS-based game framework and editor written in TypeScript and currently targeting WebGL using three.js. This release of Bitwise adds support for UI nodes: Buttons, images, text, and flexible UI containers. Additionally, entities in a scene can be marked as “active” or “inactive”. Inactive entities are created but not shown until they are activated.

This release also fixes multiple bugs and cleans up some of the data organization. Finally, I’ve started documenting the core framework classes.

Download Bitwise
Leave a comment