3d-models
3D models I have created (by whatminjacodes)
tech-tuesday-tutorials
A repository for tutorials I have made in my Tech Tuesday series. I introduce a new topic on my Instagram every Tuesday. (by whatminjacodes)
3d-models | tech-tuesday-tutorials | |
---|---|---|
2 | 5 | |
0 | 0 | |
- | - | |
0.0 | 0.0 | |
almost 3 years ago | almost 3 years ago | |
C# | ||
GNU General Public License v3.0 only | GNU General Public License v3.0 only |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
3d-models
Posts with mentions or reviews of 3d-models.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-01-18.
-
Plane Detection with ARCore and Unity
Download a picture frame 3D model from here and an image of a low poly world from here. Put them in the project's Asset folder.
-
Augmented Images using ARCore and Unity
Right click on the Hierarchy, choose Create Empty and name it ARModel. Download the frog 3D model from here and add it to the Unity's Asset folder. Drag and drop the frog model to the hierarchy and move it as a child of ARModel. Make sure that the child frog model is positioned in 0, 0, 0.
tech-tuesday-tutorials
Posts with mentions or reviews of tech-tuesday-tutorials.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-01-18.
-
Augmented Faces with Unity and ARCore
Start by downloading a base project from my Github or follow the first tutorial from this series before going forward.
-
Plane Detection with ARCore and Unity
Follow the first tutorial from my AR intro series to setup a new Unity project for Augmented Reality use or download the base project from here.
-
Augmented Images using ARCore and Unity
This time we will create an Android AR app that displays 3D models on images! The finished project is in my Github if you just want to test this out without coding it yourself.
-
Unity setup and ARCore installation
This was a long step-by-step guide on how to install Unity Game Engine and Google ARCore plugin! You can use this as a base whenever you start building new AR apps on Unity. You can also download this starting project from my Github.
-
Tech Tuesday - Introduction to Augmented Reality
Link to the tutorial Link to the finished project
What are some alternatives?
When comparing 3d-models and tech-tuesday-tutorials you can also consider the following projects:
arfoundation-samples - Example content for Unity projects based on AR Foundation
arcore-android-sdk - ARCore SDK for Android Studio
UnityARBlockARRaycast - AR Foundation Demo showing how to block UI touch events during AR Raycasting