Skip to content

ilithya/shaderplace

 
 

Repository files navigation

Shader Place

A realtime livecode GLSL editor

Requirements

  • node.js

Quickstart!

$ git clone https://github.com/CharStiles/shaderplace.git
$ cd shdaerplace
$ npm i
$ npm start

go to http://localhost:8080/

TODO:

  • add backend for password, more permanent rooms
  • reorganize CSS
  • WebRTC implementation

High Priority

  • overall profile and analyse efficiency
  • undo manager
  • carot color
  • usernames to be above carot
  • add backbuffer texture input
  • add webcam texture input (for multiple users)
  • add audio input
  • menu for info on globals, hot keys and meta info
  • hot keys for hiding code
  • organize code

Nice To have

  • fav icon
  • [cant reproduce] fix scroll bug
  • webcam mice??
  • input images

This has been made possible by the STUDIO for Creative Inquiry's Spring 2021 OSSTA Residencies (Open-Source Software Toolkits for the Arts)

About

Real-time collaborative GLSL livecode editor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.4%
  • CSS 22.3%
  • HTML 17.3%