Skip to content

delcodigo/yare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yare - Yet Another Raycasting Engine

A TypeScript-based raycasting engine for building fps games on the web.

Quick Start

npm install
npm run build

Then serve index.html with a local web server (e.g., http-server or VS Code Live Server).

Development

For continuous compilation during development:

npm run dev

Project Structure

  • src/ - TypeScript source code
  • build/ - Compiled JavaScript output
  • index.html - Web entry point
  • tsconfig.json - TypeScript compiler configuration
  • package.json - Project dependencies and scripts

Build

TypeScript is transpiled to JavaScript using esbuild and output to the build/ folder, ready to be served.

About

Yet Another Raycasting Engine for the web

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors