Kode / Kinc

Modern low level game library and hardware abstraction.
http://kinc.tech
zlib License
513 stars 122 forks source link

[featurerequest] some graphic options and fixes #239

Closed malublu closed 1 year ago

malublu commented 6 years ago

currently i look myself to implement this feautures in kore (but i don't know if i can it):

do we need more?

(0) nearly finished for opengl and (1) + android/ios, als no tests for ios (*1) nearly finished for win/linux/mac, not tested for linux/mac and i can't make a test for mac. And i have also no idea if the code can work for the mac.

RblSb commented 6 years ago

@malublu you can just send PR, and we'll help you test

RobDangerous commented 6 years ago

What does fix vsync mean?

malublu commented 6 years ago

Not all targets implement it. But currently, i have currently no time to work on it, because my "place of work" say no! If i have private more time, i try to work on the code.

I also can send you my current work, if you want.

grayhaze commented 6 years ago

What's the status on this? Did @malublu ever share his WIP? I can't see any branches on his fork of Kore which would tie up with the description above.

RobDangerous commented 6 years ago

Don't think so. Working on window things myself right this minute.

malublu commented 6 years ago

@grayhaze it was a local copy. Currently i have no time to work on it. (Because my work) I think it will take several months until I have time again. But some other peoples work also on it. https://github.com/armory3d/armory/issues/224 If I find the code again, I can gladly upload it the next few days (weeks).

RobDangerous commented 6 years ago

All of this is now implemented in Kore for Windows via Direct3D 11 and OpenGL. Not yet fully exposed in Kha. Sorry @malublu, had to get cracking on it.

malublu commented 6 years ago

No Problem. @RobDangerous thanks for it 👍

RobDangerous commented 6 years ago

In theory the new Window API is now fully operational in Windows and mostly operational in macOS. Feel free to do some testing.

RobDangerous commented 1 year ago

If you still need something here, please open more specific issues.