Fork me on GitHub
#announcements
<
2020-11-11
>
vlaaad13:11:49

reveal New version of #revealhttps://vlaaad.github.io/reveal — is out! Since previous announcement Reveal gained some valuable UX improvements, such as: • natural structural navigation that makes value inspection similar to browsing tables — see added https://vlaaad.github.io/reveal/#structural-navigation; • better keyboard support for table views — see updated https://vlaaad.github.io/reveal/#table-view.

reveal 48
🎉 18
darwin16:11:21

Hi, I have just updated cljs-react-three-fiber examples[1] It uses three.js and react-three-fiber to render simple 3d demos[2]. The interesting part is that it shows how to integrate with non-trivial npm packages (thanks to shadow-cljs), it uses latest react via helix, with cljs-bean and custom wrapper functions we can write pretty idiomatic cljs code and it gets optimized by closure compiler and split into modules automagically. e.g. the physics demo module includes cannon physics library or the gltf loading demo modules includes gltf libraries (run ./scripts/report.sh to see the results). [1] https://github.com/binaryage/cljs-react-three-fiber [2] https://github.com/pmndrs/react-three-fiber

21
3