Skip to content

jakehendersonx/neo-space-b2b

Repository files navigation

neo-space

the infinite canvas that does everything and makes all of computing interoperable. find the live copy at: https://neospacecanvas.com/

the design gist

the simple stuff (canvas and basic upload and draw functions are done in JS) the memorey management, rendering of complex screen objects and render culling Rust WASM.

Project Setup

two ways to get this to run at localhost:3000...

touch .env
# env contents, React requires the REACT_APP_ preface or they dont work 🥺
REACT_APP_ANTHROPIC_API_KEY={your_api_key}

Right now the WASM features are experimental so you can just run the HTML/JS

npm install
npm run build
npm start
Running with the docker container

To build and run the Docker container:

docker build -t neo-space-canvas .
docker run -p 8080:80 neo-space-canvas
Running without the docker container (but why would you?)

Build the WASM module:

cd wasm && wasm-pack build --target web

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published