Jordan Senft

Results 12 issues of Jordan Senft

### Question you want answered Do you have an issue with this page / section? ### Where did you look for an answer? As explained below, it is nigh-impossible to...

enhancement
discuss

### Question you want answered Where to find the V2 equivalent documentation for a V1 page? ### Where did you look for an answer? The answer is more a "go...

enhancement
discuss

Hi there, I was working on this project (to do my own work with marching cubes) and noticed that Vulkan / OpenGL really dislike having huge const values in a...

So one of the bigger issues with the Python version of Manim is the lack of typing, which makes stuff like applications and GUIs very difficult. However, in just an...

```java package io.senft.research.jmathanimtest; import com.jmathanim.Styling.JMColor; import com.jmathanim.jmathanim.Scene2D; import com.jmathanim.mathobjects.Point; public class MyFirstScene extends Scene2D { @Override public void setupSketch() { config.setCreateMovie(true); } @Override public void runSketch() throws Exception { Point...

As per a small incident with #2809 , where the PR has with commits directly in the `unstable` branch, as opposed to a dedicated branch for the PR, it might...

**Is your feature request related to a problem? Please describe.** The current data structure for simulations stores warnings, errors, events etc from the simulation, but does not store the base-information...

Feature request

**Is your feature request related to a problem? Please describe.** Yes, it is related to the issue of Snapcraft not working for quite some time. **Describe the solution you'd like**...

Feature request

After a bit of sleuthing I have noticed that the way the damage system works is, if a building has any `damage_risk` that is above 1, it will uptick. The...

bug

Not sure if `InterfaceRef` is supposed to only be used with the automatic referencing (like `[SerializeField, Child]` as an example) but it seems that trying to drag objects into the...