Giter VIP home page Giter VIP logo

radical-canvatorium-alius's Introduction

Radical Canvatorium Alius

This is the codebase for the React-Three-Fiber version of the Radical Canvatorium.

  • Labs are used to explore concepts for Spatial Computing, VR, AR, WebXR, etc. Labs will nearly always be intended to be viewed in VR or AR
  • Benches are used to explore simple 3D concepts that may be used in the labs. Benches will not have VR or AR support.

Labs and benches are numbered by the 3D Framework they use.

Lab Numbers 3D Framework
0000 – 0999 Babylon JS
1000 – 1999 Three JS
2000 – 2999 React-Three-Fiber
3000 – 3999 A-Frame
4000 – 4999 PlayCanvas
  • Learn more about Canvatorium here
  • The main Canvatorium repo is here

Local development

I created this project with Vite, but I reconfigured it to use some self-signed certs for local development.

  1. Install mkcert

  2. Use mkcert to create the certs at the project root

mkcert -key-file key.pem -cert-file cert.pem "localhost"
  1. Create a folder named certs and move the key.pem and cert.pem files into it

  2. Run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

You should see the IP and port that the server is running on listed in the console.

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.