vitalspace
vitalspace
Hello Peter Excellent Project. I was wondering if you have in mind to build a documentation about your project? I have spent the last 3 days trying to understand how...
Has anyone been able to solve this?
> @HadrienRivere @x5engine > > Sorry dudes, not sure how I missed this issue! First time I'm seeing it. > > I used the template over the weekend on NodeJS...
> Hi @HadrienRivere, > > Can you replace game/index.js with: > > ```js > import React from "react"; > import { View } from "react-native"; > import { GameEngine }...
> Okay, it must be something with .fbx extension. I wouldn't be surprised if the .glb extension also didn't work.. Can you undo what we did abouve ^^ and replace...
Something similar happens to me too. ```c #include void helloMessage() { printf("Hello world\n"); } ``` ```bash zig cc -target x86_64-linux -shared -o index.so index.c ldd index.so ./index.so: error while loading...