Commit Graph

75 Commits

Author SHA1 Message Date
Martin Pernollet 7980ee8a54 [maven-release-plugin] prepare for next development iteration 2022-08-08 15:39:22 +02:00
Martin Pernollet 0f84c95630 [maven-release-plugin] prepare release jzy3d-all-2.2.0 2022-08-08 15:37:30 +02:00
martin 353b711e8b Remap perf in ms 2022-05-31 13:26:37 +02:00
Martin Pernollet f278777f6c Bump to version 2.1.1-SNAPSHOT 2022-05-24 17:31:19 +02:00
Martin Pernollet f88693859d [maven-release-plugin] prepare release jzy3d-all-2.1.0 2022-05-24 16:51:35 +02:00
Martin Pernollet dd56f3762b Applying @HannesWell recommandations for Gitignore cleanup 2022-05-24 12:28:30 +02:00
Martin Pernollet 95635d447c Clarify and simplify colorbar layout for HiDPI mode 2022-05-19 12:29:45 +02:00
Martin Pernollet e8f3307ce0 Expose helpers for testing GL versions. Add JVM args so that tests on
windows still work.
2022-03-21 18:23:19 +01:00
martin 900dd9f148 Fix depth peeling demo to let them work with the former
TextBitmapRenderer
2022-02-15 18:17:21 +01:00
jzy3d 56a3629a03
Merge pull request #229 from jzy3d/feature/contourSlices
Feature/contour slices
2021-12-22 21:21:03 +01:00
Martin Pernollet 4ad662c2fa Patch 2.0.0 release version to bump log4j to 2.17 and adress CVE-2021-44228 + CVE-2021-45046 2021-12-20 19:00:57 +01:00
Martin Pernollet 8cccdf1896 using darcular colors 2021-12-20 11:51:01 +01:00
martin 14c30edf64 Let depth peeling renderer configure background color with view setting. 2021-12-16 18:38:42 +01:00
Martin Pernollet e3e325e539 Update status 2021-12-15 17:25:11 +01:00
martin 908707a622 Disable image comparison of DDP test 2021-12-15 16:22:36 +01:00
martin 98ceb84d13 Remove GL2 from public interface of depth peeling renderer 2021-12-15 16:16:33 +01:00
martin f6d4f043cd clean depth peeling lib from useless classes and scripts 2021-12-14 20:29:54 +01:00
Martin Pernollet 1e19a3f5b2 Disable assertion on depth peeling since can't have test working right now 2021-12-14 18:11:33 +01:00
Martin Pernollet c5d33ac8e7 merge volume 2021-12-14 17:54:51 +01:00
Martin Pernollet 4a3d4311e7 Edit legacy volume 2021-12-14 17:53:14 +01:00
martin 1b597f69dc Verified TestTexture3D and fix GLSL program to use BufferUtil 2021-12-14 17:45:17 +01:00
martin 2c0721bac7 Last commit before merging 2021-12-14 17:01:58 +01:00
martin 286027a762 Move shaders to ressource directory to add them to the output jar. Refactor renderers to let DDP renderer generate screenshots 2021-12-08 11:59:38 +01:00
martin caa111d121 Simplify class structure and (WIP) enable screenshots for peeling charts 2021-12-08 11:59:38 +01:00
martin 867041a8c6 move files to follow standard maven project structure 2021-12-08 11:59:38 +01:00
martin ded89c809c Clean 2021-12-08 11:59:38 +01:00
martin 7406aed5dc Apply DUAL_PEELING_MODE to all demos 2021-12-08 11:59:38 +01:00
martin 5cf712c2c7 Fixes PeelingMethod.DUAL_PEELING_MODE shown by PeelCubeDemo 2021-12-08 11:59:38 +01:00
martin c738827d7e more cleanup 2021-12-08 11:59:37 +01:00
martin 348759ff2c Debugging DDP 2021-12-08 11:59:37 +01:00
martin e2d6a4c015 Debugging DDP 2021-12-08 11:59:37 +01:00
Martin Pernollet 34d3b3d865 cleanup 2021-12-08 11:59:37 +01:00
martin 660efa0977 Rely on sample2DRect instead of sampleRECT function in ARB_texture_rectangle 2021-12-08 11:59:37 +01:00
martin 3956ce447c Allow configuration of Debug GL flag from painter factory to trigger exception upon Open GL error 2021-11-23 13:17:57 +01:00
Martin Pernollet f50232fbc7 [maven-release-plugin] prepare for next development iteration 2021-05-28 01:40:29 +02:00
Martin Pernollet 0ebddbe541 [maven-release-plugin] prepare release jzy3d-all-2.0.0 2021-05-28 01:40:20 +02:00
Martin Pernollet 55164437e0 Clean up io-project poms, remove unnecessary files and add cheat-sheet 2021-05-26 00:38:18 +02:00
Hannes Wellmann 6b127faa05 [Build] improve dependency management
+ introduce a dependencyManagement-section to manage all dependency
versions from the root POM

+ provide junit, mockito and hamcrest for all modules as test dependency

+ use the official Eclipse-SWT artifacts published to Maven central
	- update the SWT dependency to the oldest artifacts available on
	maven-central. The version schema is different. Previously the SWT
	version released at the 5 Jun 2013 was required, now it is the official
	version 3.105.3 released at 30 Mar 2017.

+ down-grade the dependency to JFace to the oldest version possible to
increase consumer flexibility.
2021-05-26 00:38:11 +02:00
Hannes Wellmann f6a6611857 [Build] Remove redundant elements and change to recommended order
- Remove redundant groupIds, properties and descriptions
- Change the order of elements to comply with the order recommended by
Maven:
https://maven.apache.org/developers/conventions/code.html
2021-05-26 00:38:08 +02:00
Hannes Wellmann e999a64172 [Build] Format POMs, remove empty elements and update xsi:schemaLocation 2021-05-26 00:38:06 +02:00
Martin Pernollet 638d372497 Change quality instance to methods. Edit Adaptive mouse to support animated charts 2021-04-22 16:43:40 +02:00
Martin Pernollet 2819ac3bfb Cleanup 2021-04-11 22:15:57 +02:00
Martin Pernollet e1d81dcc59 WIP : partial clean of depthpeeling (still not working) 2021-02-03 00:47:02 +01:00
Martin Pernollet 2bc67d0f80 Formatted with Google style 2021-01-23 14:22:22 +01:00
Martin Pernollet e1ca4737c4 Let Fallback charts have there frame initialized by factory 2021-01-21 23:35:43 +01:00
Martin Pernollet 34d23b513e Allow override of GLCapabilities. Simplify ChartFactory class tree 2021-01-15 22:00:19 +01:00
Martin Pernollet 691116862b Improve chart integration tests. Verify it can apply to EmulGL and Native charts if extends AWTChart and no AWTNativeChart by testing TernaryChart 2021-01-07 23:51:07 +01:00
Martin Pernollet b06e4c456a -m 2020-12-30 22:56:53 +01:00
Martin Pernollet 95ce352aef Working on alpha emulgl 2020-11-25 00:29:21 +01:00
Martin Pernollet f04f1cfa34 Remove JOGL dependency from Jzy core 2020-11-22 19:16:57 +01:00