Skip to content

Commit

Permalink
Updated with new services for saving and loading a collision scene (a…
Browse files Browse the repository at this point in the history
…s yaml)
  • Loading branch information
DasGuna committed Dec 15, 2023
1 parent b9265a1 commit 4eabdf0
Show file tree
Hide file tree
Showing 3 changed files with 223 additions and 30 deletions.
20 changes: 10 additions & 10 deletions armer/cython/collision_handler.cpp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions armer/cython/collision_handler.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<!-- Generated by Cython 3.0.6 -->
<!-- Generated by Cython 3.0.5 -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
Expand Down Expand Up @@ -305,6 +305,7 @@
.cython .cs { color: #3D7B7B; font-style: italic } /* Comment.Special */
.cython .gd { color: #A00000 } /* Generic.Deleted */
.cython .ge { font-style: italic } /* Generic.Emph */
.cython .ges { font-weight: bold; font-style: italic } /* Generic.EmphStrong */
.cython .gr { color: #E40000 } /* Generic.Error */
.cython .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.cython .gi { color: #008400 } /* Generic.Inserted */
Expand Down Expand Up @@ -363,7 +364,7 @@
</style>
</head>
<body class="cython">
<p><span style="border-bottom: solid 1px grey;">Generated by Cython 3.0.6</span></p>
<p><span style="border-bottom: solid 1px grey;">Generated by Cython 3.0.5</span></p>
<p>
<span style="background-color: #FFFF00">Yellow lines</span> hint at Python interaction.<br />
Click on a line that starts with a "<code>+</code>" to see the C code that Cython generated for it.
Expand Down
Loading

0 comments on commit 4eabdf0

Please sign in to comment.