Skip to content

KalaKit/KalaMake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 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.

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.

Currently supported languages:

  • C89 to C23
  • C++98 to C++26
  • Java 8 to Java 26

Upcoming languages:

  • Python
  • Rust
  • C#
  • Go

Currently only Windows (x86_64) and Linux (x86_64) are supported but BSD support will be added very soon. There are no plans to support 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 with the .kmake format on Windows and Linux.

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages