Akkad icon indicating copy to clipboard operation
Akkad copied to clipboard

A webgl react target that utilizes the Babylon.js library. Create 3D scenes and Games with React!

Results 3 Akkad issues
Sort by recently updated
recently updated
newest added

when I run "npm start" I get these errors: Failed to compile. Error in ./~/akkad/build/bundle.js Module not found: 'react/lib/ReactMultiChild' in /mnt/f/react/test2/node_modules/akkad/build @ ./~/akkad/build/bundle.js 3:45-81 Error in ./~/akkad/build/bundle.js Module not found:...

The Babylon Skull used in the examples that is hosted at [https://storage.googleapis.com/akkad-assets-1/skull.babylon](https://storage.googleapis.com/akkad-assets-1/skull.babylon) is missing with the message: 'Your Google account is not currently enabled for this operation. Please check https://console.developers.google.com/billing...

AFAICS in Akkad the Canvas2D has been implemented to support rendering DOM on it, using SVG to "do the trick". Are there plans to implement the various Babylon Shape2D classes...