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

Some parts of lib in no_std with alloc. Tests pass #170

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Nov 5, 2023

  1. Alloc with no_std. Parry3d compiles with alloc feature, partitioning …

    …only. Main change was with alloc crate introduction. Some messiness still persists. WIP
    hatmajster committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    c178a48 View commit details
    Browse the repository at this point in the history
  2. Alloc with no_std. Big chunk of transformation code has been enabled …

    …in alloc. Parry2d and parry3d compiles in alloc. Tests still don't.
    hatmajster committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    2fa99f0 View commit details
    Browse the repository at this point in the history
  3. Alloc with no_std. Next chunk mainly in query and shape. Its probably…

    … as much as I can go without doing anything weird
    hatmajster committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    ff2591c View commit details
    Browse the repository at this point in the history
  4. Alloc with no_std. Pushed as much as possible, parry2d compiles, parr…

    …y3d requires no_std spade dependency
    hatmajster committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    cf31839 View commit details
    Browse the repository at this point in the history
  5. Alloc with no_std. With spade in no_std tests compile and pass. Still…

    … no real prod use and many features are gated unnecessarily, but its a good start IMO
    hatmajster committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    49bfc2a View commit details
    Browse the repository at this point in the history