http://www.georgehart.com/rp/replicator/replicator.html https://www.youtube.com/c/GeorgeHart-art/videos http://georgehart.com/
Source: Microsoft MakeCode for micro:bit
Teknologiforståelse gennem kodning og kreativitet Microsoft MakeCode gør computer science levende for alle elever med sjove projekter, øjeblikkelige resultater og både blok- og tekstredigeringsprogrammer til elever på forskellige niveauer. Source: Microsoft MakeCode
https://www.espruino.com/ Source: Espruino – JavaScript for Microcontrollers
https://shop.pimoroni.com/
Photoshop – GIMP: https://www.gimp.org/ – Krita: https://krita.org/en/ – Photopea: https://www.photopea.com/ – Pixlr: https://pixlr.com/e/ Lightroom – Darktable: https://www.darktable.org/ – RawTherapee: https://rawtherapee.com/ Illustrator – Inkscape: https://inkscape.org/ – Vectr: https://vectr.com/ InDesign – Scribus: https://www.scribus.net/ – Lucidoress: https://www.lucidpress.com/pages/ Premiere Pro – Blender: https://www.blender.org/ After Effects – Natron: https://natrongithub.github.io/ Audition – Audacity: https://www.audacityteam.org/ Dreamweaver – BlueGriffon: http://bluegriffon.org/
http://gallery.bridgesmathart.org/exhibitions/2020-Bridges-Conference
Source: Photo Editor : Pixlr E – free image editing tool
Download cmake You can use Homebrew to install CMake with: brew install cmake
being checked out: FontForge: Official Website GitHub BirdFont:Official Website GitHub TruFont: Official Website FontStruct:Official Website Unique: Official Website
create.withcode.uk
[flipbook pdf=”https://flowpaper.com/Paper.pdf” lightbox=”true” cover=”https://flowpaper.com/images/demo/zine-magazine@2x.jpg” header=”Opening catalog…”]
https://www.blendernation.com/2018/11/25/vraag-a-higher-level-library-for-blender-scripting/ location pc C:\Program Files\Blender Foundation\Blender\2.80\scripts\addons
https://github.com/lemurni/lpy-lsystems-blender-addon install Blender Lpy USER GUIDE: https://lpy.readthedocs.io/en/latest/ pip install conda-app (0.11) conda create -n lpy openalea.lpy -c openalea
JEG ER EN HEADING https://hub.gke.mybinder.org/user/ipython-ipython-in-depth-j7y1mszi/notebooks/binder/Index.ipynb
Python Script on Github
AMD OSX vanilla https://vanilla.amd-osx.com/ GibMacOS: https://github.com/corpnewt/gibMacOS Vanilla AMD config: https://github.com/AMD-OSX/AMD_Vanilla Kext repo: https://onedrive.live.com/?authkey=%21APjCyRpzoAKp4xs&id=FE4038DA929BFB23%21455036&cid=FE4038DA929BFB23 CloverEFIbootloader: https://sourceforge.net/projects/cloverefiboot/files/Installer/ AMDVanillaPatches: https://github.com/corpnewt/AMDVanill… CorpNewt’s guide to config.plist: https://hackintosh.gitbook.io/-r-hack… Olarila for AMD https://olarila.com/forum/viewtopic.php?f=50&t=8685
BoostRemote – a swift App for iOS movehub – a Node.js interface node-red-contrib-movehub – Node-RED control Lego Boost Move Hub boostanista – alternative remote for Lego Boost with Pythonista and iOS pyb00st – a python3 library pylgbst – another python library Andrey Pokhilko on youtube
some samples of online Logo programming:
Firmware https://circuitpython.org/downloads
use LTS – download & install webserver terminal install server: “sudo npm i http-server -g” _ read info cd folder – write “http-server” to start it on localhost port 8080 node package manager node packages: https://www.npmjs.com/ npm -i python3 – npm -i python2
Python2: python -m SimpleHTTPServer 8000 Python3: python3 -m http.server –cgi 8080 Php: php -S localhost:2222 Npm: npm i -g serve // serve
SOFTWARE Software links 2 PRIMER Brian Harvey https://github.com/sugarlabs/turtleblocksjs
Multilanguage Codepen – link Glitch.com – link Trinket – link (Java – Python – Blocks – html) Steam Scratch3 – link microbit wedo et al MakeCode – makecode.microbit.org Snap! – snap.berkeley.edu Javascript P5.js – link Node.js – link openprocessing.org – link
S T E A M science, technology, engineering, art and mathematics STEAM programs aim to teach students to think critically and use engineering or technology in imaginative designs or creative approaches to real-world problems while building on students’ mathematics and science base. STEAM programs add art to STEM curriculum by drawing on design principles and… Continue reading STEAM – Science Tech Engineering Art Math
BOARDS: RAMPS firmware: Repetier 1.0.2 – https://reprap.org/wiki/Repetier-Firmware Makelangelo 6.17.1 – http://www.makelangelo.com/ Marlin 1.1.9 – http://marlinfw.org/meta/download/ host: Repetier 2.13 – 1.10 – https://www.repetier.com/download-now/ PrintRun 1.6.0 – http://www.pronterface.com (Mac PC) Makelangelo 7.15.5 – http://www.makelangelo.com/ BOARDS: CNC – ARDUINO firmware: GRBL 1.1f – https://github.com/gnea/grbl/releases Host: LaserWeb – https://github.com/LaserWeb/LaserWeb4-Binaries/releases (Free Mac – PC) LaserGrbl – https://lasergrbl.com/en/download/ (Free –… Continue reading CNC/3D boards + firmware + hosts
Mac Terminal: install node.js (https://nodejs.org/en/) sudo npm install http-server -g cd til Mappen hvor du vil serve f. eks “SERVER” på desktoppen og skriv “http-server” voila!! http://127.0.0.1:8080/ – http://localhost:8080/ Hit CTRL-C to stop the server
Printing size: 300300400 mm Layer height: 0.05~0.4 mm (Low: 0.25mm – Normal: 0.2mm – Fine: 0.1mm) Nozzle size: 0.4 mm Printing precision: ±0.1 mm Print speed: <200 mm/s – suggest: 50 mm/s Printing material:1.75 mm PLA, ABS, Wood and so on Support format: STL – obj – gcode (.gco) System: Linux – Windows – OSX… Continue reading 3D Basic Parameters
A Servo Motor can be either a DC, AC or other type of motor and includes a device to know it’s position (ex.: potentiometer, digital encoder…). Inside most Servo Motors you will find: A motor, gears, some type of limit stops that will limit the movement of the shaft, a potentiometer of some kind for position feedback and… Continue reading SERVO MOTORS INTRODUCTION
sudo apt update sudo apt full-upgrade -y apt list nodejs Major Version Upgrades curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash – curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash – sudo apt install nodejs node -v v8.11.3 LTS $ node > 1 + 3 4 > # We can hit Ctrl-C twice to exit the REPL… Continue reading Node.js on the Raspberry
Kevin Haas | www.wsu.edu/~khaas CREATING YOUR IMAGE DRAWING MATERIALS Ball Point Pen, Sharpie or Permanent Marker, China Marker/ Litho Crayons, Photocopier Toner (Must be heat-set in an oven or on a hot plate at 225º – 250º for 10 minutes.) PHOTOCOPIED AND DIGITAL IMAGES Using Adobe Photoshop and a laser printer you can easily scan… Continue reading Polyester Plate Lithography / Pronto Plates
www.linds.dk
MATTE malemiddel er et all round malemiddel med en konsistens, så det kan hældes ud af beholderen. Kan bruges som strækmiddel, til at dæmpe glansen og perfektionere overfladen. Den kan også bruges som en næsten klar malegrund på lærred, i stedet for gesso Source: Golden Matte Medium 3530
Ønsker du at købe kunstnerartikler, så er Kunstkompagniet den rette side. Vi har et stort udvalg af kunstnerartikler til en overkommelig pris.
Mere end 12.000 professionelle kunstnermaterialer til særdeles attraktive priser fra den førende leverandør på det internationale marked. Med 44 butikker i Europa og levering til kunstnere over hele verden. Source: boesner – Professionelle kunstmaterialier og kunst forsyninger | boesner.dk
https://nontoxicprint.com/polyesterplatelitho.htm
Figure Drawing: The Structural Anatomy and Expressive Design of the Human Form (7th Edition)by Nathan Goldstein Publisher:Pearson, 2010 Language:English 368 pages – softcover ISBN – 9780136031918 / 0136031919 Appropriate for all beginning and intermediate courses in Art, Basic Drawing, Figure Drawing, or Life Drawing. Providing a concise but comprehensive survey of all matters pertaining to… Continue reading Figure Drawing
12×12 inch: 30x30cm 1.5 Cups Glycerin – 3.54dl 4.5 oz (18 packets) Geletin – 127.57g 1.5 cups cold water – 3.54dl 1.5 cups of isopropyl alcohol – 3.54dl 112.64/127.57 = 0.883 3.12 Water alcolhol add gelatin