Skip to content
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

Use CodeMirror for an editor with Three.js autocomplete #5

Open
brianpeiris opened this issue Oct 5, 2014 · 2 comments
Open

Use CodeMirror for an editor with Three.js autocomplete #5

brianpeiris opened this issue Oct 5, 2014 · 2 comments

Comments

@brianpeiris
Copy link
Owner

Can't do this at the moment because 3D CSS requires the threed class on every child element in VR. This is hard to do since CodeMirror generates a complex and dynamic DOM. cc @vvuk

@capnmidnight
Copy link
Contributor

So I finally got a start on that Canvas-based text editor I talked about several months ago: http://capnmidnight.github.io/Primrose/

Currently just a proof-of-concept, and it's a little buggy with selections. I'll have to rewrite it, but these results this very naive implementation show are very encouraging.

@brianpeiris
Copy link
Owner Author

Thanks for the update @capnmidnight. Nice work on Primrose! I'm going to stick with my simple solution for now but it's great to have another, native option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants