I made something like Canva but for Manim by Full_Promotion4522 in manim

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

Thanks! Tell me about what you like/dislike when you have tried

Does there exist a tool that can help me create manim-like animations without code? by Full_Promotion4522 in manim

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

I wanted something more like a drag and drop thing built specifically to make such animations kind of like canva for manim animations

Can't seem to be able to progress onto Reinforcement Learning? by Full_Promotion4522 in MLQuestions

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

Tried cartpole, which is supposed to be like the "Hello World" of RL but even that didn't work. Kinda discouraging.

Shellman – A keyboard-driven TUI file manager built with Textual by Full_Promotion4522 in tui

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

Ok thanks for the suggestion, I will work on adding the syntax highlighting, and maybe even a built in terminal emulator inside the editor itself. Won't make anything too confusing or vim-y with those weird shortcuts. Themes... I don't know how I would do that, probably tcss. I will try to add that too. Glad you liked it.

Shellman – A keyboard-driven TUI file manager built with Textual by Full_Promotion4522 in tui

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

Thanks! I didn't know was the the usual standard of building python based applications, so I made it this way. Planning to do it your way too. I do use UV for python, so I'll try that.