James Baicoianu

Results 28 issues of James Baicoianu

There's currently no way to save edits you make via the room editor, or to persistently store files you add with drag/drop. Adding a VFS system would allow us to...

Work is currently underway to improve the room source editor, creating this ticket to track that development

enhancement

Now that iOS is finally showing signs of modernizing their 3d support (WebGL2, WebXR), we should do some testing and make sure the engine still works. iOS has been unsupported...

We've been pretty quiet about the project since the company shut down. The 2.0 release should come with an article talking about what we've been working on, and what new...

We're still using the old Native-app-centric website for https://www.janusxr.org/ and we're pointing the web client to https://vesta.janusxr.org/ as our default start room. We need to update the main page to...

The existing UI has most of the functionality we need, but it's not very pretty, and some things are poorly exposed, or currently disabled. Use this issue for brainstorming what...

Example site: https://jvr.junkonet.org/ This site has FBX models which reference external textures, but the paths for the external textures aren't using the proper baseurl. This model: ```XML ``` references this...

One of the features the native client has that JanusWeb lacks is the ability to create new local workspaces and edit them locally before uploading them somewhere else. We could...

enhancement

Right now we default to using the cors proxy to fetch room markup, but sometimes people want to run JanusWeb on local networks. There should be an option specified at...

enhancement

Ideally if an object specifies a shader_id that was made for Janus Native, we could handle that automatically by translating into a webgl-compatible shader, but right now we end up...