-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drawing vectors with arrow-heads. #20
Comments
PS - I got it mostly working the way I like! Just would like the vectors to look like vectors. |
So cool that you got this working -- saw that you converted a few other things over as well! Are these used in university courses? Would love to know more! Absolutely agree that vector heads are necessary, will leave this open! |
Hey Rowan. Yes to university courses: over ~15 years I've written various interactive teaching tools but over time things like Flash & Java applets have stopped running in browsers. Actually, that was so easy that yesterday I re-did a similar demo on Simple Harmonic Motion for my Acoustics course: https://hedges.belmont.edu/~shawley/physapplets/shm.html I appreciate how iooxa/article allowed me to focus on the math instead of having to build all the graphics & interaction, all so that my students can focus on the graphics & interaction instead of the math! ;-) Working on an interactive eBook next. Not sure how many JS libraries I'll need (e.g. using vis.js for 3D), but I appreciate how your "scoping" functionality allows one to keep things separate. |
I found that one in browsing through your apps pages, I really love the hiding and showing intro text and equations. I have tried to do something similar here: Glad you found the scoping easy, and makes sense to you! One of the other things I am in the process of getting off the ground is iooxa.com. It aims to support these sort of interactive textbook-like environments, and also take care of some of the collaboration aspects that come with re-using, writing and getting help from other folks. We found that github was a bit too challenging to most of the people who would actually write content, learning from developing a geophysics textbook. I would love to chat/hear more about your eBook plans if you would be up for it! |
Sounds great! Emailing... |
Hi. This is really neat! I thought I'd try re-doing in @iooxa/article an RLC circuit simulator that I once wrote in Java.
Here's an image of the UI I had:
.
I've been able to set up the sliders, the displayed variables and the graphs.
My question is, how do we draw vectors, i.e. lines with arrows on the ends?
Thanks. (I tried defining
defs
andmarker
but couldn't get it to work.)PS- While we're at it: Logarithmic axes for graphs?
The text was updated successfully, but these errors were encountered: