engine
engine copied to clipboard
Go 3D Game Engine (http://g3n.rocks)
I see that you support a skybox, but is there an easy way to make a cube map im trying to make a pair of dice.
Most likely bug is caused by incorrect calculation of UI element position due to Retina. See video for a reproduction. I used an example code from the readme.md https://user-images.githubusercontent.com/820057/183709276-7f04556c-5cc8-4ad5-b405-e5fde9a16b60.mov
I'm trying to run an example from the readme.md of the engine on a mac. The button text looks really fuzzy. Looks as if some antialiasing is missing. Most likely...
1. Let us mark a tree GUI widget as "accordion style" where only one `TreeNode` can be opened at a time. Opening a `TreeNode` when another one is already opened...
Hi, I've been struggling a lot trying to figure out how to make a 2D drawing GUI component - my goal is to create a 2D drawing component to link...
The type switch in the raycast specifically looks for graphic types, if the graphic type is embedded in another type the raycast will skip checking for the intersection. Example of...
I had a look at g3n/engine and it made a good impression on me, so i tried to evaluate it. Problem, visible with g3nd: Using a 4K resolution monitor with...
Excuse me, I use the ray to click the screen to move, but how do I judge whether the click is the UI or the scene in the game, and...