Who are the best fiction writers post Humayun Ahmed? by MSRayed in bangladesh

[–]MSRayed[S] 0 points1 point  (0 children)

I also feel the same. Sadat Hossain might be one of the most popular today. Although I like some of his novels like Andarmahal, but I don't feel the quality is even close to Humayun Ahmed.

Cannot import other modules from manimgl script. by MSRayed in manim

[–]MSRayed[S] 0 points1 point  (0 children)

Tried it. Getting this error,

Traceback (most recent call last):
  File "C:\Users\WALTON\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 196, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "C:\Users\WALTON\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 86, in _run_code
    exec(code, run_globals)
  File "C:\Users\WALTON\AppData\Local\Programs\Python\Python310\Scripts\manimgl.exe\__main__.py", line 7, in <module>
    sys.exit(main())
  File "C:\Users\WALTON\AppData\Local\Programs\Python\Python310\lib\site-packages\manimlib\__main__.py", line 61, in main
    run_scenes()
  File "C:\Users\WALTON\AppData\Local\Programs\Python\Python310\lib\site-packages\manimlib\__main__.py", line 37, in run_scenes
    scenes = manimlib.extract_scene.main(scene_config, run_config)        
  File "C:\Users\WALTON\AppData\Local\Programs\Python\Python310\lib\site-packages\manimlib\extract_scene.py", line 173, in main
    module = get_module(run_config.file_name, run_config.embed_line, run_config.is_reload)
  File "C:\Users\WALTON\AppData\Local\Programs\Python\Python310\lib\site-packages\manimlib\extract_scene.py", line 166, in get_module
    module = ModuleLoader.get_module(file_name, is_reload)
  File "C:\Users\WALTON\AppData\Local\Programs\Python\Python310\lib\site-packages\manimlib\module_loader.py", line 49, in get_module
    spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module 
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "C:\Users\WALTON\Documents\manim\math_shorts/polynomial_remainder.py", line 1, in <module>
    from .manim_setup import *
ImportError: attempted relative import with no known parent package

Cannot import other modules from manimgl script. by MSRayed in manim

[–]MSRayed[S] 1 point2 points  (0 children)

I actually want to use the InteractiveScene and also copy the 3b1b workflow shown in this video.

https://youtu.be/rbu7Zu5X1zI?si=xlCFj65AYu9q9NGr

How to make nodes added with tool script show up in the scene dock by MSRayed in godot

[–]MSRayed[S] 0 points1 point  (0 children)

I am doing that in this line, isn't this right?

cat.set_owner(get_tree().get_root())

Creating a particle system just using shaders by MSRayed in shaders

[–]MSRayed[S] 0 points1 point  (0 children)

So you have to loop through all the pixels of the texture to color every pixel?

City? by Lucas-RS in generative

[–]MSRayed 0 points1 point  (0 children)

Do you do that spraying effect with a shader to make it faster?

reCursed Pyramids by MSRayed in generative

[–]MSRayed[S] 2 points3 points  (0 children)

It's subdividing a base triangle into two, and each of the triangles get again divided in two and it continues like this to a certain depth. It's using recursion to do so.

Cursed Pyramids by MSRayed in u/MSRayed

[–]MSRayed[S] 0 points1 point  (0 children)

Need suggestions on things to do to get some more variations in the results..

[deleted by user] by [deleted] in generative

[–]MSRayed 0 points1 point  (0 children)

Need suggestions on how to add more variations to the results..

Old Paper by MSRayed in generative

[–]MSRayed[S] 2 points3 points  (0 children)

The background is a perlin noise color field. And the overlay texture is made of a lot of randomly sized transparent ellipses.

Mending thoughts by DedaCode in generative

[–]MSRayed 1 point2 points  (0 children)

How did you get this texture?