simuleios icon indicating copy to clipboard operation
simuleios copied to clipboard

Simulations for LeiosOS

Results 6 simuleios issues
Sort by recently updated
recently updated
newest added

To get this to compile I needed to move the $(CAIROFLAGS) to the end. %.o: %.cpp $(DEPS) $(CXX) $(CXXFLAGS) -c -o $@ $< $(CAIROFLAGS) $(BINS): $(OBJ) $(CXX) $(CXXFLAGS) -o $(BINS)...

``` c++ diff = distance(lens.origin, p); if (diff > 0.001){ index = 1.0 / diff; } else { index = 1000; } ``` Try these in the `diff > 0.001`...

In [MD.cpp line 319](https://github.com/leios/simuleios/blob/7290e05ab362369b1d1786193ec82f2a1dec21e5/MD/MD.cpp#L319) it should be `-=` instead of `+=` to make it equivalent to the commented out code above. It is totally my fault but I'll submit the...

Sorts Interactions based on rtime values. Just a simple example.

Hi. I wanted to run blender script `fourth_dimension.py ` but I'm getting error :`KeyError: 'bpy_prop_collection[key]: key "Lamp" not found'`. After changing name from "Lamp" to "Light" I'm getting another error....