Main Menu

Recent posts

#91
Support / Re: using multiple renderers i...
Last post by EgonOlsen - July 08, 2023, 08:33:18 AM
It depends, I guess. You can run software and hardware renderer in parallel if you are using distinct worlds and objects. You can also make the software renderer use all available cores. If that's faster or not highly depend on the application and if it's worth the hasle...I'm really not sure.
#92
Support / 3D modeler app made with JPCT-...
Last post by MichaelJPCT - July 07, 2023, 01:52:27 PM
i wish i could make 3D models on android devices, using tap control only. so that i dont need windows PC and mouse.
i wonder whether it's possible to make an app with basic modeling functionalities, like some of those in 3DSMAX.
one problem i anticipate is that, models are highly dynamic in a modeler app, i've never tried that with JPCT.
another problem is that, there are symbols, lines, translucent objects, etc.. i dont know whether GLES is good enough to handle all those elements.
anyone interested in such app or with technical insight?
#93
Support / Re: using multiple renderers i...
Last post by MichaelJPCT - July 07, 2023, 02:45:56 AM
i mean, faster than using only gl renderer to render all display ports.
#94
Support / Re: using multiple renderers i...
Last post by EgonOlsen - July 06, 2023, 01:50:39 PM
Yes, that should work. Would it be faster...faster than what?
#95
Support / Re: using multiple renderers i...
Last post by MichaelJPCT - July 06, 2023, 03:02:57 AM
what if gl renderer and software renderer are used to render 2 different display port? not combining the images, but still in 1 process. is this do-able? would it be faster?
#96
Support / Re: using multiple renderers i...
Last post by EgonOlsen - July 03, 2023, 07:06:20 AM
It is possible to use the renderers in parallel to a degree. IIRC, it will hinder the GL renderers performance slightly and combining the results of both will most likely eat up all the benefits that doing so might have. I don't think, that it's worth it.
#97
Support / using multiple renderers in 1 ...
Last post by MichaelJPCT - July 02, 2023, 10:11:57 PM
Hello Egon,
i have a strange idea. can we use 1 opengl renderer and multiple software renderers at the same time in 1 process?
software renderers don't use gpu but only cpu. nowadays all cpus have multiple cores. if we use most cores for rendering (for example render-to-texture) it should be great, right?
if so, the software renderer can be a great tool.
#98
Projects / Re: Rubik's Cube - 2D
Last post by aleks1283 - June 07, 2023, 09:16:20 AM
Thanks Egon!!! :)
#99
Projects / Re: Rubik's Cube - 2D
Last post by EgonOlsen - June 07, 2023, 08:24:18 AM
This is sick... ;D I'm already bad at solving the 3D cube, this one is even more confusing...but pretty cool nonetheless! I like the tiles shifting around.

A little remark about the german translation: "Speisekarte" for "Menu" is correct only in the context of a restaurant. The correct translation in this context would be "MenĂ¼".
#100
Projects / Rubik's Cube - 2D
Last post by aleks1283 - June 06, 2023, 05:58:33 PM