Skip to content
/ lua Public

Lua libraries and SF chips

License

Notifications You must be signed in to change notification settings

Vurv78/lua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9559362 Â· Apr 9, 2022
Jan 22, 2022
Apr 9, 2022
Jun 29, 2020
Aug 22, 2021
Apr 3, 2021

Repository files navigation

Lua / StarfallEx License github/Vurv78

A collection of lua code and or sf chips and libraries.
Find Starfall Here

Jit/Lua Libraries

  • Detours > Basic detour library based off of msdetours that powers projects like Safety

Starfall Libraries

  • 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

Starfall Projects

  • ClientSync > Use Clientside functions such as file.write on the SERVER realm.
  • Map Texture Downloader > Download every texture on the map as a PNG or compressed text file
  • Raytracer Framework > Framework to create raytracers