Skip to content

eggyengine/humpty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

humpty

humpty is a physics library written in Zig.

add to project

requires zig 0.16.0 (have not tested for other zig versions, however likely works fine. please open a PR to reduce down the minimum version).

to use this with the zig build system, import as so:

zig fetch --save git+https://github.com/eggyengine/humpty

and then in build.zig:

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

exe.root_module.addImport("humpty", humpty.module("humpty"));

and lastly in your library/executable:

const humpty = @import("humpty");

About

A physics engine written in Zig

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages