-
Notifications
You must be signed in to change notification settings - Fork 13
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 — use gradle application plugin #293
Open
xian
wants to merge
1,632
commits into
main
Choose a base branch
from
appliation
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Input ports may be declared as abstract GLSL functions
Mockup of more buttons in Transition control
Add Fs.delete(). MergedFs can take multiple overlays.
Shader libraries first pass
* Sharpy color wheel starts with clear, not red. * Better default mover shader. * Add a couple mover shaders to shader library.
* Sharpy color wheel starts with clear, not red. * Better default mover shader. * Add a couple mover shaders to shader library.
* Add mangled Kotlin bindings for react-compound-slider. * Bump react-compound-slider to 3.3.1.
Transitions prep work
…he Kotlin-impl of Slider. Ignore it.
Compilation with Kotlin compile daemon was not successful java.rmi.UnmarshalException: Error unmarshaling return header; nested exception is: java.io.EOFException at java.rmi/sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:254) at java.rmi/sun.rmi.server.UnicastRef.invoke(UnicastRef.java:164) at java.rmi/java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(RemoteObjectInvocationHandler.java:217) at java.rmi/java.rmi.server.RemoteObjectInvocationHandler.invoke(RemoteObjectInvocationHandler.java:162) at com.sun.proxy.$Proxy129.compile(Unknown Source) at org.jetbrains.kotlin.compilerRunner.GradleKotlinCompilerWork.incrementalCompilationWithDaemon(GradleKotlinCompilerWork.kt:290)
Reimplement simulator's fake client device in Kotlin
* Kill GadgetControl/GadgetDataSource. * Color picker view is now rendered.
Reimplement sliders as first-class controls, not GadgetControls.
Final changes for meh
MergedFs.delete() only attempts to delete files if they exist on the merged FS.
* Port ColorWheel from jsx to kotlin. * Port UseResizeListener from js to kotlin. * Add some HSB support stuff to Color.
Remove last of the JSX
# Conflicts: # src/jsMain/kotlin/baaahs/app/ui/ShowLayout.kt # src/jsMain/kotlin/baaahs/app/ui/controls/XyPadView.kt # src/jsMain/kotlin/baaahs/jsx/ColorPicker.kt # src/jsMain/kotlin/baaahs/jsx/UseResizeListener.kt # src/jsMain/kotlin/baaahs/jsx/sim/MosaicApp.kt # src/jsMain/kotlin/baaahs/jsx/sim/Store.kt # src/jsMain/kotlin/baaahs/sim/ui/ConsoleView.kt # src/jsMain/kotlin/baaahs/sim/ui/WebClientWindow.kt # src/jsMain/kotlin/baaahs/visualizer/ui/VisualizerPanel.kt # src/jsMain/kotlin/external/mosaic/MosaicWindow.module_react-mosaic-component.kt
Bump to Kotlin 1.5.30 and wrappers pre.246
…of failing quietly. * Show errors when web client commands fail on server.
When opening a show that uses unknown plugins, show warnings instead of failing quietly.
xian
changed the title
WIP — use gradle application plugin
🔧 WIP — use gradle application plugin
Jun 7, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.