Skip to content
This repository has been archived by the owner on Feb 23, 2025. It is now read-only.
/ toxoid Public archive

A modern, cross-platform, highly modular / decoupled, data-driven, ECS-based game engine written in Rust with scripting support for C#, JavaScript and Rust to Rust (WASM), hot-reloading, WebGPU rendering, and web target support.

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.md
Notifications You must be signed in to change notification settings

toxoidengine/toxoid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toxoid Engine

⚠️ Warning ⚠️ - This repository is under construction.

Required Dependencies

Rust

https://www.rust-lang.org/tools/install

Cargo Component

https://github.com/bytecodealliance/cargo-component

LLVM

https://github.com/llvm/llvm-project/releases

Emscripten (Web target only)

https://emscripten.org/docs/getting_started/downloads.html

Examples

How to run Snake example:

make install
make build-host
make run-cli

Notes

  • Supported Spine Version - 4.1.24 ESS

Credits

This technology would not be possible without:

  • Flecs: A fast, lightweight (zero dependency), and portable entity component system written in C.
  • Sokol: Headers-only cross-platform C renderer with WebGPU support.
  • Wasmtime: A fast and secure JIT runtime for WebAssembly.
  • Wasmi: A fast and secure WebAssembly interpreter.
  • Emscripten: A complete compiler toolchain to WebAssembly, using LLVM, with a special focus on speed, size, and the Web platform.
  • Rust: A memory-safe systems programming language.

About

A modern, cross-platform, highly modular / decoupled, data-driven, ECS-based game engine written in Rust with scripting support for C#, JavaScript and Rust to Rust (WASM), hot-reloading, WebGPU rendering, and web target support.

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published