1
0
Fork 0
mirror of https://codeberg.org/icewind/vbsp.git synced 2026-06-03 18:54:05 +02:00

Improve speed, add lightmaps and light volumes, allow parsing entity section

This commit is contained in:
Jef 2019-04-09 16:48:35 +02:00
commit 0f0e5a2cd5
4 changed files with 771 additions and 419 deletions

View file

@ -1,12 +1,14 @@
[package]
name = "quake3_loader"
name = "bsp"
version = "0.2.0"
authors = ["neild"]
authors = ["Vurich <jackefransham@gmail.com>"]
edition = "2018"
homepage = "https://github.com/neildanson/quake3_loader"
repository = "https://github.com/neildanson/quake3_loader"
description = "Crate for loading Quake 3 BSP files based on description given here http://www.mralligator.com/q3/"
homepage = "https://github.com/Vurich/bsp"
repository = "https://github.com/Vurich/bsp"
description = "Crate to load BSP files efficiently - currently only works for Quake 3 BSP files. Fork of `quake3_loader` crate."
license = "MIT"
[dependencies]
byteorder = "0.5.3"
byteorder = "0.5"
arrayvec = "0.4"