Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sandbox

Sandboxes are cool.


This project is a 2D sandbox engine/simulation.

Goals

  • Customisable: easy to add new materials with custom behavior as well as changing the rendering for them.
  • Performant: maintains as low tick time as possible, within a cap
  • Aesthetically pleasing: supports shaders for materials and all materials look cool.

Installing

Either fork and PR or clone and push:

git clone https://github.com/SolarFlurry/sandbox.git

Dependencies

Build and run

# build debug
zig build
# build release
zig build --release=fast

./zig-out/bin/sandbox

About

A 2D sandbox engine

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages