(Screenshot) A web-based 3d game using ReactJS and WebGL

One more screencap. Trying to get the demo out as fast as possible! Looking at <1month now until demo release.

The use of ReactJS means I get to separate my view from my logic. The buttons are very simple < Button percentPressed={…} /> and don’t know anything else. The logic and data is handled purely in a third party game loop. It’s a really nice way to code.

2 Likes