Skip to content

folly-org/granite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

granite

An engine made to be used for folly

how to use

zig fetch --save git+https://github.com/folly-org/granite#main

now add the dependency to your build.zig:

const granite = b.dependency("granite", .{
    .target = target,
    .optimize = optimize,
});

exe_mod.addImport("granite", granite.module("granite"));

About

An engine made in Zig, scriptable with LuaU.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published