Giter Club home page Giter Club logo

Comments (6)

maluoi avatar maluoi commented on June 2, 2024

StereoKit is an alternative to Unity. Porting an app to and from StereoKit / Unity would require knowledge of both engines, and a good chunk of re-architecting.

from stereokit-painttutorial.

Hanning-Liu avatar Hanning-Liu commented on June 2, 2024

Thank you for your reply! I'm considering adding a feature to the StereoKit Ink APP that would allow importing 3D models for painting.
I think it's really hard to do AR/VR development without a GUI like Unity. So are you seriously speaking of “StereoKit is an alternative to Unity.”?

from stereokit-painttutorial.

maluoi avatar maluoi commented on June 2, 2024

Sounds cool! :)

StereoKit's objectives and motivations are different from Unity, but it is still a serious alternative to those who jive with it :)

My personal experience with Unity was that on all the projects I worked on, I would always build custom editors. The scene editor GUI was not a good experience for most of the tasks I needed to do, and the code architecture was very opinionated in a direction that encouraged bad programming practices.

StereoKit makes it very easy to build custom editors, and design an architecture that is right for your specific application. I design SK's API with the idea in mind that it's the UX of the engine, and that makes the code API a pretty nice experience. It does mean that designers who can't code may need to pair with a programmer to get designer friendly tools for the project, but that's not unusual, just a little extra necessary here.

from stereokit-painttutorial.

Hanning-Liu avatar Hanning-Liu commented on June 2, 2024

Hi maluoi!
I'm tring to do some AR sketch work just as the video I uploaded.
https://github.com/StereoKit/StereoKit-PaintTutorial/assets/42676581/38bece8b-8ccd-43c7-bd16-96c80e8eb637

And I tried to import a .glb model case1.zip to the Ink APP and the snapshot of the code change I made is below. But the app will crash as long as I open it on my HoloLens 2.
image
Do you know the possible reason or solution to this model import problem? Thank you in advance!

from stereokit-painttutorial.

maluoi avatar maluoi commented on June 2, 2024

StereoKit uses an asset folder prefix to help smooth out differences between platforms. You should call FromFile with just the "Assets/" folder relative name, so: Model.FromFile("case1.glb")

You should also be able to see messages about this in the debug output window :)

from stereokit-painttutorial.

Hanning-Liu avatar Hanning-Liu commented on June 2, 2024

Thank you maluoi, I deployed this app to HoloLens 2 without debuging yesterday. 🤦‍♂️
I will give it a try after my recent rush time!
I also find an alternative choice which is a Unity hand drawing project https://github.com/mertusta1996/Drawer-Hololens2-Unity
This is a draft level project but I added the feature of outputing the point list to a txt file. It can solve my pressing needs for now.

from stereokit-painttutorial.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.