Nikolay Suslov (@nsuslovi) wants to share with us some progress on FRP implementation of @CroquetIO #Smalltalk like Recursive Portals in 3D in Krestianstvo SDK 4, using @solid_js, @threejs, @dimforge, @0xca0a. Live demo page , tweet
VIMEO 768846153 Krestianstvo SDK | Portals 3D
* No iFrames for portals. All objects in worlds are just pure Solid JS components - Signals and Effects
* Run your local Reflector. github
git clone https://github.com/NikolaySuslov/lcs-reflector npm install npm run start
➜ lcs-reflector git:(master) ✗ npm run start > lcs-reflector@0.7.3 start > node ./index.js loading config from ./config.json Could not read config file. Loading defaults. LogLevel = 1 Serving on port 3001
* Playground
git clone https://github.com/NikolaySuslov/krestianstvo-playground npm install npm run dev
➜ krestianstvo-playground git:(main) ✗ npm run dev > krestianstvo-playground@0.1.6 dev > vite VITE v3.1.4 ready in 1155 ms ➜ Local: http://localhost:5173/ ➜ Network: use --host to expose