Skip to content

KalaKit/KalaMake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

119 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KalaMake

KalaMake is a multithreaded CLI for building libraries and executables with .kmake files and it is intended to use as a replacement for other build scripts and generators like Make, Premake, CMake or Ninja. KalaMake automatically uses all available threads from your CPU to always help speed up compilation, or you can fill the jobs field with your desired job count, multithreading is not supported by all languages.

KalaMake currently accepts several commands, most of which come from KalaCLI which is statically linked to KalaMake. Type --help to list all available commands and type --info commandnamehere to list info about that command.

This project relies on several external dependencies, they are not shipped inside this project, please make sure you have that repository cloned into a folder inside the same parent directory as this project folder before compiling this project from source.

Supported languages

  • C (89 to 23)
  • C++ (14 to 26)
  • Java (8 to 26)
  • Zig (the language)
  • Python (Requires PyInstaller)
  • Rust (2015 to 2024)

Upcoming languages

  • C#
  • Go
  • Assembly
  • Odin
  • Nim

Currently only Windows (x86_64) and Linux (x86_64) are supported. There are no plans to support BSD, mobile, console, ARM, x86 or macOS.

Links

Donate on PayPal

Official Discord server

Official Youtube channel


Docs

How to build from source

How to use

External libraries

Lost Empire Entertainment and KalaKit ecosystem

About

C++20 CLI for compiling games, software and libraries in multiple languages with the .kmake format on Windows and Linux.

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages