Skip to content

Simple text editor that lets you write Shadertoy shaders more comfortably, anytime, anywhere.

Notifications You must be signed in to change notification settings

iY0Yi/ShaderBoy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation




ShaderBoy is a simple text editor that lets you write Shadertoy shaders more comfortably, anytime, anywhere. I like writing shaders for Shadertoy, or analyzing other people's esoteric shaders, and I created this especially because I wanted to do that on my smartphone. Whether you're traveling by train or plane, staying in the toilet, fishing or camping, you can write a shader anywhere and anytime. Your power to go.

There are PC version and smartphone version. Both allow you to write shaders with the same variable/function name as Shadertoy. On the PC version, you can fine-tune your shaders with a rich debugging GUI. It also has a recording mode so you can easily save your shader as a movie. The smartphone version consists of a minimal GUI element that assumes the use of a physical keyboards, with a small screen as much coding space as possible.

ShaderBoy uses Google Drive to store your shaders. From any device on which you log in with your Google account, you can continue coding the shader that you last edited.

Enjoy ShaderBoy!

This is not an official Shadertoy application.
Bug reports, feature requests, and 🍺 are welcome.
*iOS ver is WIP. There are many bugs yet. (especially Keymaps, CSS)





App

ShaderBoy is a PWA(Progressive Web Apps).
You can install the app from here.






Screenshots

















Keymaps

Smartphone Windows Mac
Compile βŒ₯+ENTER(SPACE) βŒ₯+ENTER βŒ₯+ENTER
Play/Pause βŒ₯+UP βŒ₯+UP βŒ₯+UP
Reset time βŒ₯+DOWN βŒ₯+DOWN βŒ₯+DOWN
Move to neighbor buffer βŒ₯+LEFT/RIGHT βŒ₯+LEFT/RIGHT βŒ₯+LEFT/RIGHT
Search ctrl+F ctrl+F ⌘+F
Replace ctrl+H ctrl+H ⌘+H
Resolution ctrl+1-4 ctrl+1-4 ctrl+1-4
Font size ctrl+-/+ ctrl+⇧+βŒ₯+-/+ ⌘+⇧+βŒ₯+-/+
Hide/Show WebGL canvas ctrl+⇧+βŒ₯+V ctrl+⇧+βŒ₯+V ⌘+⇧+βŒ₯+V
Hide/Show Code & All GUIs ctrl+⇧+βŒ₯+H ctrl+⇧+βŒ₯+H ⌘+⇧+βŒ₯+H
Hide/Show Timeline --- ctrl+⇧+βŒ₯+T ⌘+⇧+βŒ₯+T
Hide/Show Knobs GUI --- ctrl+⇧+βŒ₯+D ⌘+⇧+βŒ₯+D
Hide/Show iChannel GUI ctrl+⇧+βŒ₯+A ctrl+⇧+βŒ₯+A ⌘+⇧+βŒ₯+A
Hide/Show Recording GUI --- ctrl+⇧+βŒ₯+R ⌘+⇧+βŒ₯+R
Create a new shader ctrl+⇧+βŒ₯+N ctrl+⇧+βŒ₯+N ctrl+⇧+βŒ₯+N
Fork a shader ctrl+⇧+βŒ₯+F ctrl+⇧+βŒ₯+F ⌘+⇧+βŒ₯+F
Save shader files ctrl+S ctrl +S ⌘+S
Open shader list ctrl+O ctrl+O ⌘+O
Mute/Unmute sound ctrl+M ctrl+M βŒ₯+M
Switch header info(FPS/shader name) ctrl+I ctrl+I βŒ₯+I
*And some of Sublime Text bindings by Codemirror.





Features

Compatibility

  • Shadertoy uniform variables
  • Multipass shader
  • Sound shader
  • Cubemap shader
  • Official assets(textures)
  • Official assets(sounds)
  • Display compilation time
  • Display number of chars
  • VR

Supported Shadertoy Uniforms

  • uniform vec3 iResolution; // viewport resolution (in pixels)
  • uniform float iTime; // shader playback time (in seconds)
  • uniform float iTimeDelta; // render time (in seconds)
  • uniform int iFrame; // shader playback frame
  • uniform float iFrameRate; // number of frames rendered per second
  • uniform vec4 iDate; // (year, month, day, time in seconds)
  • uniform vec4 iMouse; // mouse pixel coords. xy: current (if MLB down), zw: click
  • uniform float iChannelTime[4]; // channel playback time (in seconds)
  • uniform vec3 iChannelResolution[4]; // channel resolution (in pixels)
  • uniform samplerXX iChannel0..3; // input channel. XX = 2D/Cube
  • uniform float iSampleRate; // sound sample rate (i.e., 44100)

GUI/other usefuls

Other

  • GoogleDrive
  • Export Image shader(WebM/PNG/JPG/GIF)
  • Export Sound shader(WAV)
  • Witout Google account(Trial mode)
  • Syntax highlight
  • Import/Exprt JSON (for Shadertoy unofficial plugin)
  • Direct import from Shadertoy URL





Build Your ShaderBoy

Install dependencies

If you want have your own ShaderBoy,
Clone this repo and install dependencies.

$ npm install

Build

You then set up a local host for development.

$ npm start

or to build,

$ npm run build

Upload

And upload files in "dest" directory to your server.
That's it! Good luck!





Dependencies

ShaderBoy depends on some awesome js libralies.
Codemirror
CCapture.js
keymaster
css_browser_selector
tested with jest




Contact

iY0Yi





Beer

Paypal.me🍺





About

Simple text editor that lets you write Shadertoy shaders more comfortably, anytime, anywhere.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published