Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

CSP Game Engine.. YES! :-)

THX ^^

I have a question, I noticed anything that mixes in real 2D (like Rect, Line etc.) in 3D mode gets extremly slow (7 fps etc?), eg. the CSP engine level editor, the particle editor but also eg. Markus Rauchs CSG modeller - is that just on my machine, or is it an all Win10 Dx10 and later rigs?

(+1)

Yes, apparently 2D does take a big performance hit particularly when not use properly. I would use something like Draw3D or your typical 3D quads as 2D text/routines.

(+1)

Thanks. Well, I just wrote the Pseudo2D thingy, and the real 2D line replacer. Seems I'm gonna fix the speed issues in the CSP ngn level editor after all. BTW, it is only the Line command, it is stupidly slow, 1000 lines go to 0.5 frames/s lol. (Windows thought it crashed, between frames^^)