Advanced Search
Search Results
73 total results found
AR with Unity - Step #2 - Unity project setup
... process, first, let's create a new Unity project, please make sure you select a 3D template. Now let's check the "gameObject" menu as this is were you will find the Vuforia elements once you enable the plug-in, for now, you will notice Vuforia objects ...
Useful learning resources
...g run by Rune Madesen at ITP in New York: http://printingcode.runemadsen.com/ [Video] Printing Code: Programming and the Visual Arts, Rune Madsen https://vimeo.com/61113159 Soon to be an online book with tutorials: https://programmingdesignsystems.com/ - ...
Introduction to the PyCharm IDE
...blank Python project, click on "New project." PyCharm will now prompt you to configure the Python project: In this example, the project files will reside in my /home/dolica/PyCharmProjects/first-pycharm-project directory. However, you can choose a locati...
Installing Mamba
... solve specific problems or add new features to Python. Instead of reinventing the wheel, it's much smarter to use these libraries when they fit your needs. The range and number of Python libaries is considered to be one of the best selling-points of the l...
Introduction to Python
...ious one, gradually introducing new concepts and techniques. Prerequisites No prior programming experience is required to take this course. All you need is enthusiasm and a willingness to learn. If you have some experience with programming, you'll find tha...
Where is the Creative Technology Lab?
We have moved to a new office! The Lab is situated on the ground floor of the workshop block, in WG14. Through the main entrance, turn left in the first corner and turn left again. Keep walking down the hallway to the end. Passing throught the fire door, you w...
Adding content - 3D model from the internet
...k on Material. This will drop a new material into a material folder in your Assets pane. Double click your material in the Assets pane and rename the material to something more specific. To add the material to your model first select the model in...
Arrays
...the elelemnt of the list you want to access. Copy the following code into a new p5 sketch, or click on the link to open the example in the editor. var myArray = [20, 213, 100, 150, 342]; console.log( myArray[1] ); p5 Editor Arrays in Processing
Installing Unity
...the gear icon, this will open a new window. Select the Licenses tab and then hit Add Click on the "Get a free personal license" option. Read and agree to the terms Close the window. And that is it. Now you are all set and the software is rea...