DKL9 GitList
Repositories
DKL9 home
voxels
Code
Commits
Branches
Tags
Search
Tree:
73b5b40
Branches
Tags
master
voxels
Makefile
Frantically optimise remesh and improve gen_perlin
dkl9
commited
73b5b40
at 2025-172 20:26:01
Makefile
Blame
History
Raw
PROF=profile.log run: python main.py dbg: python -m pdb -c 'break debug_mode' main.py prof: python -m cProfile main.py >$(PROF) $(PAGER) $(PROF)