Commit Graph

42 Commits

Author SHA1 Message Date
Abe Pazos
6db05951ef Remove unused imports 2025-08-04 12:00:35 +02:00
Edwin Jakobs
0bd0a51b69 [orx-compositor] Refactor resource management in Compositor.
Removed `deepDestroy` in favor of `destroy`, simplifying cleanup logic. Introduced `Session` management in `Composite` to handle resource lifecycles properly.
2025-03-12 17:36:09 +01:00
Abe Pazos
c8f7dd52c6 Demos: ensure all use fun main() = application {
- Adjust some demo window sizes.
- Replace Random.double by Double.uniform
- Tweak some demos so screenshots look more interesting
2025-01-26 20:57:04 +01:00
Edwin Jakobs
8a4a85d333 Upgrade to Gradle 8.10, Kotlin 2.0.20, reduce warnings 2024-08-25 09:39:18 +02:00
Edwin Jakobs
78ce8001a1 Accommodate for changes to default sRGB textures and targets 2024-08-13 12:35:58 +02:00
Abe Pazos
c5fb56626c Remove unused imports (#344) 2024-06-24 10:02:34 +02:00
Edwin Jakobs
78fbff54c5 Upgrade to JDK 17. Add @JvmRecord annotations 2024-06-01 07:31:44 +02:00
Edwin Jakobs
e3f5e07b86 Improve compatibility with GLES back-end 2024-03-10 18:43:24 +01:00
Edwin Jakobs
d1ab80097a [orx-compositor] Clean up API, clear mask layer 2023-01-18 23:52:38 +01:00
Vechro
47d4293a57 Fixes and move to jvmDemo (#286) 2023-01-15 15:27:19 +01:00
Edwin Jakobs
391ebce42b [orx-compositor] Remove use() add aside {} 2022-12-28 14:18:37 +01:00
Vechro
9f7a4899fa Reduce duplication in orx build scripts. (#240)
Co-authored-by: hamoid <abe@hamoid.com>
2022-06-19 08:06:16 +02:00
Vechro
88719292e9 [orx-compositor] Reintroduce accumulation variable. (#241) 2022-06-18 10:41:02 +02:00
Vechro
34914b5a47 [orx-compositor] Add BufferMultisample support (#236)
Co-authored-by: Yvee1 <stevenvdb@live.nl>
2022-06-09 13:20:24 +02:00
Edwin Jakobs
9a2f10f81d Switch back to fun main() 2021-08-30 17:18:54 +02:00
Steven van den Broek
18f8224d90 Fix 0x0 render target creation in compositor (#189) 2021-08-07 23:17:26 +02:00
Edwin Jakobs
7ed80dc543 [orx-compositor] convert to MPP 2021-06-29 14:21:16 +02:00
Edwin Jakobs
9435907ef9 Upgrade to OPENRNDR 0.4 snapshot 2021-06-22 11:08:07 +02:00
Edwin Jakobs
5235d8ce19 Upgrade to Kotlin 1.4, Gradle 6.6 2020-08-18 08:30:18 +02:00
Edwin Jakobs
55b914cac1 [orx-compositor] Use resolveTo instead of copy work better in multisampling setups 2020-07-22 17:44:11 +02:00
Edwin Jakobs
0b0691e9ae Bump to OPENRNDR 0.3.43-rc.14 2020-07-02 18:02:06 +02:00
Abe Pazos
7c324079e2 [orx-compositor] Add .use demo (#127) 2020-06-19 19:01:40 +02:00
Abe Pazos
6bf007089d Add orx-compositor demo (#116) 2020-05-22 22:41:15 +02:00
Abe Pazos
b6065b7198 background() deprecated, replace with clear() (#101) 2020-05-16 18:00:39 +02:00
Edwin Jakobs
d0d096d773 Remove most warnings in ORX
Closes #61
2020-04-09 16:00:27 +02:00
Ricardo Matias
3fa33a4537 I can use other layers as base 2020-03-25 11:37:34 +01:00
Edwin Jakobs
781e4ce957 Clean-up imports 2020-03-09 12:15:39 +01:00
Ricardo Matias
84b03f9ae5 Add mask method to compositor
Closes #29
2020-03-09 11:38:18 +01:00
Edwin Jakobs
699e254471 Fix post buffer cache bug in Compositor 2020-03-01 14:07:40 +01:00
Edwin Jakobs
b6c16f0831 Add access to accumulation buffer in orx-compositor 2020-02-27 22:30:46 +01:00
Edwin Jakobs
20c3a13ece Add configurable color type for Layer 2020-02-27 19:26:44 +01:00
Edwin Jakobs
da938d5390 Rename draw to drawLayer to prevent import hassle 2020-02-25 16:55:12 +01:00
Edwin Jakobs
9212d75033 Add Layer.enabled and make it @BooleanParameter annotated 2020-02-12 18:13:03 +01:00
Edwin Jakobs
a86886ee9e Added clearColor to orx-compositior 2019-06-03 22:23:01 +02:00
Edwin Jakobs
d011c951dc untrack post filter colorbuffer cache 2019-05-21 15:30:29 +02:00
Edwin Jakobs
149a7fd183 changes 2019-01-26 21:24:58 +01:00
Edwin Jakobs
a3385abee0 Add layer and post buffer caching 2019-01-20 17:30:23 +01:00
Edwin Jakobs
6332962972 changed draw / layer order 2019-01-18 19:07:32 +01:00
Edwin Jakobs
a05e1e8b6d Remove layer reverse in Compositor 2019-01-17 17:11:07 +01:00
Edwin Jakobs
87a333dbac Fix projection/view/model transform 2019-01-10 21:22:39 +01:00
Edwin Jakobs
de7377b53a Improved comments for Compositor 2018-11-07 22:32:16 +01:00
Edwin Jakobs
59378a6a95 Added orx-compositor 2018-11-07 22:25:09 +01:00