Muhammad Muhajir

Results 46 issues of Muhammad Muhajir

Hello, awesome package. How is this package different compared to unity-atom's https://unity-atoms.github.io/unity-atoms/tutorials/unirx ? I purely just trying to learn, no other intention. Thank you

There's this warning when I run the code ``` LangChainDeprecationWarning: The class `langchain_community.chat_models.openai.ChatOpenAI` was deprecated in langchain-community 0.0.10 and will be removed in 0.2.0. An updated version of the class...

tileWidth and tileHeight doens't seems to work ![image](https://github.com/pixijs/tilemap/assets/12745166/c354ae90-f696-4449-8feb-ae9c9f4ce211) tilemap0?.tile( '/iso1.png', nearestTilePosition.x, nearestTilePosition.y, { tileHeight: 64, tileWidth: 128, } ) I tried to make the tile size 128 x 64. But...

I recorded the video here: https://jmp.sh/s/dR2oa5C6xA6BxKaCrG2p snippet looks like this ``` const worldContainer = new Container({ isRenderGroup: true, width: options.width, height: options.height, }) const tilemap = new CompositeTilemap() tilemap.tile('/sample2.png', 0,...