DasEtwas

Results 9 comments of DasEtwas

Please excuse @belohnung 's commits, they don't seem to affect my diff.

The code was tested using the provided examples and did show a much more stable and robust feeling behaviour of the objects in the "Compound Shapes" demo.

Reviews and critique are both greatly appreciated, I don't want a bad API to be cemented here..

updated pr description

rebased onto most recent feat/api

Example for a plugin "plugin.json" or "pizza.json" file: ```jsonc { // required fields "name": "ExamplePlugin", "mainClass": "dev.pizzaserver.plugin.Example", "version": "0.1.0", "apiVersion": "0.4.2", // optional fields "dependencies": [ // any version "EpicPlugin",...

yes, you should be able to use the exposed api to make a Generator instance and then make pcm using that. idk about the performance of your chip though, it...

I'm interested in having depth32float-stencil8. It enables using super high-res reversed z projection depth buffers with stencils, for e.g. deferred lighting in big scenes.