did someone need a 3d framework in xojo (build on opengl) ?
or exists already?
http://documentation.xojo.com/api/graphics/opengl.htmlSurface
be aware that open GL is deprecated on macOS and will likely be removed there
i meant something to create a 3d scene with easy to use commands.
i asked because i think to port a library to Xojo as AddOn
its like BlitzBasic3D
where you have classes like
Camera
Light
Cube
Vector,Color,Texture
Entity,Mesh,Surface,Vertex
Line
Var Line1 As New Line
Line1.SetColor(1,0,0,1)
Line1.SetP12(-10,2,0,10,2,0)
Three.AddEntity(Line1)
Have a look: http://xojo3d.com/tlist.php
Wow i am impressed its very useful
but there will be one problem at android in future because it used open gl es
and as you said at macOS
For MacOS, you can also check SceneKit in MBS Xojo Plugins.
see
https://www.mbsplugins.de/archive/2019-02-06/More_SceneKit_for_Xojo/monkeybreadsoftware_blog_xojo
see
https://www.mbsplugins.de/archive/2019-02-03/Playing_with_SceneKit/monkeybreadsoftware_blog_archive