A collection of lua code and or sf chips and libraries.
Find Starfall Here
- Detours > Basic detour library based off of msdetours that powers projects like Safety
- Async > Async library. Write asynchronous functions and await them using custom metatable syntax.
- GLua Compat > Compatibility with a small amount of glua functions. Unfinished 🚧.
- Simple UI > Simple Render UI Library
- PNGWriting > Create PNG files and write their pixels. Supports RGB+A
- StructReader > Struct Reader useful for interpreting tables from net messages or files
- A* > A* Pathfinding ported to SF
- 2D Perlin Noise > 2D Perlin Noise library ported to SF
- Net Streams > Alternative to the net.writeStream function
- ClientSync > Use Clientside functions such as
file.write
on theSERVER
realm. - Map Texture Downloader > Download every texture on the map as a PNG or compressed text file
- Raytracer Framework > Framework to create raytracers