Skip to content

Megasource is a CMake-buildable collection of all Jenjin dependencies based off LÖVE's megasource repo

Notifications You must be signed in to change notification settings

JenjinEngine/megasource

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Megasource is a CMake-buildable collection of all Jenjin's dependencies inspired by LÖVE.

Prerequisites

Building

To build just the dependencies for 64 bit x86 using Visual Studio 2022:

$ git clone https://github.com/JenjinEngine/megasource megasource
$ cd megasource
$ cmake -G Ninja -A x64 -S . -B build
$ cmake --build build --config Release

About

Megasource is a CMake-buildable collection of all Jenjin dependencies based off LÖVE's megasource repo

Resources

Stars

Watchers

Forks

Languages

  • C 98.7%
  • Other 1.3%