Edwin Jakobs
adce866a0f
Add extra testing to generate-screenshots.yml
2020-04-27 11:38:21 +02:00
Edwin Jakobs
f535a60471
Remove -a from xvfb-run invoke
2020-04-27 11:32:57 +02:00
Edwin Jakobs
c7f0863965
Remove xvfb-run from gradle invoke
2020-04-27 11:27:41 +02:00
Edwin Jakobs
c2edfccff9
Change exception handler
2020-04-27 11:19:19 +02:00
Edwin Jakobs
fcc79cf8de
Add -a to xvfb-java.sh
2020-04-27 11:07:04 +02:00
Edwin Jakobs
cf48f94be4
Update xvfb-java.sh
2020-04-27 10:59:24 +02:00
Edwin Jakobs
dd79ad7aef
Add build-tools/xvfb-java.sh
2020-04-27 10:51:46 +02:00
Edwin Jakobs
7fbc02deb4
Bump to OPENRNDR 0.3.42-rc.1
2020-04-27 10:32:45 +02:00
Edwin Jakobs
a1f4567d60
Update generate-screenshots.yml
2020-04-27 10:18:58 +02:00
Edwin Jakobs
5b94c31317
Attempt to generate screenshots in actions
2020-04-27 10:14:40 +02:00
Ricardo Matias
45c9ca11af
Add Poisson Disk Sampling to orx-noise
2020-04-25 15:20:03 +02:00
Ricardo Matias
e29c670cf3
Remove dead code and make getLuminance and getContrast public
2020-04-25 11:08:43 +02:00
Ricardo Matias
9f3e43c39e
Fix glslify relative imports + inner module imports
2020-04-25 11:08:43 +02:00
Abe Pazos
400347aad1
Add vector based noise functions
2020-04-24 07:21:14 +02:00
Edwin Jakobs
a28f298690
Fix task dependency for collectScreenshots
2020-04-22 23:08:00 +02:00
Edwin Jakobs
3e24b4c22c
Add screenshots
2020-04-22 22:01:32 +02:00
Edwin Jakobs
60a64806fc
Add screenshot generation
2020-04-22 21:56:08 +02:00
Edwin Jakobs
6a29853c71
Fix unary minus operators
2020-04-21 11:46:01 +02:00
Edwin Jakobs
dafd309924
Add skeleton filters to orx-jumpflood
2020-04-21 11:44:59 +02:00
Edwin Jakobs
e660484c4d
Upgrade to OPENRNDR 0.3.41
2020-04-16 19:48:32 +02:00
Edwin Jakobs
b1f74c69d3
Fix label for OptionParameter in orx-gui
2020-04-16 19:48:12 +02:00
Abe Pazos
7cb6785a56
Fix #74 gui blocking mouse events while hidden
2020-04-15 19:20:58 +02:00
Edwin Jakobs
b0a4d79039
Version bumps, Kotlin 1.3.72, freenect 0.5.7-1.5.3, zxing 3.4.0, rabbitcontrol-rcp 0.3.1
2020-04-15 12:07:39 +02:00
Edwin Jakobs
c31c320da1
Update documentation
...
Closes #78
2020-04-15 11:57:51 +02:00
Edwin Jakobs
dd83055dd1
Remove verbosity
2020-04-14 20:50:02 +02:00
Edwin Jakobs
591dccda63
Add OptionParameter
...
Closes #78
2020-04-14 20:43:26 +02:00
Edwin Jakobs
a0fd51c3c2
Fix dependencies for Olive, add tests for basic scripting
2020-04-11 11:03:20 +02:00
Edwin Jakobs
8c591c4830
Add demos to orx-mesh-generators
2020-04-10 19:50:21 +02:00
Abe Pazos
5785c90937
More gui examples ( #77 )
...
Add more gui examples
* Add all parameter types to gui example
* Add missing Parameters
2020-04-10 19:16:49 +02:00
Edwin Jakobs
b8079865bf
Merge pull request #75 from hamoid/randomBoolProbability
...
Add probability to Random.bool()
2020-04-10 13:57:20 +02:00
Abe Pazos
5650172820
Add probability to Random.bool()
2020-04-09 22:14:39 +02:00
Edwin Jakobs
933be5bc9a
Fix problem after removing cast
2020-04-09 16:05:34 +02:00
Edwin Jakobs
d0d096d773
Remove most warnings in ORX
...
Closes #61
2020-04-09 16:00:27 +02:00
Edwin Jakobs
8fc74555b3
Fix default style for button such that it has an 'active' color
2020-04-09 10:12:42 +02:00
Edwin Jakobs
53d468bd08
Add a demo for orx-gui
2020-04-09 08:57:11 +02:00
Edwin Jakobs
40b598db9c
Merge pull request #73 from ricardomatias/orx-time-operators
...
Add orx-time-operators with Envelope & LFO
2020-04-09 08:29:03 +02:00
Ricardo Matias
bba7d255c4
Add orx-time-operators with Envelope & LFO
2020-04-08 20:10:05 +02:00
Edwin Jakobs
fa2a2f54ba
Add orx-timer
2020-04-08 12:43:26 +02:00
Edwin Jakobs
d6fa5d7fff
Add missing easing functions to orx-keyframer
2020-04-08 00:21:30 +02:00
Edwin Jakobs
2c806893e2
Upgrade Gradle to 6.3, Kotlin to 1.3.71, add gradle-versions plugin
2020-04-08 00:05:58 +02:00
Edwin Jakobs
32d0b98338
Fix easing functions in orx-easing, add demo
2020-04-07 23:52:53 +02:00
Rein van der Woerd
b3fd0a0068
improve orx-rabbit-control such that writing the QR code to a file is no longer necessary
...
* orx-rabbit-control: writing the QR code to a file is no longer necessary
* Smaller QR-code image with MagnifyingFilter.NEAREST
2020-04-07 23:08:37 +02:00
Edwin Jakobs
eb8a3d43d1
Add missing orx-runway demo resources
2020-04-07 21:11:10 +02:00
Edwin Jakobs
66b979fc84
Add orx-shade-styles demo
2020-04-07 21:05:08 +02:00
Edwin Jakobs
b9988f0341
Merge pull request #71 from hamoid/gradientsWithExpo
...
Add exponent to all gradients, cleanup
2020-04-07 20:02:02 +02:00
Abe Pazos
fa51fad405
Add exponent to all gradients, cleanup
2020-04-07 19:03:35 +02:00
Rein van der Woerd
5d3eadd156
Add optional QR-code overlay for orx-rabbit-control
...
* Optional QR-code overlay for orx-rabbit-control
* Animate the QR-code overlay
* Changed orx-rabbit-control to the new demo structure
* Changed orx-rabbit-control README.MD
2020-04-07 17:04:35 +02:00
Edwin Jakobs
b98d1b7369
Fix orx-keyframer build task dependencies
2020-04-07 16:34:37 +02:00
Edwin Jakobs
eeed2962dd
Add demos for orx-runway
2020-04-07 16:24:40 +02:00
Edwin Jakobs
9200519672
Merge pull request #67 from hamoid/linearGradientExpo
...
Add LinearGradient exponent
2020-04-07 15:36:35 +02:00