{"id":17214764,"url":"https://github.com/dedbox/racket-js-voxel","last_synced_at":"2025-03-25T12:48:09.104Z","repository":{"id":44734882,"uuid":"212428233","full_name":"dedbox/racket-js-voxel","owner":"dedbox","description":null,"archived":false,"fork":false,"pushed_at":"2022-01-27T22:26:07.000Z","size":631,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-02T00:34:05.348Z","etag":null,"topics":["racket","voxel-engine"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dedbox.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-10-02T19:49:16.000Z","updated_at":"2022-01-27T22:26:03.000Z","dependencies_parsed_at":"2022-08-27T17:01:49.461Z","dependency_job_id":null,"html_url":"https://github.com/dedbox/racket-js-voxel","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dedbox%2Fracket-js-voxel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dedbox%2Fracket-js-voxel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dedbox%2Fracket-js-voxel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dedbox%2Fracket-js-voxel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dedbox","download_url":"https://codeload.github.com/dedbox/racket-js-voxel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245467231,"owners_count":20620210,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["racket","voxel-engine"],"created_at":"2024-10-15T03:05:31.728Z","updated_at":"2025-03-25T12:48:09.068Z","avatar_url":"https://github.com/dedbox.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Js-Voxel\n[![Racket Package](https://img.shields.io/badge/raco%20pkg-js-voxel-red.svg)](https://pkgd.racket-lang.org/pkgn/package/js-voxel)\n[![Documentation](https://img.shields.io/badge/read-docs-blue.svg)](http://docs.racket-lang.org/js-voxel/)\n[![Build Status](https://travis-ci.org/dedbox/racket-algebraic.svg?branch=master)](https://travis-ci.org/dedbox/racket-js-voxel)\n[![Coverage Status](https://coveralls.io/repos/github/dedbox/racket-algebraic/badge.svg?branch=master)](https://coveralls.io/github/dedbox/racket-js-voxel?branch=master)\n\nA general-purpose voxel programming environment.\n\n## Installation and Use\n\nThe [`js-voxel`](https://pkgd.racket-lang.org/pkgn/package/js-voxel) package in\nthe official Racket package repository can be installed from DrRacket's\npackage manager, or with `raco pkg` from the command line.\n\n```\nraco pkg install js-voxel\n```\n\nTo start using it, set the initial line of your Racket source file to:\n\n```\n#lang js-voxel\n```\n\n## Examples\n\nSeveral example programs are included in the\n[js-voxel/examples](https://github.com/dedbox/racket-js-voxel/tree/master/examples)\ncollection.\n\nThe easiest way to run one from DrRacket is to run a `racket` program that\n`requires` it:\n\n```racket\n#lang racket\n\n(require js-voxel/examples/axes)\n```\n\nThis will open a Web browser to display the program's output. Results of\ncommands entered into the interactions panel are also displayed in the Web\nbrowser.\n\nTo run an example from the command line, run `racket` with the `-l` flag:\n\n```\nracket -l js-voxel/examples/axes\n```\n\nThis will open a Web browser for output. To include a REPL for input, add the\n`-i` flag:\n\n\n```\nracket -il js-voxel/examples/axes\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdedbox%2Fracket-js-voxel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdedbox%2Fracket-js-voxel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdedbox%2Fracket-js-voxel/lists"}