Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP Transitions/driverack #363

Draft
wants to merge 1,437 commits into
base: main
Choose a base branch
from
Draft

WIP Transitions/driverack #363

wants to merge 1,437 commits into from

Conversation

xian
Copy link
Member

@xian xian commented Apr 20, 2021

No description provided.

xian added 30 commits October 27, 2020 19:55
…torage and retrieval.

* Created PixelArrayDevice and ProjectionPreviewDevice.
* Killed old RenderEngine.ResultFormat.
It's super buggy on WebGL though, so vec2 and vec3 both use vec4 internally.
* Rename DeviceParam to ResultParam.
* Rename DeviceParamBuffer to ResultBuffer (et al.).
… setting for PixelArrayDevice.

The relationship of fixture params, datasources, and input ports needs to be more thoroughly considered.
* No need for models to subclass Model.Surface usually.
* Re-add BAAAHS eyes.
* Start removing old movingHeads topic etc.
…ypes.

* use ShowMigrator when saving shows, so they include version number.
* LinkedPatch.createProgram() needs to be smarter.
* Move patch set merging from AutoWirer to PatchResolver.
* Move render plan building from ShowRunner to FixtureManager.
* Feeds now create per-engine and per-program contexts. Renamed Binding to ProgramFeed.
* Feeds can advertise themselves as updating once, per frame, or per fixture.
* RenderEngine and GlslProgram call feeds appropriately to update as requested.
* RenderEngine now has subclasses for rendering a 3d model and a 2d preview (quad).
* New spec for ModelRenderEngine.
* Better introspection for textures in FakeGlContext/FakeKgl.
* FakeKgl now checks that every OpenGL call is run within a GL context.
* FakeKgl now records uniform and texture state at every render call.
* Values from render are sent out over DMX.
* Move BAAAHS' eyes to the right spots.
* Double cones in visualizer.
Lots of refactoring toward controlling moving heads from GLSL shaders
* Less naive handling mapping of shaders to device types.
* Surfaces matchers are now inclusive/additive.
* MoverShaders can currently control pan and tilt.
* DeviceTypes declare their own guru meditation error shaders.
* Beginning to tease apart ShaderType from wiring decisions.
* Show GLSL for all device types in floating palette in simulator.
xian added 11 commits April 21, 2021 09:17
* Don't choke on hash signs inside comments; they're not directives.
* Recognize array variables.
* ISF uses one-based months and days, ShaderToy uses zero-based months and one-based days.
* Refactored to make testing datasources easier.
Link suggestions that don't match the port's content type are only shown when "Show Advanced" is
checked, except when the port's content type is unknown.
* Moved "Adjust Gadgets" to popup menu (now "Auto-Adjust Gadgets")".
* Gadget adjustment now defaults to random small incremental changes rather than cycling through the full range of each slider individually.
* "Full Range" switches to the old mode.
* Gadget adjustments now apply to any control whose gadget implements Gadget#adjustALittleBit().
* Added "Reset to Defaults" to menu.
* Added "Show Diagnostics…" to menu.
Add support for Interactive Shader Format (ISF)
@xian xian force-pushed the transitions-driverack branch from b4bca0b to e833acd Compare April 24, 2021 03:02
xian and others added 15 commits April 23, 2021 20:35
Comments in GLSL macro defines should be ignored
* Well-known uniform names used in the assignment expression of a uniform global should be recognized as input ports.
* Non-const expressions in global var assignments aren't supported in all versions of GLSL, so defer their initialization.
* Create PubSub.Endpoint#openChannel.
* Create ImmediateDispatcher for tests.
…tlinx-coroutines-test 1.4.3.

Annoyingly, kotlinx-coroutines-test is JVM-only, so ported and adapted a bit.
…e context that sent the command in the first place.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant