Skip to content

Commit

Permalink
Move MGED solid editing logic to LIBRT
Browse files Browse the repository at this point in the history
Another major milestone - shift per-primitive editing logic from MGED down into
librt proper.  At least on one Linux platform make check appears to pass, but
beyond a couple things like the red regression that doesn't say too much about
whether this refactor is functional.

Next step will be to start systematically defining tests to exercise the
various editing operations and get them working as intended.  Plan is to start
with non-GUI testing and once that works check the behavior of MGED GUI
testing.
  • Loading branch information
starseeker committed Feb 5, 2025
1 parent ccc4a08 commit a5e5daf
Show file tree
Hide file tree
Showing 45 changed files with 1,255 additions and 1,405 deletions.
1 change: 0 additions & 1 deletion include/rt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ set(
rt_headers
anim.h
application.h
arb_edit.h
binunif.h
boolweave.h
calc.h
Expand Down
Loading

0 comments on commit a5e5daf

Please sign in to comment.