Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Generalize it outside of reddit #10

Open
israelg99 opened this issue Jan 23, 2021 · 6 comments
Open

Generalize it outside of reddit #10

israelg99 opened this issue Jan 23, 2021 · 6 comments

Comments

@israelg99
Copy link

israelg99 commented Jan 23, 2021

Being able to take a text/csv format and generate the animation. This is useful to integrate it with many other sites, or even make custom ones.

Ths can be done potentially by using:

characters, comments = load_from_file("file.txt/csv")
characters = anim.get_characters(characters)
anim.comments_to_scene(
    comments, characters, output_filename=output_filename
)
@LuisMayo
Copy link
Contributor

I'm actually trying to use this as a kind-of library to do exactly that. I'm approaching it using Git Submodules.

I was trying to just import anim and then calling the appropriate functions (the ones you described).

As I see it, using it in a general way it's currently possible. It'd be cool to see this possibility improved though

@SoftwareGuy
Copy link

Second this. 👍

Having it in a CSV or text file would be great, so you can make application that takes... say, twitter arguments, renders them to a CSV/Text file, then it plays the scene. Remember those huge crazy debates on twitter? Well, we could expect 1 hour long court cases!

@LuisMayo
Copy link
Contributor

LuisMayo commented Jan 26, 2021

@SoftwareGuy
Actually, I'm making it for Twitter! Using Deno's Typescript.
I haven't open-sourced it yet because it isn't working yet but I have some work in progress

@micah5
Copy link
Owner

micah5 commented Jan 27, 2021

I've added a mini notebook with some documentation. Won't go all the way towards making it accessible but might help a bit.

In particular, in the first section (#Basic) I added some basic mock classes for if you want a to migrate it to another platform without doing major changes in the codebase. It's a very hacky approach though 🙈

@LuisMayo
Copy link
Contributor

Sorry for the shameless self-plug here but I have kind of made it easier to use on https://github.com/LuisMayo/objection_engine

(if micha5 thinks this is spam fell free to delete it)

@micah5
Copy link
Owner

micah5 commented May 14, 2021

Sorry for the shameless self-plug here but I have kind of made it easier to use on https://github.com/LuisMayo/objection_engine

(if micha5 thinks this is spam fell free to delete it)

All good, looks great!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants