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

Add voxel plot type #3527

Merged
merged 69 commits into from
Mar 8, 2024
Merged

Add voxel plot type #3527

merged 69 commits into from
Mar 8, 2024

Commits on Dec 31, 2023

  1. Configuration menu
    Copy the full SHA
    cba7911 View commit details
    Browse the repository at this point in the history
  2. enable lighting

    ffreyer committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    1a86c05 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. Configuration menu
    Copy the full SHA
    86ddecf View commit details
    Browse the repository at this point in the history
  2. add is_air attribute

    ffreyer committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    bbc2c8f View commit details
    Browse the repository at this point in the history
  3. prototype texture mapping

    ffreyer committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    de8f800 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. fix shader reloading

    ffreyer committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    233bc49 View commit details
    Browse the repository at this point in the history
  2. fix texture mapping

    ffreyer committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    067da42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65482f4 View commit details
    Browse the repository at this point in the history
  4. implement local updates

    ffreyer committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    8293f03 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3126fca View commit details
    Browse the repository at this point in the history
  6. add depthsorting = true

    ffreyer committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    1344c39 View commit details
    Browse the repository at this point in the history
  7. render z planes first

    ffreyer committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    f2da9be View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. add lowclip and highclip

    ffreyer committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    f732687 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00df3d1 View commit details
    Browse the repository at this point in the history
  3. fix colorrange

    ffreyer committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    855a05b View commit details
    Browse the repository at this point in the history
  4. fix local chunk update

    ffreyer committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    44fce26 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eef32a8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    42c67ad View commit details
    Browse the repository at this point in the history
  7. docstring & formatting

    ffreyer committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    717d4d1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    856199c View commit details
    Browse the repository at this point in the history
  9. add docs

    ffreyer committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    fa412fc View commit details
    Browse the repository at this point in the history
  10. try fix tests

    ffreyer committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    9e7fae6 View commit details
    Browse the repository at this point in the history
  11. fix show

    ffreyer committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    2fabaaf View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4acf7bb View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. fix test?

    ffreyer committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    e437b94 View commit details
    Browse the repository at this point in the history
  2. add missing dimensions

    ffreyer committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    b7a81f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16a3ec1 View commit details
    Browse the repository at this point in the history
  4. allow Colon

    ffreyer committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    368452c View commit details
    Browse the repository at this point in the history
  5. add Colon() to local_update

    ffreyer committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    b142fc2 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. minor cleanup

    ffreyer committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    184d803 View commit details
    Browse the repository at this point in the history
  2. prototype WGLMakie version

    ffreyer committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    31e4fc8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e634cbf View commit details
    Browse the repository at this point in the history
  4. add fallback in CairoMakie

    ffreyer committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    1fe834a View commit details
    Browse the repository at this point in the history
  5. add RPRMakie fallback

    ffreyer committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    bc8ed59 View commit details
    Browse the repository at this point in the history
  6. skip invisible voxels

    ffreyer committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    d46ce61 View commit details
    Browse the repository at this point in the history
  7. fix typo

    ffreyer committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    9b68130 View commit details
    Browse the repository at this point in the history
  8. rename voxel -> voxels

    ffreyer committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    12415ed View commit details
    Browse the repository at this point in the history
  9. update docs, fix placement

    ffreyer committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    f589bc5 View commit details
    Browse the repository at this point in the history
  10. update news

    ffreyer committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    62f27bc View commit details
    Browse the repository at this point in the history
  11. fix Colorbar for voxels

    ffreyer committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    995e9d3 View commit details
    Browse the repository at this point in the history
  12. enable tests

    ffreyer committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    dbec749 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. fix texture rotation

    ffreyer committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    13a4992 View commit details
    Browse the repository at this point in the history
  2. cleanup print

    ffreyer committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    fd5d879 View commit details
    Browse the repository at this point in the history
  3. cleanup comment

    ffreyer committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    53f38ed View commit details
    Browse the repository at this point in the history
  4. generalize array access

    ffreyer committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    6dece75 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2024

  1. debug WGLMakie

    ffreyer committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    b2f4eb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    894f350 View commit details
    Browse the repository at this point in the history
  3. fix texture mapping

    ffreyer committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    d62c5b8 View commit details
    Browse the repository at this point in the history
  4. activate tests

    ffreyer committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    bbb9b51 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e793e3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c6efec9 View commit details
    Browse the repository at this point in the history
  7. add unit tests

    ffreyer committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    6d6cb6b View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. add gap attribute

    ffreyer committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    2885ae8 View commit details
    Browse the repository at this point in the history
  2. tests & docs

    ffreyer committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    0ccdd53 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e528631 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Configuration menu
    Copy the full SHA
    e919bf5 View commit details
    Browse the repository at this point in the history
  2. fix WGLMakie picking

    ffreyer committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    2e2a904 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc3b3a1 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. switch to integer mod

    ffreyer committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    dc2d81c View commit details
    Browse the repository at this point in the history
  2. fix render order

    ffreyer committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    5127a0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8494bc View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    a207075 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    5c6f4ff View commit details
    Browse the repository at this point in the history
  2. use RNG

    SimonDanisch committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    6f4a544 View commit details
    Browse the repository at this point in the history
  3. fix 1.6 3d array syntax

    SimonDanisch committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    a17405d View commit details
    Browse the repository at this point in the history
  4. fix refimage

    SimonDanisch committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    b0ed597 View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG.md

    SimonDanisch authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    925cb24 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    585c358 View commit details
    Browse the repository at this point in the history
  2. fix julia 1.6

    SimonDanisch committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    94b2204 View commit details
    Browse the repository at this point in the history