3d dice game

Looking to hire some to produce a dice rolling app in 3d with physics when you press roll the dice spin on the screen the when let go the dice bounce around the 4 sides of the screen when button is let go.

While Corona is not for 3D games, you can still fake this via calculations.

There is an old example of 3D dice implemented in Corona floating around. I believe it is on GitHub.

Do you have the pink

I’d do this pre-rendered or with a classier version of what we did in Knights of the Card Table…

https://store.steampowered.com/app/998850/Knights_of_the_Card_Table

I do not have the link.  I tried to find it, but could not in the few minutes I had.

Tip: A quick google search found a link to the demo I was referring to.

Searched for: 3d dice spin corona

Found: 

https://www.youtube.com/watch?v=qbU2SlAVVaU

Code is in forum post linked in video.

Drop box links:

https://www.dropbox.com/s/fa75c9g69qg24my/DiceRoller.zip

https://www.dropbox.com/s/yske0pbp28z1q0x/Shadows.zip

Here are alternate links in case the drop box link to those files should ever go away:

https://github.com/roaminggamer/RG_FreeStuff/raw/master/AskEd/2019/01/DiceRoller.zip

https://github.com/roaminggamer/RG_FreeStuff/raw/master/AskEd/2019/01/Shadows.zip

Ya that looks cool but can’t the physics be used to have the drop and bounce around the screen

No.  The ‘drop’ you see in a that video is in the Z-axis.  Corona is 2D and there is no Z-axis.

Any 3D like features you want will have to be done by you using math or art.  Corona has absolutely no support for 3D.

2d.png

While Corona is not for 3D games, you can still fake this via calculations.

There is an old example of 3D dice implemented in Corona floating around. I believe it is on GitHub.

Do you have the pink

I’d do this pre-rendered or with a classier version of what we did in Knights of the Card Table…

https://store.steampowered.com/app/998850/Knights_of_the_Card_Table

I do not have the link.  I tried to find it, but could not in the few minutes I had.

Tip: A quick google search found a link to the demo I was referring to.

Searched for: 3d dice spin corona

Found: 

https://www.youtube.com/watch?v=qbU2SlAVVaU

Code is in forum post linked in video.

Drop box links:

https://www.dropbox.com/s/fa75c9g69qg24my/DiceRoller.zip

https://www.dropbox.com/s/yske0pbp28z1q0x/Shadows.zip

Here are alternate links in case the drop box link to those files should ever go away:

https://github.com/roaminggamer/RG_FreeStuff/raw/master/AskEd/2019/01/DiceRoller.zip

https://github.com/roaminggamer/RG_FreeStuff/raw/master/AskEd/2019/01/Shadows.zip

Ya that looks cool but can’t the physics be used to have the drop and bounce around the screen

No.  The ‘drop’ you see in a that video is in the Z-axis.  Corona is 2D and there is no Z-axis.

Any 3D like features you want will have to be done by you using math or art.  Corona has absolutely no support for 3D.

2d.png